/***************************
***********Globals**********
****************************/
body {
	background-color: #333333;
	margin: 0px auto;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
h1 {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background-color: #112b57;
	font-weight: normal;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 30px;
	line-height: 30px;
}
.infobox {
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #000000;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #09933;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
/***************************
************Layout**********
****************************/
.header {
	height: 100px;
	width: 100%;
	border-bottom: solid #FFFFFF 1px;
	background-image: url(/images/040508hbg.png);
	background-repeat: repeat-x;
	background-position: left;
	text-align: center;
}
.header2 {
	width: 100%;
	height: 100px;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	background-image: url(/images/041508h2.png);
}
.nav {
	width: 100%;
	background-color: #13426e;
	text-align: center;
	border-bottom: solid #000000 1px;
}
.nav2 {
	width: 790px;
	margin: 0px auto;
	text-align: left;
}
.inner {
	margin: 0px;
	padding: 5px;
	width: 780px;
}
.inner2 {
	width: 100%;
	padding-top: 10px;
}
.container {
	border: solid #000000 1px;
	background-color: #FFFFFF;
	border-top: 0px;
	padding: 0px;
	height: 100%;
	width: 790px;
	margin: 0px auto;
}
.footer {
	height: 100px;
	width: 100%;
	text-align: center;
	line-height: 100px;
	border-top: solid #000000 1px;
	background-image: url(/images/041508fbg.png);
	background-repeat: repeat-x;
	background-position: left;
}
/***************************
************Links***********
****************************/
.nav ul {
	width: 790px;
	font-family: Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.nav  li {display: inline;
}
.nav  ul  li  a {
	color: #FFFFFF;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
}
.nav  ul  li  a:hover {
	background-color: #095194;
	color: #FFFFFF;
}
