@charset "UTF-8";
body {
	background-image: url(images/back.jpg);
	margin: 0px;
	padding: 0px;
	min-width: 940px;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #002A5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
}
img {
border: 0px;
}
div { behavior: url(iepngfix.htc) 
}
#wrapper {
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 235px;
	width: 940px;
}
#banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	background-image: url(images/banner.jpg);
	height: 324px;
	width: 900px;
}
#main {
	margin: 0px;
	width: 940px;
	background-image: url(images/main-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
}
#leftnav {
	float: left;
	width: 205px;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
#contentbox {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: normal;
	width: 665px;
	text-align: justify;
	margin-left: 240px;
	padding-right: 20px;
	font-size: 0.95em;
	padding-bottom: 15px;
	height: 405px;
	padding-top: 10px;
}

#clear {
	clear: both;
	height: 1px;
	line-height: 0px;
	width: 100%;
}
#footer {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	background-color: #11004c;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	border: 1px solid #2B88B3;
	padding: 5px;
	margin-top: 10px;
}
#footer  a  {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
#footer a:hover {
	color: #00FFFF;
	text-decoration: none;
}

