html, body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.15;
	width: 800px;
	background-color:#3e7962;
	
	}

container{
	width: 800px;
	border: 2px solid #000000;	
		
}
main{
	width: 583px;
}

a:link, a:visited{
	color: #163e36;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h3{
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#header{
	
	height: 185px;
	width: 800px;
	background-image: url(../img/wp_header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 25px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #163e36;
	}

#pagenav{
	float: left;
	width:213px;
	padding: 0px;
	background-color: #3e7962;
	font: small Verdana,sans-serif;
	}

#content{
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 213px;
	border: 2px;
	border: solid;
	border: #003333;
	background-color:#E6F2ED;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 85%;
	height: 200px;
	}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

#footer{
	text-align:center;
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: medium;
	font-weight:bold;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 1px;
}
