@charset "utf-8";
body {
	background-image: url(gfx/bgn.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	background-color: #062448;
}
a:link {
	color: #6F0;
	text-decoration: none;
}
a:hover {
	color: #6F0;
	text-decoration: underline;
}
a:visited {
	color: #6F0;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #6F0;
}

.container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
.header {
	height: auto;
	width: 960px;
	margin-top: 20px;
}


.logo {
	height: 140px;
	width: 960px;
	background-image: url(gfx/logo_title.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.navbar {
	height: 60px;
	width: 960px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #89BAF5;
	border-bottom-color: #89BAF5;
}
.nav1 {
	float: left;
	height: 60px;
	width: 192px;
}
.nav2 {
	float: left;
	height: 60px;
	width: 192px;
}
.nav3 {
	float: left;
	height: 60px;
	width: 192px;
}
.nav4 {
	float: left;
	height: 60px;
	width: 192px;
}
.nav5 {
	float: left;
	height: 60px;
	width: 192px;
}
.navTitle {
	font-size: 18px;
	color: #FFF;
	text-indent: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.navSubtitle {
	color: #6F0;
	text-indent: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.navFinder {
	width: 960px;
	height: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navFinderText {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #6F0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.content {
	height: auto;
	width: 960px;
	float: left;
	margin-bottom: 20px;
}

.pageTitle {
	height: 100px;
	width: 960px;
}
.titleText {
	color: #89BAF5;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 30px;
	font-size: 42px;
	margin-top: 0px;
	padding-top: 30px;
}



.footer {
	width: 960px;
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #89BAF5;
	border-bottom-color: #89BAF5;
	margin-bottom: 20px;
	clear: both;
}
.footerText {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	margin-top: 8px;
}
