h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #00508F;
	line-height: 135%;
	margin: 15px 0;
	font-weight: normal;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #00508F;
	margin-top: 30px;
	margin-bottom: 4px;
}

p.first {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 150%;
	margin: 10px 0;
	width: 550px;
}

div#page {
	margin: 0 auto;
	width: 980px;
	background-color: #FFFFFF;
}

div#header {
	background: #00508F;
	height: 100px;
	color: #FFFFFF;
	position: relative;
}

div#header div#logo {
	position: absolute;
	top: 25px;
	left: 30px;
}

div#header form#search_form {
	position: absolute;
	top: 25px;
	right: 30px;
}

div#header form#search_form label {
	margin-left: 0;
}

div#header form#search_form input#search {
	width: 150px;
	color: #7E8082;
}

div#header form#search_form input#go {
	vertical-align: text-bottom;
}

div#header div#main_nav {
	position: absolute;
	bottom: 13px;
	left: 234px;
}

div#header a {
	color: #FFFFFF;
	text-decoration: none;	
}

div#header a:hover {
	text-decoration: underline;
}

div#main {
	border-bottom: 1px solid #d1d8dd;
}

div#footer {
	padding: 20px 30px;
	font-size: 9px;
}

div#footer div#credit {
	color: #BBBCBF;
	float: right;
}

div#footer div#credit a {
	color: #BBBCBF;
	text-decoration: none;
}
