﻿body
{
	font-family: Helvetica, Verdana, Arial;
	color: #202020;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: Black;
}
dt
{
	font-weight:bold;
}
.top-nav
{
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	border-left-color: black;
	border-bottom-color: black;
	color: white;
	border-top-style: solid;
	border-top-color: black;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #323232;
	border-right-color: black;
	border-bottom-style: solid;
	cursor: hand;
	vertical-align: middle;
	text-align: center;
}
.top-nav-over
{
	height: 30px;
	font-size: 14px;
	border-left-color: black;
	border-bottom-color: black;
	border-top-style: solid;
	border-top-color: black;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #101010;
	border-right-color: black;
	border-bottom-style: solid;
	cursor: hand;
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
#menuText
{
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	color: #6495ed;
	font-style: italic;
	height: 50px;
	text-align: right;
}
#main-top-border
{
	border-left-color: #202020;
	background-color: #101010;
	border-right-color: #202020;
}
#main-content
{
	vertical-align: top;
	height: 320px;
	background-color: silver;
	border-left-color: #202020;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #202020;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat;
}
#main-bot-border
{
	border-left-color: #202020;
	height: 30px;
	background-color: #101010;
	border-right-color: #202020;
}
#bot-nav
{
	padding-right: 6px;
	padding-left: 6px;
	font-size: 10px;
	padding-bottom: 6px;
	color: silver;
	padding-top: 6px;
	vertical-align: top;
	text-align: center;
}
#bot-nav a:hover
{
	color: Gray;
}
#bot-nav a
{
	color: White;
	font-size: 10px;
}
#bot-infobar
{
	padding-right: 3px;
	padding-left: 3px;
	font-size: 12px;
	padding-bottom: 3px;
	color: white;
	padding-top: 3px;
	background-color: gray;
	vertical-align: top;
	text-align: center;
}
#bot-decoration
{
	/*background-image: url(images/bottomBarBG.gif); 	background-repeat: repeat-x;*/
	height: 20px;
}
#dropmenudiv
{
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
}
#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	background-color: gray;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: white;
}
#dropmenudiv a:hover
{
	background-color: #101010;
}
#dropmenudiv A:visited
{
	color: #DDDDDD;
}
.content-header
{
	font-size: 16pt;
	font-style: italic;
	font-family: Impact;
}
.content-left-column
{
	background-color: #202020;
	filter: alpha(opacity=50);
	width: 60px;
	height: 320px;
	vertical-align: top;
}
.content-left-column-text
{
	text-transform: uppercase;
	writing-mode: tb-rl;
	filter: flipH() flipV();
	color: white;
	font-size: 25px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.content-side-column
{
	width: 10px;
}
.content-picture
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
A
{
	font-size: small;
	color: #202020;
}
