@charset "utf-8";
.oneColFixCtrHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #0055A5;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #nav {
	background-color: #0055A5;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	float: left;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	border: thin solid #0055A5;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	width: 908px;
}
.oneColFixCtrHdr #footer {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #0055A5;
	float: none;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
