@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #3067A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#wrapper {
	height: auto;
	width: 747px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #658fba;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/sidebar-background_07.jpg);
	margin-bottom: 20px;
	position: relative;
}
#wrapper #sideabar {
	background-attachment: scroll;
	background-image: url(images/sidebar.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 638px;
	width: 244px;
	z-index: 10;
	float: left;
}
#wrapper #header {
	background-image: url(images/sidebar-head.jpg);
	height: 243px;
	width: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left;
}
#wrapper #logo {
	width: 225px;
	height: 148px;
}
#wrapper #header2 {
	background-image: url(images/sidebar-head2.jpg);
	height: 243px;
	width: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left;
}
#wrapper #headnav {
	width: 500px;
	height: 30px;
	position: relative;
	top: 0px;
	left: 248px;
}
#wrapper #connector {
	background-image: url(images/sidebar-connect.jpg);
	background-repeat: no-repeat;
	width: 215px;
	height: 180px;
	float: left;
	position: relative;
}
#wrapper #maincontent {
	width: 530px;
	min-height: 600px;
	height: auto;
	z-index: 2;
	position: relative;
	left: 0px;
	float: right;
}
#wrapper #maincontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #051E46;
}
#wrapper #maincontent .bodytext {
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #051E46;
	line-height: 1.5em;
}
#wrapper #maincontent p a {
	color: #3067A0;
	text-decoration: none;
}
#wrapper #sidelinks {
	width: 160px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 240px;
	margin-left: 0px;
	z-index: 100;
}
#wrapper #sidelinks li {
	list-style-type: none;
	margin-left: 1px;
	width: 152px;
	height: 25px;
	display: block;
	background-color: #265184;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06133D;
	background-attachment: scroll;
	background-image: url(images/sidebar-linkbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#wrapper #sidelinks li a {
	color: #EDF2FA;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	padding-left: 15px;
	display: block;
	width: 138px;
	height: 28px;
	line-height: 2.6em;
}
#wrapper #sidelinks li a:hover {
	background-color: #0A1F4A;
}
#wrapper #footer {
	background-color: #660032;
	width: 585px;
	left: 162px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}
#footer a{
	color: white;
}
.sidenavigation ul {
	padding: 0;
	list-style: none;
	width: 156px;
	margin-top: 20px;
	margin-left: 0px;
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 355px;
}
#contactform {
	position: absolute;
	width: 150px;
	height: auto;
	left: 0px;
	top: 165px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E1A52B;
	margin-left: 10px;
	font-weight: normal;
	font-size: 10px;
	float: left;
	text-align: center;
}
#contactform input, #contactform textarea {
	background-color: #fff;
	color: #000;
	width: 145px;
	border: 1px solid #29548B;
}
#contactform .formlabel {
	text-align: left;
}
#contactform textarea {
	overflow: auto;
	height: 50px;
}
#contactform .submitbutton {
	width: 60px;
	text-align: center;
	border: 1px outset #2D5B96;
	background-color: #0D224D;
	color: white;
}
.sidenavigation ul li {
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
.sidenavigation li ul {
	position: absolute;
	left: 170px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background-color: #EEF7DD;
	z-index: 100;
}
/* Styles for Menu Items */
.sidenavigation ul li a {
	display: block;
	text-decoration: none;
	color: #ECF2F9;
	font-size: 93%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #254E84;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 18px;
	background-attachment: scroll;
	background-image: url(images/navbg_08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Fix IE. Hide from IE Mac \*/
* html .sidenavigation ul li {
	float: left;
	height: 1%;
}
* html .sidenavigation ul li a {
	height: 1%;
	color: #ECF2F9;
}
/* End */

.sidenavigation ul li a:hover {
	color: #ECF2F9;
	background-color: #3f75b3;
	background-attachment: scroll;
	background-image: url(images/navbghover_08_08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} /* Hover Styles */
.sidenavigation li:hover ul, li.over ul {
	display: block;
	z-index: 100;
} /* The magic */
#wrapper #maincontent .bodytext strong {
	font-family: Georgia;
	font-size: 11pt;
	color: #051E46;
}
.zdfh {
	color: #051E46;
}
#wrapper #maincontent .zdfh strong {
	font-family: Georgia;
}
.name {
	font-weight: bold;
}
#wrapper #maincontent .name {
	font-family: Georgia;
}
#wrapper #maincontent .bodytext {
	font-family: Georgia;
}
#wrapper #maincontent .bodytext {
	font-family: Arial;
}
.Name {
	font-size: 11pt;
}
#wrapper #maincontent .Name {
	font-weight: bold;
}
#wrapper #maincontent .Name {
	font-family: Georgia;
}
#wrapper #maincontent .Name {
	color: #051E46;
}
