@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	background: #01948e url('images/bg.gif') 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: #0a77d5;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
div.clear {
	width: 100%;
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
div#container {
	position: relative;
	width: 883px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
}
div#header {
	background: url('images/logo.gif') no-repeat;
	height: 191px;
}
div#contentArea {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 30px 40px 10px 60px;
}
div#sponsors {
	width: 883px;
	margin: 0px auto;
	background: url('images/Links.gif') no-repeat;
}
div#sponsorsIcons {
	min-height: 50px;
	height: auto !important;
	height: 50px;
	padding: 25px 0px 5px 45px;
}
div#footer {
	background: #01948e url('images/footer.gif') no-repeat top;
	height: 29px;
	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: 40px 20px 10px 20px;
	padding: 0px;
	list-style: none;
}
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;
}