@charset "utf-8";
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;
}
.oneColFixCtrHdr #container {
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*width: 730px;*/
	background: #FFFFFF;
	padding-top:-500px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	/*border:1px solid red;*/
}
.oneColFixCtrHdr #header {
	height: 86px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFF9B;
	margin-bottom: 60px;
}
.oneColFixCtrHdr #headerWhite {
	height: 86px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}

.oneColFixCtrHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	/*margin-left: -2000px;*/
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background:#FFFF9B;
	height: 86px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 40px;
}
.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 */
}
.oneColFixCtrHdr #headerWhite h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 100;
	margin-left: -2000px;
	padding-top: -10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #footerWhite {
	height: 86px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 40px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
}
.oneColFixCtrHdr #footerWhite 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 */
}
