@import "menu.css";
@import "selectMenu.css";
html {
	overflow: auto;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
h1,h2,h3 {
	margin: 0em 0em 1em 0em;
}
p {
	margin: 0em 0em 1.2em 0em;
	line-height: 1.3em;
}
a {
	color: #3787ca;
}
a:hover {
	text-decoration: none;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
}
div#container {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}
form#loginForm label {
float: left;
font-size: 11px;
}
form#loginForm input.InputText {
float: right;
width: 100px;
font-size: 11px;
border: 1px solid #ccc;
color: #555;
}
form#loginForm div.clear {
width: 100%;
clear: both;
height: 5px;
}
form#loginForm a {
font-size: 10px;
}
form#loginForm p {
margin: 0em 0em 0.2em 0em;
}
div#logo {
	height: 131px;
	width: 980px;
	background: url('images/logo.jpg') no-repeat;
}
div#logo img {
	display: none;
}
a#logoLink {
	float: left;
	margin: 42px 0px 0px 0px;
	display: block;
	height: 66px;
	width: 238px;
	background: url('images/space.gif');
}
div#bodyContent {
	margin: 29px 0px 0px 0px;
}
div#contentArea {
	width: 788px;
	float: left;
}
div#content {
	width: 597px;
	float: right;
}
div#leftSide {
	padding: 0px;
	width: 179px;
}
div#leftSideInner {
	padding: 7px;
	width: 165px;
}
div#rightSide {
	padding: 9px;
	width: 161px;
}
div#leftSide,
div#rightSide {
	background: url('images/sideColumn.jpg') repeat-x;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}
div#leftSide {
	float: left;
}
div#rightSide {
	float: right;
}
div#footer {
	margin: 10px 0px 20px 0px;
	border-top: 1px solid #b6b9b9;
	border-bottom: 11px solid #d9dbdb;
	font-size: 10px;
	color: #808a7c;
}
div#footer a {
	color: #808a7c;
	text-decoration: none;
}
div#footer b {
	font-weight: normal;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
	margin: 15px 0px 17px 7px;
}
ul#design {
	float: right;
	margin: 15px 12px 17px 0px;
}
ul#footerNav,
ul#design {
	padding: 0px;
	list-style-type: 0px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #808a7c;
	padding: 0em 0.8em;
}
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;
}
p#address {
	margin: 0px 0px 19px 0px;
	text-align: center;
}
