@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff url('images/bg.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #4e5d63;
	font-size: 12px;
}
a {
	color: #088dea;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
h1,h2 {
	line-height: 1.2em;
	margin: 0em 0em 0.8em 0em;
}
p {
	margin: 0em 0em 1em 0em;
}
img {
	border: 0px;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
div#container {
	width: 983px;
	margin: 0px auto 0px auto;
	text-align: left;
}
div#logo {
	background: url('images/banner.jpg');
	height: 172px;
}
div#logo img {
	display: none;
}
div#navBar {
	background: url('images/navbg.jpg');
	height: 35px;
}
div#breadCrumbs {
	float: left;
	margin: 12px 0px 0px 35px;
	font-size: 10px;
	color: #878c97;
	display: inline;
}
div#breadCrumbs a {
	padding-left: 8px;
	color: #3c66c3;
	font-weight: normal;
	text-decoration: none;
}
div#breadCrumbs a {
	text-decoration: underline;
}
div#stretch {
	background: url('images/stretch.gif') repeat-y;
}
div#contentArea {
	background: url('images/body.jpg') no-repeat top;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
div#column {
	margin: 20px 0px 0px 35px;
	width: 204px;
	float: left;
	display: inline;
}
div#searchArea {
	position: relative;
	margin: 30px 0px 0px 5px;
	width: 195px;
	background: url('images/searchBox.gif') no-repeat;
}
div#searchArea form {
	margin: 0px;
	padding: 0px;
}
div#searchArea input.Text {
	width: 160px;
	background: none;
	border: none;
	height: 19px;
	margin: 4px 0px 10px 4px;
	color: #000;
	font-size: 11px;
}
div#searchArea input.submit {
	position: absolute;
	top: 5px;
	right: 8px;
}
div#loginArea {
	margin: 10px 0px 30px 5px;
	width: 195px;
	height: 195px;
	background: url('images/loginBox.jpg') no-repeat;
}
div#loginArea h3 {
	margin: 0px;
	padding: 12px 0px 20px 12px;
	line-height: 1em;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
div#loginArea h4 {
	margin: 0px;
	padding: 0px 0px 20px 12px;
	line-height: 1em;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
form#loginForm {
	margin: 0px;
	padding: 10px;
	width: 165px;
}
form#loginForm label {
	float: left;
	color: #fff;
	padding-top: 3px;
	font-size: 11px;
}
form#loginForm input {
	float: right;
	height: 14px;
	width: 106px;
	font-size: 11px;
	margin: 2px 0px;
	padding: 3px 2px;
	border: 0px;
	background: #fff;
	color: #000;
}
form#loginForm input.loginBtn {
	width: 45px;
	height: 21px;
	background: none;
	float: none;
}
form#loginForm p {
	margin: 8px 0px 0px 0px;
	font-size: 11px;
}
form#loginForm a {
	color: #37eaff;
	text-decoration: underline;
}
form#loginForm a:hover {
	text-decoration: none;
}
div#content {
	margin: 20px 30px 0px 0px;
	width: 685px;
	float: right;
	display: inline;
}
div#footer {
	background: url('images/footerbg.gif') no-repeat;
	height: 72px;
	text-align: center;
	font-size: 11px;
}
div#footer a {
	color: #0c5aa2;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	font-weight: bold;
	float: left;
	margin: 20px 0px 17px 30px;
	display: inline;
}
ul#design {
	float: right;
	margin: 20px 35px 17px 0px;
	display: inline;
}
ul#design a {
	font-weight: normal;
}
ul#footerNav,
ul#design {
	padding: 0px;
	list-style-type: 0px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #0c5aa2;
	padding: 0px 4px;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}
ul#footerNav li.NIMFirstItem {
	padding-left: 0px;
}
ul#design li.NIMLastItem {
	padding-right: 0px;
}