@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: #063;
}
.oneColFixCtrHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
	top: 10px;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	left: 0px;
	top: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	word-spacing: normal;
	text-align: center;
	height: 240px;
	width: 850px;
	clip: rect(auto,auto,auto,auto);
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(images/new-background.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 130px;
	padding-bottom: 0;
	padding-left: 130px;
	height: 1000px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #063;
	font-weight: normal;
	text-align: left;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-image: url(images/footer.jpg);
}
.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 */
}
.boldtext {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #063;
}
 h1 { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 18px; 
    font-weight: bold; 
    color: #006633; 
	text-align:center;
    } 
	
    h2 { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 16px;
    font-weight: bold; 
    color: #006633;
	text-align: left;
    } 
.red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F00;
}
.blue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00F;
}
