body, h1, h2, h3, p, form, ul, li, ol {
	margin:0px;
	padding:0px;
}
body{
	font-size:14px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006738;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	border-bottom: 1px solid #000;
}
img {
	border:#006738 solid 3px;
}
p{
	margin-bottom:10px;	
}
#main {
	margin:auto;
	width:900px;
	padding-top:15px;
	overflow:hidden;
}
#top{
	border-top:#006738 2px solid;
	border-bottom:#006738 2px solid;
	overflow:hidden;
	padding:20px 0px;
}
#logo{
	display: block;
	text-indent: -5000em;
	height: 475px;
	width: 400px;
	background:url(images/logo.jpg) top left no-repeat;
	margin-top:30px;
}
#logobox{
	height: 475px;
	width: 400px;
	float:left;
}
#dates{
	float:left;
	margin-right:30px;
	margin-top:20px;
	width:470px;
}
#title a{
	color:#006738;
	font-size:47px;	
	margin-bottom:15px;
}
#title a:hover{
	color:#000;
	border-bottom:none;
}
h1{
	font-size:22px;	
	margin-bottom:10px;
}
ul{
	list-style:none;
	line-height:28px;
}
#content{
	clear:both;
	padding-top:40px;
}
#sidebox{
	float:left;
	width:250px;
	
}
#twitter{
	background:#006738;
	color:#FFF;
	padding:20px;
}
h3{
	font-size:14px;	
	margin-bottom:10px;
}
#blog{
	float:left;
	width:610px;
	margin-left:40px;
}
#categorylist{
	line-height:70px;	
	padding-top:5px;
}
#categorylist li a{
	background:#006738;
	color:#FFF;
	padding:20px;
}
#categorylist li a:hover{
	color:#000;
	border-bottom:none;
}
h2 a {
	color:#006738;
	text-transform:uppercase;
	font-size:36px;
	line-height:30px;
}
h2 a:hover {
	color:#000;
	border-bottom:none;
}
.blogitem{
	padding-bottom:30px;
	border-bottom:#006738 2px solid;
	margin-bottom:30px;
}
.category a{
	background:#006738;
	color:#FFF;
	padding:3px 8px;
	margin-bottom:10px;
}
.category a:hover{
	color:#000;
	border-bottom:none;
}
#footerlogos {
	text-align:right;	
}
#footerlogos a img{
	border:none;
	margin-left:10px;
}
#footerlogos a:hover{
	border-bottom:none;
}