@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 1.2em 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;
}
div#header {
	margin: 0px 0px 0px 36px;
	padding: 0px 0px 0px 0px;
	height: 368px;
	background: url('images/logo.gif') no-repeat 0px 32px;
}
img#printlogo {
	display: none;
}
div#scriptoutput {
	position: relative;
	width: 215px;
	left: 85px;
	top: 318px;
	z-index: 0;
}
table#counter {
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	width: 215px;
}
table#counter td,table#counter th {
	text-align: center;
}
table#counter th {
	font-size: 27px;
}
table#counter td {
	font-size: 9px;
}
div#content {
	width: 800px;
	padding: 0px 0px 0px 33px;
}
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;
}