@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color:#406292;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #002866;
	margin: 0px 0px 16px 0px;
	padding: 0;
}
h1 {
	font-size: 20px
}
h2 {
	font-size: 20px
}
h3 {
	font-size: 18px
}
h4 {
	font-size: 16px
}
h5 {
	font-size: 14px
}
h6 {
	font-size: 12px
}
#container {
	width: 971px;
}

#header {
	background-color:#406292;
	height: 270px;
	background-image: url(/Resources/images/headerBg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header img {
	position:relative;
	top: 76px;
	left: 20px;
}
#header h1 {
	position:relative;
	top: 71px;
	left: 100px;
	color: white;
	font-size: 25px;
	font-weight: normal;
}
#header #sideHeader {
	z-index:2;
	position: absolute;
	top: 241px;
	right: 50px;
	font-size: 12px;
	width:175px;
	text-align:left;
}
#header #sideHeader, #header #sideHeader a {
	color: white;
	text-decoration: none;
}
#navigation {
	position: absolute;
	margin-left: 1.8em;
	top: 238px;
	height: 26px; /* 26 - padding*/
}
#navigation ul {
	list-style-position: outside;
	list-style-type: none;
}
#navigation ul li {
	float: left;
	padding: 0px 0.7em;
	border-left: 1px solid white;
	font-size: 14px;
	font-weight: bold;
}
#navigation ul li:first-child, #navigation ul li ul li {
	border-left: none;
}
#navigation ul li a {
	text-decoration: none;
	color: white;
}
#navigation ul li a:hover {
	color: #002866;
}
#navigation ul li ul {
	background-color: #53709A;
	width: 13em;
}
#mainBody {
	background-image: url(/Resources/images/mainBodyBg.jpg);
	min-height: 400px;
}
#mainContent {
	background-image: url(/Resources/images/mainContentBg.jpg);
	background-repeat: no-repeat;
	min-height: 400px;
	padding-right: 278px;
	padding-left: 20px;
	color: #000000;
}
#sidebar {
	position: absolute;
	top: 43px;
	right: 0px;
	width: 230px;
	color: #153571;
	padding-left: 0px;
	padding-right: 15px;
}
#footer {
	height: 27px;
	background-image: url(/Resources/images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer p {
	position: relative;
	text-align: right;
	padding: 0;
	margin: 0;
	top: 20px;
	right: 20px;
}
#footer p, #footer p a {
	color: white;
}
span.label, label {
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
}
div.value, span.value {
	float: left;
	display: block;
	width: 250px;
}

a:link,a:visited,a:active { color: #d91d5b; font-family: arial, helvetica; text-decoration: none }

a:hover { color: #002866; font-family: arial, helvetica; text-decoration: none }

img.hdr_image {
	margin: 0px 10px 0px 0px;
} 


#mainBody #mainContent ul {
	list-style-position: outside;
	list-style-type: none;
}
#mainBody #mainContent ul li {
	padding: 0px 0px 0px 22px;
	background-image:url(../images/bullet_arrow.gif);
	background-repeat:no-repeat;
}

div.leftcol {
	width: 50px;
	height: 16px;
	float: left;
}
div.rightcol {
	width: 110px;
	height: 16px;
	float: left;
}


