@import "menu.css";
html {
	height: 100%;
	overflow: auto;
	background: #8b001d url('images/bgstretch.gif') repeat-x center top;
}
html > body div#allAreas {
	height: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	background: url('images/bg.jpg') no-repeat center top;
	line-height: 15px;
	height: 100%;
}
div#allAreas {
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0px auto;
	width: 1000px;
	background: #fff;
}
img {
	border: 0px;
}
h1,h2 {
	margin: 0em 0em 1em 0em;
}
p {
	margin: 0em 0em 1.2em 0em;
	line-height: 1.3em;
}
a {
	color: #2470de;
}
a:hover {
	text-decoration: none;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
}
div#container {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	height: auto;
	background: #fff;
}
div#banner {
    margin: 0px;
	height: 242px;
	width: 1000px;
	background: url('images/logo.jpg') no-repeat;
}
img#printlogo {
    display: none;
}
form#searchArea {
	top: 0px;
	right: 0px;
	width: 150px;
	margin: 10px 10px 0px 0px;
	background: url('images/box.gif') no-repeat;
	border: 0px;
	position: absolute;
}
form#searchArea input.text {
	float: left;
	margin: 5px 0px 0px 5px;
	width: 110px;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 0px 2px;
	border: 0px;
}
form#searchArea input.button {
	float: right;
	position: relative;
	padding: 0px;
}
div#mainNav {
	height: 39px;
}
div#contentArea {
	margin: 0px;
	width: 1000px;
	background: url('images/content_bg.jpg') no-repeat;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}
div#content {
	padding: 20px 20px 0px 25px;
}
div#footer {
	text-align: left;
	width: 1000px;
	height: 96px;
	background: url('images/footer.jpg') no-repeat BOTTOM;
	margin: 0px;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#design {
	float: right;
	text-align: right;
	width: 300px;
}
ul#footerNav {
	float: left;
	width: 660px;
}
ul#footerNav,
ul#design {
	padding: 50px 10px 0px 0px;
	margin: 0px;
	list-style: none;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0em 0.8em;
}
ul#footerNav li.NIMLastItem {
	border-right: 0px;
	padding-right: 0px;
}
ul#design li.NIMLastItem {
	padding-right: 0px;
	border-right: 0px;
}
