﻿body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #a6cf4d;
	margin:10px 0px; 
	padding:0px;
	margin-top: 0px;
}

#container{
	width: 800px;
	margin: 0px auto;
	background-image: url(images/background_waterworks.gif);
	background-repeat: repeat;
	border-left: 7px solid #e6e6e6;
	border-right: 7px solid #e6e6e6;

}

#header{
	height:30px;
	background-color: #043f67;
	border-bottom: 7px solid #e6e6e6;
}


#nav{
	width: 182px;
	float: left;
}

#secondnav{
	background-color: #043f67;
        width: 138px;
        height: 208px;
        float: right;
}

#headerimage{
        float: left;
}


#bodytext{
	float:right;
	width: 618px;
}
#bodytext p,h4  {
	padding: 5px;
}

#bodytext a{
	color: black;
}

#bodytext a:hover{
	color:#146e77;
}


#footer {
	border-top: 7px solid #e6e6e6;
	border-bottom: 7px solid #e6e6e6;
	clear:both;
	text-aling: center;
	background-color: white;
	margin: 0px auto;
	padding:0px;
	width: 800px;
}

	
a{
	color: black;
}

a:hover{
	color:#146e77;
}
