@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a{
	text-decoration: none;
}

.oneColElsCtr #container {
	display: block;
	width: 891px;
	height: 600px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #888989;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	display: block;
	float: left;
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.header{
	margin: 4px auto 0;
	display: block;
	float: none;
	height: 78px;
	width: 881px;
	background-image: url(../images/header/GFH349%20DESIGN_r2_c2.jpg);
}

h1{
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
p{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.top-bar{
	display: inline;
	height: 136px;
	background: #c0d2a0;
	float: left;
	margin: 5px 5px;
	padding: 5px;
	width: 871px;
}
.top-bar p, h1{
	color: #006583;
}


ul.three-column{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
}

ul.three-column li{
	margin: 0 0px 5px 5px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
	display: inline;
	height: 274px;
	width: 290px;
}
ul.three-column li p {
	margin: 0;
	padding: 5px;
	color: white;
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul.three-column li a{
	color: white;
	font-weight: bold;
}

ul.three-column li.first, ul.three-column li.third{
	background: #006583;
}

ul.three-column li.second{
	background: #508a25;
}
ul.three-column li.third{
	width: 291px;
}
.footer{
	float: left;
	height: 75px;
	display: block;
	width: 881px;
}
.footer img{
	float: left;
	margin-left: 25px;
	display: inline;
	margin-top: 10px;
}
.footer p{
	text-align: left;
	text-indent: 5px;
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 60px;
}