@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #0077a2;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 900px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner {
	margin: 0px;
	padding: 0px;
	height: 278px;
	width: 900px;
}
#logo {
	background-image: url(images/banner.jpg);
	height: 236px;
	width: 900px;
}
#nav {
	background-image: url(images/nav.jpg);
	text-align: right;
	height: 42px;
	width: 900px;
}
#content {
	font-family: Verdana, Geneva, sans-serif;
	color: #234377;
	background-image: url(images/textbg.jpg);
	background-repeat: repeat-y;
	text-align: justify;
	height: auto;
	width: 900px;
	padding-top: 3em;
}

#menu {
	height: 25px;
	float: right;
	padding-right: 0px;
	margin-right: 55px;
	margin-top: 3px;
}
#footer {
	margin: 0px;
	height: 51px;
	width: 900px;
	background-image: url(images/footer.jpg);
	clear: both;
	padding: 0px;
}
p {
	line-height: 2em;
	font-size: 16px;
	text-indent: 3em;
	margin: 0em;
	padding-left: 6em;
	padding-right: 10em;
}
ul {
	padding-left: 10em;
	font-size: 16px;
	line-height: 2em;
}

.nav {
	color: #FFF;
	word-spacing: normal;
	letter-spacing: 1px;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	white-space: normal;
	margin: 0px;
}
.footer {
	font-size: 9px;
	color: #000;
	padding-left: 5em;
	text-indent: 0;
	padding-top: 2em;
}
.footer a {
	text-decoration: underline;
	color: #000;
}
.footer a:hover {
	text-decoration: underline;
	color: #F90;
}


.nav a {
	text-decoration: none;
	color: #FFF;
}
.nav a:hover {
	text-decoration: underline;
	color: #a1dceb;
}

h1 {
	font-size: 16px;
	padding-left: 7em;
	padding-top: 2em;
}
a {
	color: #234377;
}
a:hover {
	color: #090;
}

