html, body {
	background: #e4fdf5 url("../images/green/topback.png") top left repeat-x;
	}
#container {
	background:  url("../images/green/containershadows.png") top left repeat-y;
	}
#banner {
	border-left: 1px solid #01573d;
	border-right: 1px solid #01573d;
	}
#banner h1 {
	background: #007f59 url("../images/green/h1_logo.gif") top left no-repeat;
	color: #01573d;
	}
#banner h1 a:link, #banner h1 a:visited, #banner h1 a:active, #banner h1 a:hover {
	color: #01573d;
	}

#topnav {
	border-left: 1px solid #01573d; 
	border-right: 1px solid #01573d; 
	}
#contentcontainer {
	border-left: 1px solid #01573d;
	border-right: 1px solid #01573d;
	border-bottom: 1px solid #01573d;
	background: #fff url("../images/green/content_bottom.gif") bottom right no-repeat;	
	}
.content h2 {
	color: #01573d;
	}
.content dt {
	color: #01573d;
	}
#footer {
	background: #007f59 url("../images/green/footer_back.gif") bottom left repeat-x;
	color: #fff;
	border-bottom: 1px solid #01573d;
	border-left: 1px solid #01573d;
	border-right: 1px solid #01573d;
	}

#footer .biglogo {
	border: 1px solid #01573d;
	}




