@charset "utf-8";

body {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
#container {
	height: 800px;
	width: 1024px;
	position: relative;
	text-align: left;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #05052B;
}
#header {
	height: 123px;
	width: 100%;
	position: relative;
	top: 0px;
	right: 0px;
	background-color: #05052A;
}
#nav {
	height: 36px;
	width: 1024px;
	clear: both;
	text-align: center;
	padding: 0px;
	top: 160px;
	background-color: #05052A;
}
#nav ul {
	margin: 5px 0 0;
	padding: 0px;
	display: inline;
}
#nav ul li {
	list-style: none;
	display: inline-block;
}
#nav ul li a {
	display: inline-block;
	padding: 8px 25px 15px;
	text-decoration: none;
}
#current {
	font-variant: small-caps;
	color: #FFD256;
	background-color: #05052A;
}
#water_top {
	text-align: center;
	height: 8px;
	width: 1024px;
	left: 0px;
	top: 168px;
	position: absolute;
}
#textbox {
	position: absolute;
	height: 500px;
	width: 385px;
	top: 185px;
	left: 30px;
	background-image: url(../images/textbgd.gif);
	background-repeat: no-repeat;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#textcolumn {
	font-size: small;
	height: 398px;
	width: 330px;
	position: relative;
	overflow: auto;
	right: 5px;
	text-align: left;
	top: 5px;
	padding: 5px 25px 0px 0px;
	left: 15px;
	bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	font-weight: bold;
}
#textcolumn h4 {
	text-align: center;
	font-weight: bold;
	font-size: medium;
	margin-right: 20px;
}
#textcolumn p {
	position: inherit;
	padding-right: 0px 45px 0px 0px;
	font-size: 14px;
	font-weight: normal;
}
#textcolumn ul {
	margin: 0px;
	width: 100%;
	padding: 0px;
	list-style-type: square;
}
#textcolumn ul li {
	list-style-type: square;
	font-size: small;
	font-weight: bolder;
	list-style-position: outside;
	margin-left: 20px;
}
a:link  {
	font-weight: bolder;
	color: #D15C1e;
	text-decoration: none;
	font-size: small;
}
a:hover  {
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 20px;
	background-color: #00C;
	color: #FFD256;
}
a:visited  {
	color: #D15C1E;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
a:active  {
	background-color: #00C;
	color: yellow;
	display: inline;
}
#featureimage {
/*	float: left; */
	height: 500px;
	width: 580px;
	position: absolute;
	left: 415px;
	top: 185px;
}
#water_bottom {
	text-align: center;
	position: absolute;
	height: 8px;
	width: 1024px;
	top: 695px;
	left: 0px;
}
#container #footer {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 720px;
	display: inline-table;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #05052a;
}
td {
	text-align: center;
	vertical-align: top;
}
