@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-color: #003d52;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #617984;
}

div#headerbg {
	background-color: #FFFFFF;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

div#footerbg {
	background-image: url(/images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#header {
	width: 856px;
	height: 93px;
	margin: 0 auto;
	position: relative;
}

div#whitebox {
	width: 826px;
	margin: 0 auto;
	background-image:url(/images/bg_white.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding: 15px 15px 0 15px;
}

div#footer {
	width: 806px;
	height: 57px;
	margin: 0 auto;
	background-image: url(/images/bg_footermiddle.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 6px 10px 0 10px;
	font-size: 11px;
	color: #879da7;
}

div#borderbox {
	border: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 0 auto 0 auto;
	width: 824px;
}

img#headerimage {
	padding: 4px;
	border-bottom: 1px solid #cccccc;
}

div#separator {
	background-image: url(/images/separator.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: white;
	overflow: auto;
}

div#rightcolumn {
	width: 542px;
	float: right;
	overflow: auto;
	padding: 30px;
}

h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #006a98;
	font-size: 22px;
	letter-spacing: -0.08em;
	margin-bottom: 20px;
}

p {
	margin: 0 0 14px 0;;
	padding: 0;
}

img {
	border: 0;
}

img.sideimage {
	margin: 25px 0 0 14px;
}

span#footernav {
	float: right;
	font-size: 11px;
}

span#footernav a:link, span#footernav a:visited, span#footernav a:active {
	color: #617984;
	text-decoration: none;
}

span#footernav a:hover {
	color: #006a98;
}

a:link, a:visited, a:active {
	color: #006a98;
}

a:hover {
	color: #003f67;
}

div#header img#logo {
	position: absolute;
	left: 16px;
	top: 10px;
}

span#headertext {
	position: absolute;
	right: 16px;
	top: 16px;
	color: white;
	text-align: right;
	font-size: 12px;
	line-height: 1.4em;
}

span#headertext a:link, span#headertext a:visited, span#headertext a:active {
	color: #ffaf2f;
	text-decoration: none;
}

span#headertext a:hover {
	color: #ffc870;
}

span#navigation {
	position: absolute;
	right: 0;
	bottom: 0;
}

span#navigation a img {
	padding-left: 3px;
}