@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF url(../images/headerBgSpan.png) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

a{
	color:#2197c7;
}

a:visited{
	color:#103746;
}

a:hover{
	text-decoration:none;
	background-color:#2197c7;
	color:#ffffff;
}

h2{
	font-size:15px;
	font-weight:normal;
	color:#087098;
}

h3{
	font-size:19px;
	font-weight:normal;
	color:#b7b7b7;
	padding:15px 0 10px 0;
	margin:0px;
}

.homepage{
	background: #FFFFFF url(../images/homeBgSpan.png) repeat-x;
}

.clear{
	clear:both;
}

div#container {
	width: 800px;  
	margin: 0 auto; 
	text-align: left; 
}

div#header {
	height:150px;
	width:auto;
	text-align:center;
}

div#header .logo{
	padding:22px 0 0 0;
}

div#header ul
{
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
}

div#header li
{
	float:left;
	margin: 0 0.15em;
}

div#header li img
{
	border:0px;
	padding:9px 0 0 0;
}

div#header li a
{
	background:none;
	height: 30px;
	line-height: 2em;
	float: left;
	width: 90px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

div#header li.active a 
{
	background:#e9e9e9 bottom left repeat-x;
	height: 30px;
	line-height: 2em;
	float: left;
	width: 80px;
	display: block;
	color:#0d2474;
	text-decoration: none;
	text-align: center;
}

div#homeBanner{
	padding:10px 0 0 0;
	clear:both;
}

/* Hide from IE5-Mac \*/
div#header li a
{
	float: none
}
/* End hide */

div#main {
	padding: 0;
	line-height:18px;
	color:#575757;
}

div#main .left{
	float:left;
	width:390px;
}

div#main .right{
	float:right;
	width:390px;
}

div#subMain {
	padding: 0;
	line-height:18px;
	color:#575757;
	background:url(../images/subSidebar.png) no-repeat right bottom;
	overflow:hidden;
	height:1%; /* FOR IE TO RECOGNIZE OVERFLOW VALUE AND SHOW SIDEBAR */
}

div#subMain .left{
	float:left;
	width:549px;
}

div#subMain .right{
	float:right;
	width:238px;
}

div#subHeader{
	border-bottom:1px solid #eeeeee;
}

div#subMain ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#subMain ul a{
	color:#6f99ab;
	text-decoration:none;
}

div#subMain ul a:hover{
	background:none;
	color:#6f99ab;
}

div#subMain li{
	margin:5px 0 5px 0;
	padding:5px 0 0 10px;
	height:28px;
}

div#subMain li.current {
	background:url(../images/subNavCurrentBg.png) no-repeat;
}

div#subMain li.current a{
	color:#103746;
}

div#subMain p{
	margin-bottom:20px;
}

div#footer{
	clear:both;
	font-size:11px;
}
div#footer p{
	border-top:1px solid #dddddd;
	margin:30px 0 0 0;
	padding:5px;
	color:#bcbcbc;
}