@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #002b74;
	color: #4D4D4D;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
}
img {
	border: 0px;
}
h1 {
	margin: 0em 0em 0.8em 0em;
	line-height: 1.2em;
}
h2 {
	margin: 0em 0em 1em 0em;
	line-height: 1.2em;
}
p {
	margin: 0em 0em 1em 0em;
	line-height: 1.3em;
}
a {
	color: #5AA023;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.clear {
	clear: both;
	width: 100%;
	line-height: 0px;
	height: 0px;
	font-size: 1px;
}
div#container {
	position: relative;
	width: 930px;
	margin: 0px auto;
	text-align: left;
}
form#loginForm {
	float: right;
	margin: 0px;
	width: 490px;
	padding: 7px 70px;
}
form#loginForm fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form#loginForm span {
	color: #A0D73C;
	font-size: 12px;
}
form#loginForm legend {
	display: none;
}
form#loginForm label {
	color: #28AAF0;
	font-size: 12px;
}
form#loginForm input {
	border: 1px solid #28AAF0;
	background: none;
	height: 14px;
	font-size: 12px;
	color: #28AAF0;
	padding: 2px;
	width: 125px;
}
form#loginForm input.loginBtn {
	position: absolute;
	top: 5px;
	right: 38px;
	border: none;
	height: 20px;
	width: 26px;
}
div#header {
	width: 930px;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	background: url('images/header.gif') no-repeat;
}
div#stretch {
	width: 930px;
	background: #fff url('images/left_border.gif') repeat-y left;
}
div#logo {
	position: relative;
	width: 115px;
	height: 168px;
	left: 57px;
	top: 30px;
	float: left;
	background: url('images/logo.gif');
}
div#logo img {
	display: none;
}
div#change {
	float: right;
	margin: 0px 0px 0px 0px;
	height: 273px;
	overflow: hidden;
}
div#leftSide {
	margin: -30px 0px 0px 0px;
	width: 210px;
	float: left;
}
div#contentArea {
	float: right;
	width: 630px;
	margin: 0px 40px 0px 0px;
	display: inline;
}
form#searchArea {
	width: 205px;
	display: block;
	position: reative;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
form#searchArea input.text {
	width: 165px;
	height: 15px;
	border: 1px solid #b6e06c;
	background: none;
	margin: 0px 0px 4px 0px;
	font-size: 12px;
	color: #999;
	padding: 1px 2px;
}
div#sidePagelet {
	width: 200px;
	margin-left: 10px;
	text-align: center;
	margin: 0px 0px 10px 10px;
}
div#footer {
	margin: 0px 0px 30px 0px;
	height: 38px;
	background: url('images/footer.gif');
}
div#footer a {
	color: #2896dc;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
	margin: 12px 0px 0px 260px;
	padding: 0px;
	font-size: 11px;
	list-style-type: 0px;
	display: inline;
}
ul#design {
	float: right;
	margin: 12px 40px 0px 0px;
	padding: 0px;
	font-size: 10px;
	list-style-type: 0px;
	display: inline;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #2896dc;
	padding: 0em 0.4em;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}