/* CSS Document */

h1 {
	color: #3B628E;
	font-size: 23px;
	margin-bottom: .5em;
	line-height: 1.1em;
}

h2 {
	color: #33332D;
	font-size: 16px;
	margin: .3em 0 .6em 0;
	line-height: 1.3em;
}

h3 {
	color: #3B628E;
	font-size: 14px;
	margin: 15px 0 3px 0;
	line-height: 1.1em;
}



#mainBanner {
	position: relative;
	clear: both;
}

#pageHeader {
	position: absolute;
	top: 40px;
	left: 17px;
	color: #FFFFFF;
	font-size: 18px;
	height: 20px;
}

#sideNav {
	float: left;
	width: 199px;
	background: url(../images/bg_subnav.jpg) no-repeat bottom;
	height: auto;
}

#sideNav ul{
	margin: 12px 0 0 0px;
	font-weight: bold;
}

#sideNav li {
	background: url(../images/subnav_div.gif) no-repeat bottom left;
	padding: 4px 0 10px 12px;
}

#sideNav li a {
	color: #3B628E; 
	text-decoration: none;
	font-weight: normal;
}

#sideNav li a:hover {
	color: #051325; 
	text-decoration: none;
}

#sideNav li .activeSubNav{
	color: #051325;
	font-weight: bold;
}


#sideNav #last {
	background: none;
}

#mainContent {
	float: left;
	width: 447px;
	margin: 15px 0 30px 20px;
}

#mainContent ul {
	list-style: none; 
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 15px 25px;
}

#mainContent li {
	list-style: url(../images/icon_list.gif);
	margin: 0 0 2px 0;
}

#rightSideBar {
	width: 213px;
	float: right;
	position: relative;
}

#relatedInformation {
	background: url(../images/bg_right_sidebar.jpg) no-repeat bottom left;
	height: 207px;
	width: 213px;
}

#rightSideCarContent {
	width: 183px;
	height: 190px;
	margin: 17px 0 0 20px;
}

#rightSideCarContent a {
	font-weight: bold;
	font-size: 11px;
}

.greenHeader {
	color: #E5A306;
	font-size: 16px;
}


#rss {
	margin: 10px 0 0 10px;
	
}

.quote {
	color: #3B628E;
}


.smallBold {
	font-weight: bold;
	font-size: 10px;
	color: #33332D;
}

#biosItem {
	border-top: 1px solid #C9CCCF;
	padding: 00px 0 10px 0;
}

