body {
	background-color: black;
	background-image: url(Background.jpg);
	background-attachment: fixed;
	color: white;
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: black;
	scrollbar-highlight-color: #0099CC;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color:  white;
	scrollbar-track-color: black;
	scrollbar-darkshadow-color: #0099CC;
}
table, tr, td {
	color: white;
	font-family: Verdana;
	font-size: 11px;
}
hr {
	color: white;
	height: 1px;
}
.table {
	border-left: 0px solid white;
	border-right: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 0px solid white;
	font-family: Verdana;
	font-size: 11px;
}
.table td {
	border-left: 1px solid white;
	border-right: 0px solid white;
	border-top: 0px solid white;
	border-bottom: 1px solid white;
	font-family: Verdana;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top; 
}
a:link {
	background-color: transparent;
	color: white;
	text-decoration: none;
}
a:visited {
	background-color: transparent;
	color: white;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: #999999;
	text-decoration: none;
}
.form {
	background-color: black;
	border-color: white;
	border-width: 1px;
	color: white;
	font-family: Verdana;
	font-size: 11px;
}
.submit {
	background-color: black;
	border-color: white;
	border-width: 1px;
	color: white;
	font-family: Verdana;
	font-size: 11px;
}
.main {
	background-color: black;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	filter: alpha(opacity="80"); opacity: 0.8;
}
.logo {
	background-color: black;
}
.line2 {
	background-color: black;
	background-image: url(Line2.jpg);
	background-repeat: repeat-x;
	border-left: 0px solid white;
	border-right: 0px solid white;
	border-top: 1px solid black;
	border-bottom: 1px solid #999999;
	color: white;
	font-size: 11px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	vertical-align: middle;
}
.menu {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	font-family: Verdana;
	font-size: 11px;
}
.menu td {
	border-left: 1px solid black;
	border-right: 0px solid white;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	font-family: Verdana;
	font-size: 11px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.content {
	background-color: black;
	border-left: 0px solid white;
	border-right: 0px solid white;
	border-top: 0px solid white;
	border-bottom: 1px solid black;
	color: white;
	font-family: Verdana;
	font-size: 11px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
}
.copyright {
	background-color: black;
	background-image: url(Line2.jpg);
	background-repeat: repeat-x;
	border-left: 0px solid white;
	border-right: 0px solid white;
	border-top: 1px solid black;
	border-bottom: 0px solid white;
	color: white;
	font-family: Verdana;
	font-size: 8px;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
}




#dropmenudiv{
background-color: black;
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
background-color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{
background-color: white;
}