@charset "utf-8";
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #001073;
	text-align: center;
	width: 900px;
	top: -12px;
	padding-top: 12px;
	position: relative;
}
body {
	text-align: center;
}
#banner {
	background-image: url(../indeximages/bg.gif);
	text-align: center;
	height: 380px;
	width: 808px;
	padding-top: 4px;
	background-color: #001073;
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
}
#banner-pic {
	background-image: url(../indeximages/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	height: 320px;
	width: 800px;
}
#logo {
	height: 109px;
	width: 186px;
	margin-top: 196px;
	margin-left: 10px;
}
#navcontainer ul
{
	list-style-type: none;
	width: 800px;
	text-align: center;
	background-image: url(../indeximages/linkbg.gif);
	height: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 2px;
}

li { display: inline; }

li a
{
	text-decoration: none;
	background-color: #001073;
	color: #becbe3;
	border-right: 2px solid #fff;
	padding-top: 1px;
	padding-right: 1em;
	padding-bottom: 1px;
	padding-left: 1em;
}

li a:hover
{
background-color: #369;
color: #fff;
}
.left {
	text-align: left;
	width: 510px;
	margin-top: 10px;
	float: left;
	margin-left: 46px;
	vertical-align: top;
	clear: left;
	margin-right: 4px;
}
#image {
	height: 200px;
	width: 184px;
	float: left;
	margin-right: 10px;
}
.right {
	float: left;
	width: 268px;
	margin-top: 10px;
	margin-left: 4px;
	background-image: url(../indeximages/blockbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	height: 440px;
	padding-top: 8px;
	padding-right: 2px;
	padding-left: 26px;
}
.text {
	clear: left;
	float: left;
	width: 490px;
	background-color: #003399;
	margin-top: 4px;
	padding: 4px;
}
#footer {
	text-align: left;
	clear: both;
	width: 880px;
	margin-top: 4px;
	padding-top: 10px;
	background-image: url(../indeximages/footerbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 58px;
	vertical-align: middle;
}
#footertext {
	font-size: 9px;
	background-color: #003399;
	text-align: left;
	height: 40px;
	width: 400px;
	margin-top: 16px;
	margin-left: 50px;
}
a:link {
	font-size: 12px;
	color: #D67040;
	text-decoration: none;
}
a:visited {
color: #BC2021;
	text-decoration: none;
}
a:hover {
	color: #becbe3;
	text-decoration: underline;
}
