@import "menu.css";
body {
	background: url('images/bg_pattern_rpt.gif');
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
div#container {
	position: relative;
	width: 905px;
	text-align: left;
	margin: 0px auto;
}
div#header {
	position: relative;
	height: 163px;
	background: url('images/logobanner.gif') no-repeat top left;
}
div#menu {
	position: relative;
	height: 40px;
	background: url('images/nav.gif') no-repeat top left;
}
div#splashBanner {
	position: relative;
	top: 3px;
	width: 830px;
	height: 221px;
	margin: 0px auto;
}
div#contentcontainer {
	background: url('images/contentbg_rpt_vert.gif') 0px 140px repeat-y;
}
div#contentimage {
	background: url('images/bodyImage.gif') 0px 40px no-repeat;
}
div#leftcolumn {
	margin-left: 35px;
	padding-bottom: 0.1em;
	padding-top: 5px;
	position: relative;
	float: left;
	width: 223px;
}
div#content {
	float: right;
	margin-left: 15px;
	margin-right: 37px;
	padding-bottom: 0.1em;
	padding-top: 5px;
	position: relative;
	width: 590px;
}
div#content a {
	color: #555555;
}
div#content a:hover {
	color: #6c6f70;
}
p {
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 1.7em;
}
div.clear {
	width: 100%;
	font-size: 1px;
	clear: both;
}
div#footer {
	position: relative;
	height: 41px;
	background: url('images/footer_panel.gif') repeat-y;
}
div#footercontainer {
	position: relative;
	width: 900px;
	margin-bottom:15px;
}
div#copyrightcontainer {
	position: relative;
	float: left;
	top: 5px;
	width: 635px;
}
div#copyright {
	position: relative;
	float: left;
	top: 41px;
	width: 470px;
	color: #555555;
	font-size: 10px;
	left:10px;
}
div#copyright a{
	color: #555555;
	font-size: 10px;
	text-decoration:none;
}
div#copyright a:hover{
text-decoration:underline;
}
div#copyright ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: -1.2em;
}
div#copyright ul li{
	display:inline;
	padding: 0em 0.5em;
}
div#copyright ul li.NIMLastItem{
	border-right: none;
}
div#smartype {
	float:right;
	left:135px;
	position:relative;
	top:25px;
	width:300px;
	font-size: 10px;
}
div#smartype a{
	color:#555555;
	text-decoration: none;
	font-size: 10px;
}
div#smartype a:hover{
	color:#555555;
	text-decoration:underline;
}
div#design {
	position: relative;
	top: 0px;
	float: right;
	width: 125px;
	height: 32px;
	background: url('images/footer_donut.gif') repeat-y;
}