@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('images/background.jpg') repeat-x top;
}
img {
	border: 0px;
}
.sideHeading {
	font-size: 15px;
	font-weight: bold;
	color: #382A75;
	padding-top: 5px;
	padding-bottom: 5px
}
div.clear{
	width: 100%;
	clear: both;
	font-size: 1px;
}
div#container {
	margin: 0px auto;
	min-width:980px;
	width:auto !important;
	width:980px;
}
div#header {
	position: relative;
	background: url('images/header.jpg') no-repeat;
	height: 179px;
	text-align: left;
	
}
h1#logo {
	margin: 0px 0px 0px 12px;
	height: 121px;
	width: 328px;
	background: url('images/logo.gif');
}
h1#logo em {
	display: none;
}
div#blurb {
	background: url('images/blurb.jpg') no-repeat bottom right;
	margin: 0px 12px 0px 0px;
}
div#navBar {
	margin:  22px 10px 20px 10px;
	background: url('images/mainNavStretch.gif') repeat-x;
}
div#navBarLHS {
	background: url('images/mainNavLHS.gif') no-repeat top left;
}
div#navBarRHS {
	background: url('images/mainNavRHS.gif') no-repeat top right;
	height: 34px;
}
form#searchBox {
	display: block;
	float: right;
	margin-top: 7px;
	margin-right: 3px;
}
form#searchBox legend {
	display: none;
}
form#searchBox fieldset {
	width: 157px;
}
form#searchBox fieldset,
form#searchBox input {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form#searchBox input.text {
	width: 125px;
	margin: 0px;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form#searchBox input.submit {
	position: relative;
	top: 5px;
}
div#breadCrumbs {
	text-align: left;
	padding: 3px 10px;
	width: 444px;
	float: left;
	margin: 2px 12px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #a8bac4;
}
div#breadCrumbs a {
	color: #382A75;
	text-decoration: none;
}
div#breadCrumbs a:hover {
	text-decoration: underline;
}
img#loginBtn {
	float: right;
	margin: 2px 15px;
}
div#contentBreak {
	clear: both;
	font-size: 1px;
	border-bottom: 1px solid #ccc;
	margin: 10px 20px;
}
div#content {
	margin-top: 10px;
}
div#contentArea {
	margin: 0px 18px;
	text-align: left;
}
div#contentArea a,
div#contentArea a:visited {
	color: #b20822;
	font-weight: bold;
	text-decoration: underline;
}
div#contentArea a:visited,
div#contentArea a:hover {
	color:#b20822;
}
div#contentArea a:hover {
	text-decoration: none;
}
div#footer {
	background: url('images/footerStretch.gif') repeat-x;
	margin:  0px 10px 20px 10px;
	font-size: 10px;
}
div#footerLHS {
	background: url('images/footerLHS.gif') no-repeat top left;
}
div#footerRHS {
	background: url('images/footerRHS.gif') no-repeat top right;
	height: 37px;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer .NIMLastItem {
	border: 0px;
}
div#footer a em {
	font-style: normal;
}
div#copyright {
	float: left;
	color: #fff;
	padding: 12px;
	display: inline;
}
div#footerLinks {
	float: right;
	padding: 12px;
	display: inline;
}
ul#footerNav {
	float: left;
	padding: 0px;
	margin: 0px;
}
ul#design {
	float: right;
	margin: 0px;
	padding: 0px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0px 4px;
	font-weight: normal;
}
