@charset "UTF-8";
body {
	background-color: #66754c;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	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 */
}
#container  {
	align: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}
#header  {
	text-align: left;
	height: 170px;
	width: 780px;
}#navigation  {
	text-align: center;
	width: 780px;
	padding: 0px;
	height: 33px;
	background-image: url(images/navbk.jpg);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}#maincontent  {
	text-align: center;
	float: none;
	padding-bottom: 10px;
	width: 780px;
}#footer  {
	text-align: center;
	width: 780px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.clearfloat {
	clear: both;
}
a:link {
	color: #Ffd87d;
	text-decoration: none;
}
a:visited {
	color: #FFCC99;
	text-decoration: none;
}
a:hover {
	color: #Fdaa3e;
	text-decoration: none;
}
a:active { 
text-decoration: none; }
.copyright {
	font-size: 12px;
	margin-top: 5px;
}
#botlinks {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	width: 780px;
}
.pagesetup {
	text-align: center;
}
.healineone {
	font-size: 20px;
	line-height: 22px;
	color: #fbb040;
	font-weight: bold;
	text-align: inherit;
}
.headlinetwo {
	font-size: 16px;
	line-height: 18px;
	color: #eddaa7;
	font-weight: bold;
}
.headlinethree {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #ffd87d;
}
.contacthead {
	color: #005737;
	font-weight: bold;
	font-size: 24px;
}
#contactus {
	font-size: 18px;
	line-height: 22px;
	color: #fbb040;
	margin-bottom: 5px;
	font-weight: bold;
}
