body{
	background-color:#9cc96b;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
  	background-position: top center;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#175d2f;
	font-size:12px;
}

a{color:#175d2f; text-decoration:underline;}
a:visited{color: #175d2f; text-decoration:underline;}
a:hover{color: #175d2f; text-decoration:underline;}

h3{
	font-weight:bold;
	font-size:13px;
	margin:0;
	padding:18px 0 3px 0;
}

ul{
	margin:0;
	margin-left: 1.5em;
	padding-left: 0px;
	}


#mainContainer{
	width:812px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:812px;
	height:186px;
	margin:0;
	padding:0;
}


#nav{
	margin:0;
	padding:0;
	width:823px;
}

.navItem{
	float:left;
	padding:0;
	margin:0;
}

#mainHome{
	clear:both;
	position:relative;
	width:812px;
	height:446px;
	background-image:url(images/main_home.jpg);
}

#homePara1{
	position:absolute;
	top:90px;
	left:50px;
	width:500px;
	font-size:11px;
}

#homePara2{
	position:absolute;
	top:213px;
	left:50px;
	width:500px;
	font-size:11px;
}

#masthead{
	clear:both;
	height:77px;
}

.mainBox{
	background-image:url(images/main_box_mid.jpg);
	background-repeat:repeat-y;
	padding:0 80px 0 80px;
}

.mainBoxSmallMargins{
	background-image:url(images/main_box_mid.jpg);
	background-repeat:repeat-y;
	padding:0 60px 0 60px;
	width:692px;
	clear:both;
}

#mainBoxTop{
	height:18px;
}

#mainBoxBottom{
	clear:both;
	width:812px;
	height:62px;
}


#signUpLeft{
	float:left;
	border-right:#093 1px solid;
	width:470px;
	padding-right:10px;
}

#signUpRight{
	float:right;
	width:200px;
}

#footer{
	color:#fff;
	margin:15px 0 65px 0;
}

#footerLeft{
	float:left;
	vertical-align:baseline;
}

#footerRight{
	float:right;
	vertical-align:baseline;
}

#footer a{color:#fff; text-decoration:none;}
#footer a:visited{color: #fff; text-decoration:none;}
#footer a:hover{color: #fff; text-decoration:underline;}
