@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #535456;
	background: #fff url('images/bg.jpg') repeat-x top left;
}
img {
	border: 0px;
}
h1{
	margin: 0em 0em 0.6em 0em;
	line-height: 1.3em;
}
h2 {
	margin: 0em 0em 0.9em 0em;
	line-height: 1.3em;
}
p {
	margin: 0em 0em 1.2em 0em;
	line-height: 1.4em;
}
a {
	color: #38a5c3;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
div#container {
	margin: 0px auto;
	text-align: left;
	width: 1053px;
	background: url('images/containerbg.jpg') repeat-y top left;
}
h1#logo {
	margin: 0px;
	height: 197px;
	background: url('images/logo.jpg') no-repeat top left;
}
h1#logo em,
img#printlogo {
	display: none;
}
div#navBar {
	height: 28px;
	background: url('images/navBar.jpg') no-repeat top left;
}
div#contentArea {
	min-height: 363px;
	height: auto !important;
	height: 363px;
	background: url('images/contentArea.jpg') no-repeat top left;
}
div#menuBarAreaSecond {
	margin: 0px 50px 0px 65px;
	padding: 12px 0px 0px 0px;
}
div#welcome {
	color: #157ed7;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
div#leftSide {
	margin: 60px 0px 0px 50px;
	width: 240px;
	float: left;
}
div#content {
	margin: 60px 30px 0px 0px;
	width: 700px;
	float: right;
}
div#footer {
	height: 110px;
	background: url('images/footerBg.jpg') no-repeat top left;
}
div#footer a {
	color: #526267;
	text-decoration: none;
	font-weight: normal;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
	display: inline;
	margin: 50px 0px 0px 50px;
}
ul#design {
	float: right;
	display: inline;
	margin: 50px 50px 0px 0px;
}
ul#footerNav,
ul#design {
	padding: 0px;
	list-style: none;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #526267;
	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;
}
