@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	background: #cc7502 url('images/bg.jpg') repeat-x;
}
img {
	border: 0px;
}
h1,h2 {
	margin: 0em 0em 1.2em 0em;
	line-height: 1em;
}
p {
	margin: 0em 0em 1.6em 0em;
	line-height: 1.3em;
}
a {
	color: #cd4a02;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
div.clear {
	width: 100%;
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
div#container {
	position: relative;
	width: 934px;
	margin: 0px auto;
	text-align: left;
	background: #fff url('images/containerbg.jpg') repeat-y;
}
div#header {
	background: url('images/logo.jpg') no-repeat;
	height: 242px;
}
img#printlogo {
    display: none;
}
div#navBar {
    background: url('images/menubg.jpg') no-repeat;
    height: 43px;
}
div#content {
    background: url('images/bodybg.jpg') no-repeat;
}
div#contentArea {
   	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 0px 75px 10px 65px;
	padding: 35px 0px 0px 0px;
}
div#footer {
	background: url('images/footer.jpg') no-repeat;
	height: 76px;
	font-size: 11px;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
}
ul#design {
	float: right;
}
ul#footerNav,
ul#design {
	margin: 23px 50px 10px 50px;
	padding: 0px;
	list-style-type: 0px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0em 0.8em;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}
