@charset "utf-8";
a:link {
	color: #F30;
	text-decoration: none;
}
a:visited {
	color: #AB4347;
	text-decoration: none;
}
a:hover {
	color: #0F0;
	text-decoration: underline;
}
a:active {
	color: #00F;
	text-decoration: none;
}

#container {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background: #ECD5B8;
	color: #009;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container #header {
	background: #ECD5B8;
	margin-right: 5px;
	margin-left: 5px;
}


#container #footer {
	font-size: small;
	color: #FC0;
	background: #009;
	text-align: center;
	clear: both;
}
#container #footer p a {
	font-size: x-small;
	color: #F30;
	text-decoration: none;
}



/* CSS Document */

#container #navbar {
	margin: 0px;
	padding: 0px;
}
#container #mainbodycontent {
	font-size: medium;
	background: #ECD5B8;
	color: #00F;
	padding-right: 7px;
	padding-left: 7px;
	text-align: left;
}
body {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: medium;
	font-weight: bold;
}
h5 {
	font-size: xx-small;
	font-weight: bold;
}
h3 {
	font-size: small;
	font-weight: bold;
}
.TempText {
	color: #F00;
}
.linksdiv {
	padding-left: 10px;
}
#container #header img {
	margin-right: 0px;
	margin-left: 0px;
}
#container #mainbodycontent div img {
	text-align: center;
	float: none;
	position: fixed;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: left;
}
#container #mainbodycontent div img {
	text-align: center;
}
