body{
	margin:0;
	padding:0;
	background-color:#3B7439;
}

form{
	margin:0;
	padding:0;
}

img{
	border: 0;
}

table{
	border-collapse:collapse;
}

a:visited, a:active, a:link {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #0033FF;
  text-decoration: underline;
}

/*layout styles*/
.aligndiv{
	background-color:#E9E6DD;
}
.main{
	width:780px;
	background-color:#FFF;
	border-right:solid #000 1px;
	border-left:solid #000 1px;
	padding-top:5px;
}
.content{
	text-align:left;
	padding:20px;
}
.content img{
	border:solid #000 1px;
	margin:5px;
}
.mainbottom{
	width:782px;
	height:17px;
	background-image:url(imgs/maincontentbottom.gif);
}
.head{
	width:750px;
	border:solid #000 1px;
	background-color:#3A7339;
}

.foot{
	width:100%;
	height:91px;
	background-image:url(imgs/footbackground.jpg);
	background-repeat:repeat-x;
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana, Tahoma, Arial;
	letter-spacing:0.5px;
	color:#FFF;
	margin-top:40px;
}
.nav{
	text-align:center;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	letter-spacing:0.5px;
	color:#000;
}
.nav td{
	padding:6px;
	white-space:nowrap;
	color: #FFFFFF;

}
.nav a:visited, .nav a:active, .nav a:link{
  color: #FFF;
  text-decoration:none;
}

.nav a:hover{
  color: #000;
  text-decoration:none;
}
.table td{
	padding:1px 15px 0px 0px;
}
.table thead{
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	letter-spacing:0.5px;
	line-height:12px;
	color:#000;
	font-weight:bold;
}
.table tbody{
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	letter-spacing:0.5px;
	line-height:12px;
	color:#666;
}


/*Font styles*/
p{
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial;
	letter-spacing:0.5px;
	line-height:14px;
	color:#666;
}
h1{
	font-size: 15px;
	font-family: Verdana, Tahoma, Arial;
	letter-spacing:0.5px;
	line-height:12px;
	color:#000;
}
h2{
	font-size: 18px;
	font-family: Verdana, Tahoma, Arial;
	letter-spacing:0.5px;
	line-height:12px;
	color:#000;
}