html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #71B92F;
}

#header-container{
background: #003067;
border-bottom: 4px solid #71B92F;
margin: 0 auto;
}


#header{
background:#003067 url(../images/header.png) no-repeat scroll left top;
color:#FFFFFF;
font-family:Arial;
height:99px;
margin:0 auto;
text-align:center;
width:840px;
}

#header a{
display:block;
float:right;
width:170px;
}

div#header h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
}

div#header span {
	color: #ED741C;
	font-weight: bold;
	height: 50px;
	padding: 0 0 0 10px;
}

div#header img {

	border: 0;
}

div#contentArea {
	padding: 50px auto 0 0;
	background: #fff;
	text-align: center;
}

div#footer {
	background: #71B92F;
	color: #003067;
	font-family: Arial;
	height: 36px;
	text-align: center;
}

div#footer p {
	font-size: 13px;
	padding: 8px 0 0 0;
}

div#footer a {
	color: #003067;
	text-decoration: none;