html, body
{
	margin: 0;
	padding: 0;
}

body
{
	background-image: url('../images/bodybg.gif');
	font-family: "Segoe UI", "Frutiger Next", "Verdana";
	font-size: 13px;
}
div#adwrapper, div#adwrapper a
{
	background: #1b1d1f  url('../images/headerbar.gif');
	text-align: center;
	padding: 5px;
	color: #ffffff;
	border-bottom: 1px solid #30353B;
	text-decoration: none;
}
div#container
{
	width: 700px;
	margin: auto;
	margin-top: 10px;
}
div#header
{
	text-align: center;
	background: url('../images/logoBG2.gif') repeat-x;
	border: 1px solid #1da9cd;
	height: 150px;
}
div#navbar
{
	
	background: #1b1d1f  url('../images/navbar.gif');
	text-align: center;
	height: 31px;
	padding-top: 2px;
}
div#navbar ul
{
	margin: auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	width: 545px;		
	line-height: 30px;
}
div#navbar a
{
	display: block;
	color: #ffffff;
	text-decoration: none;
}
div#navbar li
{
	background: url('../images/navbox.gif') repeat-x;
	display: block;
	float: left;
	width: 100px;
	padding: 6px 4px 8px 3px;
	line-height: 14px;
	text-align: center;
	margin-right: 2px;
}
div#navbar li:hover
{
	background-image: url('../images/navhover.gif');
}
div#navbar li.selected
{
	background-image: url('../images/navselected.gif');
}
div#navbar li.selected:hover
{
	background-image: url('../images/navselecthover.gif');
}
div.clearer
{
	clear:both;
}
div.topboxes
{
	margin-top: 10px;
	background-color: #36434F;
	padding: 10px;
	border: 1px solid #20282F;
}
div#leftinfobox
{
	float: left;
	width: 335px;
	border: 1px solid #2B71AF;
	border-top: 0;
}
div#rightinfobox
{
	float: right;
	width: 335px;
	border: 1px solid #2B71AF;
	border-top: 0;
}
li.title
{
	background: url('../images/infobar.gif') repeat-x;
	padding: 3px;
	color: #ffffff;
	border-top: 0;
	font-weight: bold;
}
div.topboxes ul
{
	margin: 0;
	padding: 0;
}
div.topboxes li
{
	display: block;
	list-style-type: none;
	padding-left: 5px;
	height: 22px;
	border-top: 1px solid #2B71AF;
	text-align: center;
}
li.odd
{
	background: #191b1d;
	color: #AFAFAF;
	font-size: 11px;
	line-height: 23px;
}
li.even
{
	background: #303030;
	color: #AFAFAF;
	font-size: 11px;
	line-height: 23px;
}
div.topboxes a:link, div.topboxes a:active, div.topboxes a:visited
{
	text-decoration: none;
	color: #AFAFAF;
}
div.topboxes a:hover
{
	text-decoration: underline;
}
div.bigbox
{
	border: 1px solid #2B71AF;
	margin-top: 10px;
	padding: 10px;
	color: #ffffff;
	background-color: #576C7F;
}
p.opening
{
	text-indent: 20px;
}
div#footer
{
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
div#footer a:link, div#footer a:active, div#footer a:visited, div#footer a:hover
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
div#footer a:hover
{
	color: #DFDFDF;
}
span.legalsectiontitle
{
	font-weight: bold;
	font-size: larger;
}
bigbox h2
{
	text-align: center;
	margin: auto;
}
span.error
{
	color: red;
}