@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f5f5dc;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	padding-top: 0px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3A3D74;
	border-left-color: #3A3D74;
}
.oneColFixCtrHdr #keywords {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	background-color: #3A3D74;
	color: #3A3D74;
	text-align: center;
}

.oneColFixCtrHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #333333;
	text-align: center;
}
.oneColFixCtrHdr #nav {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #3A3D74;
	color: #FFFFFF;
}
.oneColFixCtrHdr  #main {
	background-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 15px;
	padding: 10px;
	text-align: center;
	margin: 0px;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat;
}


.oneColFixCtrHdr #footer {
	clear: both;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-color: #3A3D74;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}
.oneColFixCtrHdr #img {
	border: 2px solid #000000;
}

