@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Geneva, sans-serif;
	background: #7a003c;
	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;
}
.oneColFixCtrHdr #container {
	background: #fcf5d2; 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #f0b310;
	margin-top:20px;
	margin-bottom:20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top:10px;
	padding-left:168px;
}
.oneColFixCtrHdr #header h1 {
	display:none;
}
.oneColFixCtrHdr #topnav {
	background:#f0b310;
	padding:1px;
	margin-top: 10px;
	padding-left:180px;
	height:32px;
}
.oneColFixCtrHdr #topnav ul {
	margin:0;
	padding:0;
}
.oneColFixCtrHdr #topnav br {
	clear:both;
}
.oneColFixCtrHdr #topnav li {
	list-style-type:none;
	
	float:left;
}
.oneColFixCtrHdr #topnav a {
	font: 100% Georgia, "Times New Roman", Times, serif;
	display:block;
	padding:5px;
	margin:1px;
	width:70px;
	color:white;
	border:1px solid #ffffff;
	background: #7a003c;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}
.oneColFixCtrHdr .hidden {
	visibility:hidden;
	display:none;
}
.oneColFixCtrHdr #mainContent {
	clear:both;
	padding:20px;
	padding-top:10px;
	padding-bottom:0px;
}
.oneColFixCtrHdr #footer {
	padding:20px;
	padding-top:0px;
	margin:auto;
}
.oneColFixCtrHdr #footer h1 {
	text-align:center;
}
.oneColFixCtrHdr #footer h3 {
	text-align:center;
}
.oneColFixCtrHdr #footer p {
	text-align:center;
	font-size:20px;
}
.oneColFixCtrHdr #footer img {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-left: 205px;
	border: 20px solid #7a003c;
}

