@charset "utf-8";
/* CSS Document */
#navbar {
	background-color: #284F76;
	color: #003466;
	margin-right: auto;
	margin-left: auto;
	line-height: 24px;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9BA6D9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CED5DD;
	width: 995px;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3A5C81;
	text-align: center;
	line-height: 18px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #FFFFCC;
}
#navbar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003466;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
}
#header {
	width: 995px
	}				

body {
	margin-left: 5px;
}

#top {
	position:absolute;
	left:5px;
	top:5px;
	width:995px;
	height:auto;
	z-index:27;
	width: 995px;
	background-color: #787E86;
}

#contact {
	position:absolute;
	left:756px;
	top:24px;
	width:236px;
	height:19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	float: none;
	z-index: 50;
}

#contact ul {
	text-decoration: none;
	display: inline;
}
#contact li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	text-decoration: none;
	display: inline;
	list-style-type: none;
}

#contact a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
}
#contact a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #EA7226;
	text-decoration: underline;
}
#banner {
	width: 995px;
	background-color: #FFFFFF;
	height: 70px;
}

