@charset "UTF-8";
/* CSS Document */

@import url(typography/stylesheet.css);

body,html{
	margin: 0;
	padding: 0;
	background-color: #a4a4a4;
	color: #08205c;
	font-size: 12px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.clear{
	clear: both;	
}
a{
	color: #4c8f97;
}
sup {
	font-size: 70%;
	vertical-align: super;
}
#header .right p {
	padding-top: 16px;
}
#header .right p a, #header .right p a:link, #header .right p a:visited, #header .right p a:hover, #header .right p a:active{
	color: #08205c;
	text-decoration: none;
}
#header img { display: block; }
#main{
	margin: 0 auto;
	margin-top: 32px;
	width: 937px;
	border: 2px solid #363636;
	background-color: #FFFFFF;
	margin-bottom: 100px;
}
#main {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#main.long
{
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#header{
	height: 75px;
	padding: 19px 17px 0 24px;
	background-color: #FFF;
	background-repeat: repeat-x;
*/
}
#header .left{
	float: left;
	width: 300px;
}
#header .right{
	float: right;
	text-align: right;
	width: 400px;
}


#body-content{
	padding-left: 90px;
	width: 777px;
	min-height: 300px;
}
#body-content .pagetitle{
	padding-bottom: 20px;	
}
#body-content p{
	font-size: 12px;
	line-height: 17px;
	color: #08205c;
	margin-top: 0px;
	margin-bottom: 14px;
}
#body-content p.intro{
	font-size: 12px;
	line-height: 17px;
	color: #08205c;
	margin-top: 0px;
	margin-bottom: 14px;
}
#body-content p.desc{
	font-size: 11px;
	line-height: 15px;
	color: #08205c;
	margin-top: 0px;
	margin-bottom: 14px;
}
#body-content p a, #body-content p a:link, #body-content p a:visited, #body-content p a:hover, #body-content p a:active{
	color: #265590;
	text-decoration: none;
}
#body-content h1{
	color: #0077c0;
	font-family: "Myriad Pro", VegurRegular, Myriad, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans","Gill Sans MT",  "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 34px;
	padding-bottom: 12px;
	margin-top: 30px;
}
h2{
	font-size: 16px;
	color: #b17e2c;
	line-height: 17px;
	font-weight: normal;
	margin-bottom: 8px;
	padding: 0px;
}
h2 a, h3 a{
	color: #b17e2c;
	text-decoration: none;
}
h2 a:hover, h3 a:hover{
	text-decoration: underline;
}
#body-content h2 {
	color: #b17e2c;
}
#body-content h2.intro {
	padding-top: 8px;
}
h3{
	font-size: 12px;
	color: #0069a6; 
	line-height: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

ul.nobullet{
	list-style-type: none;	
	font-size: 12px;
	line-height: 17px;
}
ul.nobullet li.spacing{
	list-style-type: none;	
	font-size: 12px;
	line-height: 30px;
}
.small{
	font-size: 11px;
}
.subnav-footer{
	font-size: 10px;
}
#columns {
	width: 100%;	
}
#columns .left {
	width: 215px;
	float: left;
}
#columns .right {
	margin-left: 225px;
}
#footer{
	padding-top: 50px;
	color: #636363;
	padding-bottom: 16px;
}
#footer .left{
	float: left;
	width: 525px;
	text-align: right;
	font-size: 11px;
}
#footer .left a{
	color: #636363;
	text-decoration: none;
}
#footer .left a:hover{
	text-decoration: underline;	
}
#footer .right{
	float: right;
	width: 397px;
	text-align: right;
	font-size: 9px;
	padding-right: 13px;
}