html, body {
	margin: 0;
	background: #2f658d;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
}
a {
	color: #273c81;
}
a:hover {
	text-decoration: underline;
}

/******************* common classes *******************/
.notice 
{
   padding: 15px;
   border: 1px solid #090;
   font-weight: bold;
}

/******************* positioning *******************/
#container, #footer_container {
	width: 1000px;
	background: #fff;
	border: 5px solid #273d81;
	margin: 0 auto 0 auto;
}
#footer_container {
	border: 0;
	background: none;
}

/******************* header *******************/
#header {
	background: url(../gfx/header_bg.png) repeat-x;
	height: 113px;
}
#header img {
	border: 0;
}

/******************* navigation *******************/
ul#navigation {
	width: 100%;
	height: 24px;
	border-top: 2px solid #e55b25;
	border-bottom: 2px solid #083c7e;
	margin: 0;
	padding: 0;
	background: url(../gfx/navigation_bg.gif) repeat-x;
}
ul#navigation li {
	display: block;
	height: 20px; /* 20 height + 4 padding = 24px */
	background: #fff; /* hides the green bar in the ul background */
	float: left;
	margin-left: 5px;
	padding: 4px 15px 0 15px;
	list-style: none;
}
ul#navigation li.first {
	margin-left: 25px; /* first element has larger margin */
}
ul#navigation li a {
	font-weight: bold;
	font-size: 14px;
	color: #083c7e;
	text-decoration: none;
}
ul#navigation li a:hover {
	color: #266793;
}

/******************* content *******************/
#content {
	width: 625px;
	float: left;
	padding: 25px 0 0 28px;
}
#content h1 {
	color: #273c81;
	font-size: 15pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content h2 {
	color: #273c81;
	font-size: 12pt;
	font-weight: bold;
}
#content h3 {
	color: #273c81;
	font-size: 11pt;
	font-weight: bold;
}

/******************* sponsor bar *******************/
#sponsor {
	width: 345px;
	float: left;
	padding-top: 25px;
}
#sponsor h2 {
	color: #273c81;
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
}
#sponsor a {
	font-weight: bold;
	float: right;
	padding-right: 40px;
}
#sponsor_images {
	background: url(../gfx/sponsor_bg.jpg) no-repeat #fff;
	padding: 25px 30px 0 20px;
	margin-top: 25px;
}
#scroller
{
   height: 260px;
	overflow: hidden;
}
#sponsor_images ul {
	margin: 0;
	padding: 0;
}
#sponsor_images ul li {
	list-style: none;
	height: 60px;
}
#sponsor_images ul li a img {
	border: 1px solid #000;
	width: 235px;
	height: 60px;
}

/******************* footer *******************/
#footer, #copyright {
	color: #fff;
	font-size: 9pt;
	float: left;
}
#copyright {
	float: right;
}
#footer a, #copyright a {
	color: #fff;
	text-decoration: none;
}
#footer a {
	margin-right: 15px;
}
#footer a:hover, #copyright a:hover {
	text-decoration: underline;
}

/******************* clearfix hack for content and sponsor div *******************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
