body {
	background: #356aa0;
	font-family: Helvetica, sans-serif;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: auto;
	padding: 0;
}

#top {
	background: #fff;
	height: 60px;
}
#top img {
	float: left;
	margin: 3px 5px 3px 20px;
}
#top .tagline {
	font-size: 16px;
	color: #3b67b1;
	float: left;
	margin-top: 16px;
}
#top .info {
	font-size: 12px;
	margin-left: 40px;
	margin-top: 14px;
	float: left;
}

#header {
	background: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #fff;
	height: 180px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 30px;
	height: 30px;
	background: #3f4c6b;
	z-index: 100;
}
#nav {
	padding-left: 30px;
}
#nav a {
	display: block;
	width: 100px;
	background: #3f4c6b;
	color: #fff;
	padding-right: 10px;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav li {
	float: left;
	font-weight: bold;
}
#nav li li {
	border: none;
	font-weight: normal;
	height: 20px;
}
#nav li:hover, #nav li.sfhover {
}
#nav li li a {
	display: block;
	width: 140px;
	margin: 0;
	padding: 0 5px;
	background: #cce8f8;
	color: #3f4c6b;
}
#nav li li a.has_sub {
	background: #cce8f8 url(images/arrow_right.jpg) 95% center no-repeat;
}
#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	border-left: 1px solid #3f4c6b;
	border-bottom: 1px solid #3f4c6b;
	border-right: 1px solid #3f4c6b;
	margin-left: -1px;
	height: auto;
	line-height: 20px;
	background: #cce8f8;
	padding-left: 0;
	font-size: 12px;
}
#nav li ul ul {
	margin: -21px 0 0 150px;
	border: 1px solid #3f4c6b;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
ul.nav iframe {
	position: absolute;
	left: -0.1em;
	top: -0.1em;
	z-index: -1;
}
* html ul.nav li {
	z-index: 201;
}
/* this is for IE 5.0
select.hide { visibility: hidden; }
/* End Support for the "iehover-fix.js" */

#content {
	background: #fff;
	padding: 30px;
	border-bottom: 1px solid #3f4c6b;
	line-height: 135%;
}
#content h1 {
	color: #3b67b1;
	margin: 0;
	font-size: 24px;
}

#content h2 {
	color: #3b67b1;
	margin: 0;
	font-size: 18px;
}

#content .highlight {
	color: #3b67b1;
}

#news {
	width: 240px;
	float: right;
	font-size: 12px;
	margin-left: 20px;
}
#news  h1{
	font-size: 16px;
	padding-left: 35px;
	background: url(images/news_icon.jpg) no-repeat;
	line-height: 30px;
}

#footer {
	background: #97bede url(images/footer.jpg) repeat-x;
}
#footer .box {
	background: #e4e4e4 url(images/footer_box_back.jpg) repeat-x;
	border: 1px solid #bdbcbd;
	width: 196px;
	height: 184px;
	padding: 20px;
	margin: 30px 0 30px 46px;
	float: left;
}
#footer .box h2 {
	margin: 0;
	padding: 0;
	font-size: 19px;
}
#footer .box p {
	height: 120px;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}
#footer .box a {
	color: #44516f;
}

#bottom_nav, #bottom_nav ul {
	list-style: none;
	clear: both;
	color: #44516f;
	padding: 0;
	margin: 0;
}
#bottom_nav {
	border-top: 1px solid #fff;
	padding-top: 10px;
	padding-left: 40px;
	text-align: center;
}
#bottom_nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 140px;
	text-align: left;
	font-weight: bold;
}
#bottom_nav li li {
	font-weight: normal;
}
#bottom_nav a {
	color: #0F4BA0;
	text-decoration: none;
}
#bottom_nav a:hover {
	text-decoration: underline;
}

#bottom {
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
}
#bottom h2 {
	font-size: 14px;
	margin: 10px 0 0 32px;
	clear: both;
}
#bottom span {
	margin-left: 30px;
}
#bottom a {
	color: #fff;
}

.clearfix {
	clear: both;
	content: '.';
}