@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
}

.site-holder {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:970px;
	height:768px;
	z-index: 0;
	}
	
.logo {
	position:absolute;
	z-index: 1;
	}
	
.area {
	position:absolute;
	left: 734px;
	top: 8px;
	width: 253px;
	}
	
.menu {
	position:absolute;
	left: 313px;
	top: 60px;
	width: 679px;
	}

.main {
	position:absolute;
	width:970px;
	left: 9px;
	top: 93px;
	height: 523px;
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
.content {
	position:absolute;
	left: 19px;
	top: 20px;
	width: 904px;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.mainBody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #960200;
	text-decoration: none;
	background-color: #000000;
}

.adminBody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #960200;
	text-decoration: none;
	background-color: #000000;
}
.tblComingSoon {
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tblInformation td, .tblInformation tr, .tblInformation table {
	text-transform: none;
	font-weight: bold;
	padding: 2px;
}
.mainBody th {
	background-color: #000000;
	color: #000000;
	font-size: 10px;
	height: 10px ! important;
	overflow:hidden;
}

.tblInformation input, .tblInformation select, .tblInformation textarea {
	font:Verdana, Arial, Helvetica, sans-serif ! important;
	color:#000000 ! important;
	border:1px #000000 solid ! important;
	background-color:#FFFFFF ! important;
}

.navbar td {
	background-color: #000000;
	text-align:center;
	font-size:12px;
	color:#666666;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

.navbar #active
{
	color:#000000;
	border-bottom-color: #666666;
}
.navbar #active:hover
{
	background-color: #960200;
	color:#FFFFFF;
	border-bottom-color: #AAAAAA;
	cursor:default;
}

.navbar a:hover td  {
	background-color: #960200;
	color:#FFFFFF;
	border-bottom-color: #AAAAAA;
	cursor:pointer;
}

.infoHeader {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #000000;
	color: #CCCCCC;
}
a .infoHeader {
	cursor:pointer;
}
.roTD:hover {
   background-color:#E7DA83;
   cursor:pointer;
}

#link a, a:visited, a:active {
	font-size: 13px! important;
	color: #FFFFFF ! important;
	text-decoration: none;
}
#link a:hover {
	font-size: 13px ! important;
	color: #FF3399 ! important;
	text-decoration: underline ! important;
}

.bottomnav a, bottomnav a:visited, bottomnav a:active
{
	font-size: 12px! important;
	color:#000000 ! important;
	text-decoration: none ! important;
}
.bottomnav a:hover
{
	font-size: 12px! important;
	color:#000000 ! important;
	text-decoration: underline ! important;
}
#srch {
	font-size: 10px;
}
.mainpic {
	max-width:768px;
	/*width:expression(this.width > 768 ? 768 : true );*/
	width:auto !important;
	width:768px;
}

