@charset "UTF-8";

body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.wrapper {
	margin: auto;
	width: 940px;
	height:100%;
	padding: 8px;
	border: thin solid #000000;
}


h2{
	font-weight:lighter;
	color:006699;
}

.wrapper .header {
	height: 358px;
	background: url(../images/header.jpg) no-repeat;
}
.wrapper .header #logo {
	float: left;
	height: 100px;
	width: 311px;
	background: url(../images/logo.jpg) no-repeat center center;
}
.wrapper .header #logoRight {
	float: right;
	height: 70px;
	text-align:right;
	margin-top:30px;
	font-size:18px;
	width: 551px;
}

.wrapper #main {
	height:100%;
	background: url(../images/columns.jpg) no-repeat center center;
}
.wrapper #columnLeft {
	background-color: #90A99C;
	height: 100%;
	width: 292px;
	padding: 8px;
	margin: 4px 2px 4px 0px;
	float: left;
}
.wrapper #topNav {
	margin-top: 4px;
}
.wrapper #topNav .menu {
	list-style-type: none;
	display: inline;
}
.wrapper #topNav .menu li {
	display: inline;
}

.wrapper #topNav .menu li a{
	display:block;
	height:30px;
	width:185px;
	float:left;
	line-height:30px;
	background:#608493;
	color: #FFFFFF;
	margin-right:4px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}


.wrapper #topNav .menu li a:hover{
	background:#003366;
}

.wrapper #topNav .menu #current a{
	background:#003366;
}

.wrapper #topNav .menu .last a {
	width:184px;
	margin: 0px;
}

.wrapper #mainContent {
	background-color: #D1DBBE;
	height: 100%;
	width: 612px;
	padding: 8px;
	margin: 4px 0px 4px 2px;
	float: right;
}

.wrapper .header #headerImage {
	clear:both;
	height: 260px;
}

.style1 {color: #FFFFFF}


.wrapper .footer {
	clear:both;
	height:80px;
	line-height:80px;
	background:#608493;
	text-align:center;
}

.bottommenu {
	list-style-type: none;
	display: inline;
}
.bottommenu li {
	display: inline;
}

.bottommenu li a{
	background:#608493;
	color: #FFFFFF;
	margin-right:8px;
	text-decoration:none;
}


.bottommenu li a:hover{
	color:#003366;
	text-decoration:underline;
}
.wrapper #main #columnLeft #form1 #formDescribtion {
	color: #FFFFFF;
}

.wrapper #main #mainContent #Table_01 #homepic img {
	margin-right: 12px;
	margin-bottom: 12px;
}
.wrapper #main #mainContent #homepic img {
	margin-right: 12px;
}
.wrapper #main #columnLeft #form1 {
	font-size: 12px;
}
