@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #666666;
	background-image: url(Images/bg.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #003300;
	background-image: url(Images/menu.gif);
}
#NAV {
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
	left: 0px;
	right: 0px;
}

.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(Images/banner.gif);
	padding-top: 250px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(Images/banner.gif);
	height: 0px;
	width: 0px;
	padding-top: 250px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	top: auto;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(Images/menu.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(Images/menu.gif);
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

