@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	background: #7ea611;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
h1 {
	margin: 0em 0em 1em 0em;
	line-height: 1.3em;
}
p {
	margin: 0em 0em 0.9em 0em;
	line-height: 1.5em;
}
a {
	/*color: #B6DC39;*/
	color: #568300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img  {
    border: 0px;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 1px;
	line-height: 1px;
}
div#container {
	margin: 15px auto;
	width: 934px;
	text-align: left;
}
img#printlogo {
	display: none;
}
div#logo {
	background: url('images/background.jpg') no-repeat;
}
div#containerStretch {
	background: url('images/containerStretch.gif');
}
div#containerTop {
	background: url('images/containerTop.gif') no-repeat 0px 246px;
	min-height: 630px;
	height: auto !important;
	height: 630px;
}
div#containerFooter {
	background: url('images/containerFooter.gif');
	text-align: left;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
}
div#topBar {
	position: relative;
	top: 10px;
	width: 335px;
	margin: 0px 0px 0px 575px;
	color: #fff;
	font-size: 9px;
}
div#region {
	float: left;
	margin-left: 25px;
}
div#region a {
	color: #A6CE39;
	text-decoration: none;
}
div#region a:hover {
	text-decoration: underline;
}
div#region img {
	margin: 0px 0px -6px 10px;
	position: relative;
}
form#searchArea {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 156px;
	height: 28px;
	background: url('images/searchBox.gif') no-repeat;
}
form#searchArea input.text {
	margin: 0px;
	margin: 3px 11px;
	width: 108px;
	height: 12px;
	border: 0px;
	background: none;
	font-size: 11px;
	color: #999;
	float: left;
}
form#searchArea input.button {
	margin: 1px 0px 0px 0px;
	float: right;
}
div#leftSide {
	display: inline;
	width: 775px;
	float: left;
}
div#rightSide {
	display: inline;
	margin: 168px 0px 0px 0px;
	width: 140px;
	float: right;
	color: #fff;
}
div#contentArea {
	display: inline;
	margin: 105px 0px 0px 0px;
	width: 620px;
	float: right;
}
div#contentAreaTop {
	background: url('images/contentAreaTop.gif') no-repeat top;
	height: 17px;
}
div#contentAreaStretch {
	background: #fff;
	padding: 0px 0px 1em 0px;
}
div#content {
	padding: 1px 40px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
div#contentAreaBottom {
	background: url('images/contentAreaBottom.gif') no-repeat bottom;
	height: 17px;
}
div#footer,
div#footer a {
	color: #B6DC39;
	font-size: 10px;
}
div#footer div {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	margin-right: 0px;
	width: 500px;
}
ul#design {
	display: inline;
	float: right;
	margin: 10px 156px 0px 0px;
	padding: 0px;
	list-style-type: 0px;
	width: 215px;
}
ul#design li {
	display: inline;
	padding: 0em 0.2em;
}
ul#design li {
	border-right: 1px solid #B6DC39;
}
ul#design li a {
	color: #B6DC39;
}
ul#design li.NIMLastItem {
	border-right: 0px;
}