@charset "UTF-8";
body {
	background: #006600;
	text-align: center;
	}
	


.oneColFixCtrHdr #container {
	background: #FFFFFF;
	margin: -11px auto 0px;
	text-align: left;
	float: none;
	width: 950px;
	
}
.oneColFixCtrHdr #header {
	background: #FFFFFF url(images/header1.jpg) no-repeat center bottom;
	padding: 0px;
	margin: 10px 0px 0px;
	float: none;
	height: 267px;
	width: 950px;
	position: absolute;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
}
 /*.oneColFixCtrHdr #header h1 {
	margin: 0; zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse
	padding: 0(value);
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	background-color: #FFFFFF;
} */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #333333;
	line-height: 16px;
	background-image: none;
	float: none;
	clear: none;
	width: 770px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.oneColFixCtrHdr #mainContent {
	padding: 10px 25px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(images/background2.jpg) no-repeat right top;
	clip: rect(0px,0px,0px,0px);
	margin: 0px;
	z-index: 80;
	font-size: 10px;
}

.oneColFixCtrHdr #footer {
	padding: 0 25px;
	background-color: #FFCC66;
}
.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: 15px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #333333;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
