body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #666;
	text-align: center;
	background-image: url(images/main-site/background.jpg);
	background-repeat: repeat;
	background-color: #65759A;
}

#container {
	background: #021f59;
	width: 900px;
	padding: 2%;
	font-family: Helvetica, Arial, sans-serif;
	position: Relative;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#topnav {
	width: 900px;
	height: 50px;
	text-align: center;
}

#header {
	background-color:#021f59;
	border-top: 0px solid #9AA5BD;
	border-bottom: 0px solid #9AA5BD;
}


#main {
	border-bottom: 1px solid #666;
	margin-right: 50px;
	background-color: #021f59;
}

#main2 {
	background-color: #021f59;
}
#midcontent {
}
#footer {
	width: 960px;
	position: relative;
}
#page_image {
	margin: 0px 0px 25px 0px;
	padding: 10px;
}

#surveybutton {
	vertical-align: text-top;
	position: relative;
}

.box1 {
	padding: 0px 10px 0px 5px;
	color: #9AA5BD;
	text-align: left;
	margin: 15px 20px 0px 0px;
}


.box2 {
	padding: 10px 0px 0px 0px;
	color: #9AA5BD;
	text-align: center;
	margin: 0px 0px 20px 0px;
}
.box3 {
	background-color: #65759A;
	margin: 10px 22px 10px 28px;
	padding: 3px;
}

.box4 {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #9AA5BD;
	background-color: #fff;
}


/*Text Stuff*/

td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 18px;
	text-align: left;
}


p{
	padding: 3px 5px;
	margin: 0px 0;
	font-size: 12px;
	color: #9AA5BD;
	font-family: Helvetica, Arial, sans-serif;
}

.small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #9AA5BD;
}


h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-style:normal;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 0px solid #65759A;
	padding: 3px 0px 1px 10px;
	margin: 0px 0px 0px -5px;
	text-transform: uppercase;
	color: #E0E0CD;
	border-top: 0px solid #65759A;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 0px solid #65759A;
	color: #e0e0cd;
	padding: 3px 0;
	margin: 3px 0;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #9AA5BD;
	padding: 3px 0;
	margin: 3px 0;
}

#topnav {
	background: #021F59;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Helvetica, Arial, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px 0 3px 20px;
	width: 150px;
	background-image: url(images/link.gif);
	background-repeat: no-repeat;
	line-height: 17px;
}

#navcontainer a:link
{
	color: #333;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #CC0000;
}


a:link {
	color: #E0E0CD;
	text-decoration: none;
}

a:visited {
	color: #E0E0CD;
	text-decoration: none;
}

a:hover {
	color: #CDDCFA;
	text-decoration: underline;
}

.inline {
display:inline;
float: right;
padding: 0px 5px 0px 0px;
}
