body {
	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: #2D7B14;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	background-color: #BBD2EE;
}
.oneColFixCtrHdr #container {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EAE9B4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 18px;
	border-bottom-width: 18px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D07622;
	border-bottom-color: #D07622;
}
.oneColFixCtrHdr #header {
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-right: 15px;
	padding-left: 15px;
}
.oneColFixCtrHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CE7529;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
.oneColFixCtrHdr #footer p {
	color: #156D77;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 200px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
