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

body {
	font-size: 0.85em;
	background-image: url(resources/header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 100px;
}
h1 {
	position: relative;
	height: 32px;
	background-image: url(resources/logo.gif);
	background-repeat: no-repeat;
	background-position: 100% 75px;
	padding-bottom: 300px;
}
h1 a {
	position: absolute;
	top: -999em;
}
#content h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #00275E;
}
#main {
	position: relative;
	width: 600px;
	padding-left: 200px;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-top: 2em;
}
#main a {
	color: #0C275D;
}

#main p {
	padding-bottom: 1em;
}
#main h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #00275E;
	text-align: right;
}
#navigation {
	position: absolute;
	top: 25px;
	width: 850px;
	left: 0px;
}
#navigation ul {
	list-style-type: none;
	position: relative;
	
}

#navigation ul li {
	float: left;
	height: 2em;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #0C275D;
	position: relative;
}
#navigation ul li a {
	font-size: 0.89em;
	color: #0C275D;
	text-decoration: none;
	font-weight: bold;
	padding-right: 1em;
	padding-left: 1em;
	line-height: 2em;
}
#footer {
	text-align: center;
	color: #666;
	font-size: 0.8em;
	padding-top: 3em;
	padding-bottom: 1em;
}
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 