@charset "UTF-8";
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(header_banner2.jpg);
	height: 200px;
	background-repeat: no-repeat;
	font-family: "Arial Black", Gadget, sans-serif;
}
#content {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-variant: normal;
}
body {
	background-color: #FFF;
	overflow: auto;
	background-image: url(Test_BG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.body_text {
	text-align: justify;
	padding: 1px;
}
.clear_float {
	clear: both;
}
.index_table {
	height: 95%;
	margin-right: auto;
	margin-left: auto;
}
.photo_cell {
	text-align: center;
	vertical-align: middle;
}
#right_col {
	padding: 8px;
	float: none;
	width: 850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #FFF;
	font-size: 14px;
}
#nav a:link {
	color: #FFF;
	padding: 2px;
	width: 100px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
#nav a:visited {
}
#nav a:hover {
	color: #6FF;
	text-decoration: none;
	background-color: #89AAD2;
}
#nav a:active {
	color: #FF33FF;
}
#footer {
	background-color: #180000;
	text-align: center;
	padding: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#left_col {
	float: none;
	width: auto;
	background-color: #82090C;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	clear: none;
}
#left_col a:link {
	color: #FFF;
	text-decoration: none;
}
#left_col a:visited {
	color: #339;
}
#left_col a:active {
	color: #F39;
}
#left_col a:hover {
	color: #630;
	text-decoration: none;
	background-color: #F8EA5F;
}
#left_col ul {
	width: 100%;
	list-style-image: none;
	list-style-type: none;
}
#left_col ul li {
	width: 95px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left_col li:link {
	color: #CCFFFF;
	text-decoration: none;
	background-color: #180000;
	padding: 2px;
}
#left_col li:visited {
	color: #6600CC;
	background-color: #FF0000;
}
#left_col li:hover {
	color: #66FFCC;
	background-color: #999999;
	text-decoration: none;
}
#left_col li:active {
	color: #CC99FF;
}
