body{
	background-color:#247b13;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}

form{
	margin:0;
	padding:0;
}

p{
	padding:0;
	margin:12px 0 12px 0;
}

img{
	border:0;	
}

.clear{
	clear:both;	
}

#wrapper{
	width:856px;
	padding:7px;
	background-color:#FFF;	
	margin-left:auto;
	margin-right:auto;
}


.title{
	font-size:22px;
	font-weight:bold;
}

.title2{
	font-size:22px;
	font-weight:bold;
	color: #8aa658;
}

.subtitle{
	font-size:14px;
	color: #626262;
}


#header{
	margin-top:5px;
	width:852px;
	padding:2px;
	background-color:#397a0e;
}

#header .left{
	float:left;	
	width:631px;
	height:285px;
	background-image:url(../images/header.jpg);
}

#header .right{
	float:left;
	margin:5px 0 0 12px;
	background-color:#c4d7b7;
	width:197px;
	padding-left:4px;
	padding-top:3px;
	height:270px;
}



#nav{
	width:100%;	
	height:44px;
	background-image:url(../images/navbg.gif);
}

#nav ul{
	padding:0;
	margin:0;
}

#nav ul li{
	float:left;
	width:auto;
	height:29px;
	display:block;
	list-style:none;
	padding: 15px 21px 0 23px;
	background-image:url(../images/nav-separator.gif);
	background-position:right;
	background-repeat: no-repeat;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active{
	color:#FFF;
	text-decoration:none;
}

#nav ul li a:hover{
	text-decoration:underline;
}


#content{
	width:812px;
	padding:20px;	
}

#boxes{
	background-color:#dce4cd;
	border:1px #000 solid;
	width:790px;
	height:120px;
	padding:10px;
}

#boxes .box{
	float:left;
	margin-right:10px;
	width:256px;
	height:120px;
	background-image:url(../images/box-bg.gif);
	background-position:right;
	background-repeat:repeat-y;
		line-height:2em;
	font-size:11px;
}

.subscribe{
	background-color:#397a0e;
	padding:5px;
	border:0;
	color:#FFF;
}



a:link, a:visited, a:active{
	color:#37760E;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


#boxes .box a:link, #boxes .box a:visited, #boxes .box a:active{
	font-size:12px;
	padding:0;
	margin:0;
	text-transform:uppercase;
	text-decoration:none;
	color:#37760E;
}

#boxes .box a:hover{
	color:#666;
}


#footer{
	width:100%;
	height:37px;
	background-image:url(../images/footerbg.gif);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFF;
	padding-top:9px;
}

#footer a:link, #footer a:visited, #footer a:active{
	text-decoration:none;
	color:#FFF;
}

#footer a:hover{
	text-decoration:underline;	
}

.copyright{
	color:#CCC;
	font-size:11px;	
}
	



h1{
	color: #37760E;
	font-size:14px;
	padding:0;
	margin:0;
}








h2{
	color: #37760E;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}

h3{
	font-size:12px;
	padding:0;
	margin:0;
	text-transform:uppercase;
	color:#37760E;
}