@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	border-color: #000000;
	border: 3px;
	border-style: solid;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-left: 30px;
	margin-right: 30px;
}
.oneColFixCtrHdr #footer {
	padding: 0 2px;
	background-color: #999999;
	border-top-color: #000000;
	border-top-width: medium;
	border-top-style: solid;
	background-image: url(img/Hazard.gif);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

