@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #B3D88C url('images/greenbg.gif') repeat-x;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	overflow: auto;
}
a {
   color: #3c3c3c;
}
a:link,
a:active,
a:visited,
a:hover {
    color: #85a80d;
    font-weight: bold;
}
div.clear {
	width: 100%;
	font-size: 1px;
	clear: both;
}
div#allAreas {
	position: relative;
	width: 871px;
	margin: 0px auto;
	text-align: left;
	background: url('images/containerbg.gif') repeat-y;
}
div#HeaderImage {
	position: relative;
	margin-left: 16px;
	width: 841px;
	height: 313px;
}
a#logo {
	position: absolute;
	display: block;
	top: 205px;
	left: 16px;
	width: 841px;
	height: 108px;
	background: url('images/logo.gif');
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
a#logo em {
	position: absolute;
	left: -999em;
}
#searchArea {
	display: block;
	position: absolute;
	top: 15px;
	right: 30px;
	width: 190px;
	height: 18px;
	background: url('images/inputBox.gif') no-repeat;
	padding: 1px;
}
#searchArea input.text {
	position: absolute;
	top: 0px;
	left: 0px;
	background: none;
	height: 18px;
	width: 123px;
	border: 0px;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 12px;
	color: #666666;
}
#searchArea input.button {
	position: absolute;
	right: 0px;
	top: 0px;
}
div#navBar {
	position: relative;
	top: 0px;
	height: 74px;
	background: url('images/navbg.gif') repeat-x top left;
}
div#content p {
	margin-top: 0em;
	margin-bottom: 0.7em;
}
div#content {
	text-align: left;
	width: 550px;
	margin: 24px 0px 0px 70px;
	float: left;
}
div#rightArea {
	text-align: left;
	width: 230px;
	margin: 8px 20px 0px 0px;
	float: right;
}
div#footer {
	width: 872px;
	background: #B3D88C;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}
div#footer images {
	width: 872px;
}
div#footerAreaCenter a,
div#footerAreaCenter a:visited {
	color: #fff;
}
div#footerAreaCenter a:hover {
	text-decoration: none;
}