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; /* 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: #FFFFFF;
	position: absolute;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	position: absolute;
	left: 201px;
	background-image: url(images/greenlogo.png);
	height: 82px;
	width: 500px;
	background-repeat: no-repeat;
	top: 20px;
}
.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: 10px 0;
	position: absolute;
}
.oneColFixCtrHdr #mainContent {
	padding-right: 15px;
	padding-bottom: 0;
	top: 174px;
	position: absolute;
	width: 500px;
	padding-left: 40px;
	left: 167px;
	z-index: 2;
}
#nav {
	position: absolute;
	left: 180px;
	z-index: 1;
	top: 110px;
}

.oneColFixCtrHdr #footer {
	background-image: url(images/footbg.png);
	background-repeat: no-repeat;
	height: 49px;
	position: absolute;
	top: 644px;
	width: 743px;
	left: 168px;
	color: #FFFFFF;
	padding-top: 50px;
}
#tree {
	left: 700px;
	background-image: url(images/greentree.png);
	height: 540px;
	width: 195px;
	background-repeat: no-repeat;
	position: absolute;
	top: 174px;
}

.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 */
	color: #FFFFFF;
}

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #E48900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #FF9900;
}
h3 {
	font-size: 9px;
}
body,td,th {
	font-size: 14px;
}
h2 {
	font-size: 14px;
}

h2 {
	color: #72BD1D;
}
body,td,th {
	color: #004020;
}
h4 {
	font-size: 12px;
}
.style1 {color: #73BE1E}

