@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/back.jpg);
	font-size: 12px;
}
a:link {
	color: #009999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009999;
}
a:hover {
	color: #FFFFFF;
	background-color: #009E92;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-size: 16pt;
	color: #009999;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	padding-top: 5px;
}
.style2 {
	color: #009999;
	font-size: 10pt;
	padding: 2px;
}
.style3 {font-size: 12pt}
.style4 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 2px;
	font-weight: lighter;
	letter-spacing: 1pt;
}
.style5 {color: #039E96}
#container {
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	background-image: url(../images/banner.jpg);
	border: 3px solid #000000;
	background-color: #231f20;
}
#header {
	height: 150px;
	width: 773px;
	background-repeat: no-repeat;
}
#header #nav {
	height: 25px;
	width: 600px;
	position: relative;
	z-index: 2;
	top: 65px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-indent: 0px;
	left: 20px;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
}
#body {
	width: 770px;
	height: 500px;
	overflow: auto;
}
#footer {
	width: 773px;
	text-align: center;
	height: 40px;
	position: relative;
	padding-top: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footertext {
	position: relative;
	font-size: 12px;
}

