@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	background: #ccc url('images/bg.gif') repeat-x;
}
img {
	border: 0px;
}
h1,h2 {
	margin: 0em 0em 0.5em 0em;
	line-height: 1.2em;
}
p {
	margin: 0em 0em 1em 0em;
	line-height: 1.3em;
}
a {
	color: #d87b38;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.clear {
	width: 100%;
	clear: both;
	font-size: 1px;
}
div#container {
	position: relative;
	width: 874px;
	margin: 0px auto;
	text-align: left;
	height: auto;
	background: url('images/stretch.gif') repeat-y;
}
img#printlogo {
	display: none;
}
div#header {
	margin: 0px 0px 0px 36px;
	padding: 32px 0px 0px 0px;
	height: 175px;
	background: url('images/logo.gif') no-repeat 0px 32px;
}
div#content {
	padding: 10px 35px 0px 100px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
div#sponsors {
	width: 800px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	margin: 0px auto;
	padding-top: 55px;
	text-align: left;
	border-bottom: 2px solid #ccc;
	background: url('images/sponsors.gif') no-repeat;
}
div#footer {
	background: url('images/footer.gif') no-repeat bottom;
	height: 48px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
}
div#footer a {
	color: #ccc;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
}
ul#design {
	float: right;
}
ul#footerNav,
ul#design {
	margin: 5px 50px 0px 40px;
	padding: 0px;
	list-style-type: 0px;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #ccc;
	padding: 0em 0.8em;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}
