*{ margin:0; padding:0; }
body{
	background-color:#009400;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
img.floatLeft{
	margin:5px 10px 0 0;
	float:left;
	border:#FF9900 3px solid;
}
#header{
	width:840px;
	height:130px;
	background:url(../images/header.jpg) no-repeat center top;
}
#topHeader{
	width:840px;
	height:95px;
}
#menu{
	width:760px;
	height:35px;
	background:url(../images/bar.jpg) no-repeat center top;
}
#menu ul{
	list-style-type:none;
}
#menu li{
	float:left;
	border-right:#8ABDDA 1px solid;
}
#menu a{
	display:block;
	height:35px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	line-height:250%;
}
#menu a:hover{
	color:#B6DC05;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#004364;
}
#content{
	width:840px;
	height:inherit;
	background:url(../images/contentBg.jpg) repeat-y center top;
	text-align:left;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	padding:10px 40px;
	color:#FF9900;
}
#content p{
	padding:10px 40px;
	line-height:150%;
	color:#F4F4F4;
}
#content ul{
	margin:10px 20px 10px 60px;
}
#content li{
	line-height:150%;
	color:#fff;
}
#footer{
	width:840px;
	height:80px;
	background:url(../images/footerBg.jpg) no-repeat center top;
}
#footer p{
	line-height:250%;
	color:#F4F4F4;
}
#footer a{
	color:#F4F4F4;
	text-decoration:none;
}
#footer a:hover{
	color:#A7881E;
	text-decoration:underline;
}
