a{
	color: blue;
	text-decoration: underline;
}
a:hover{
	color: red;
	text-decoration: underline;
}
html>body{
	background-color: #eafeff;
}
body{
	background-color: #eafeff;
}
#container{
	background: url(../images/headerbg.jpg) repeat-x center top;
}
#header{
	height: 217px;
	width: 863px;
	margin: 0 auto;
}
#logo{
	background-image: url(../images/logobg.gif);
	width: 284px;
	height: 180px;
	float: left;
}
#logo h1{
	text-indent: -9999px;
}
#navigation{
	float: right;
	position: relative;
	top: 120px;
}
ul#nav{
	
}
#nav li{
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #133607;
	float: left;
	padding: 0 10px;
}
#nav li a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover{
	color: #ffffff;
	text-decoration: none;
}
#main{
	width: 863px;
	margin: 0 auto;
	background: #ffffff;
	margin-top: 20px;
}
#maincontent{
	background: #ffffff;
	padding: 10px 30px;
	width: 803px;
	float: left;
}
#maincontent h2{
	color: #1a1a1a;
	font: 23px Georgia, "Times New Roman", Times, serif;
}
.full{
	width: 803px;
	float: left;
	margin-top: 20px;
}
.full h3{
	color: #2c388e;
	font: 26px Times, "Times New Roman", Georgia, serif;
	margin-top: 20px;
}
.full h4{
	color: #51a233;
	font-size: 20px;
	margin-bottom: 30px;
}
.full p strong{
	color: #000;
	font: bold 16px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
.full p{
	font: 16px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
.left{
	width: 490px;
	float: left;
	margin-top: 20px;
}
.left h3{
	color: #2c388e;
	font: 26px Times, "Times New Roman", Georgia, serif;
	margin-top: 20px;
}
.left h4{
	color: #51a233;
	font-size: 20px;
	margin-bottom: 30px;
}
.left h5{
	color: #51a233;
	font-size: 20px;
	margin-top: 15px;
}
.left p strong{
	color: #000;
	font: bold 16px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
.left p{
	font: 16px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:8px;
}
.right{
	float: right;
	width: 308px;
	margin-top: 20px
}
#footer{
	clear: both;
	background: #1f1715 url(../images/grass.jpg) repeat-x center top;
}
#footercontainer{
	height: 500px;
	background: url(../images/footer.jpg) no-repeat center;
	width: 1024px;
	margin: 0 auto;
}
#footernav{
	margin: 0 auto;
	width: 863px;
	color: #ffffff;
	position: relative;
	top: 445px;
	text-align: center;
}
#footernav a{
	color: #ffffff;
	font: bold 13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 0 10px;
}
#footernav a:hover{
	color: #afe8eb;
	font: bold 13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: underline;
}
#footerinfo{
	margin: 0 auto;
	width: 863px;
	position: relative;
	top: 460px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #afe8eb;
}
#footerinfo p{
	color: #eafeff;
	font-size: 12px;
}
#footerinfo p a{
	color: #afe8eb;
	text-decoration: none;
}
#footerinfo p a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.faqques {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
.faqans{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
