@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFF;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 300px;
	position: relative;
	background-color: #096;
	background-image: url(images/banner.jpg);
	width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#info   {
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 20px;
	right: 100px;
	top: 8px;
	width: 474px;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	clear: both;
	background-color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	position: relative;
	background-image: url(images/bluebarbg.gif);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5E43D;
	border-right-color: #F5E43D;
	border-bottom-color: #F5E43D;
	border-left-color: #F5E43D;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	clear: left;
	background-color: #FFF;
	position: relative;
}
h6 {
	font-size: 12px;
	color: #012258;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #012d28;
	padding-left: 20px;
	font-style: italic;
	font-size: 24px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #012d28;
	padding-left: 20px;
	font-style: normal;
	font-size: 18px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666;
	line-height: 20px;
	padding-left: 20px;
}
h3 {
	font-size: 14px;
	color: #59AEDF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#wrapper #header #image {
	position: relative;
	height: 220px;
	width: 800px;
	left: 0px;
	top: 80px;
	background-color: #FFF;
}
#menu   {
	margin: 0px;
	height: 30px;
	width: 800px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
	background-color: #FFF;
}
#navcontainer {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 55px;
}
.greentext {
	color: #1C443F;
	font-weight: bold;
}
.greenlink {
	color: #012d28;
}

img {
border: 0;
}