body {
	background-color: #b0b0b0;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;

	scrollbar-base-color:#2a2a2a; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-arrow-color: #2a2a2a; 
	scrollbar-track-color: #2a2a2a; 
	scrollbar-shadow-color: #2a2a2a; 
	scrollbar-highlight-color: #2a2a2a; 
	scrollbar-3dlight-color: #2a2a2a; 
	scrollbar-darkshadow-color: #2a2a2a;
	-moz-scrollbars-horizontal;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2a2a2a;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2a2a2a;
}
a:hover {
	text-decoration: underline;
	color: #929291;
}
a:active {
	text-decoration: none;
	color: #2a2a2a;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #929291;
	font-weight:bold;
}

.contactform {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #975728;
	font-weight:bold;
}

.aboutmain {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8a1d46;
	font-weight:bold;
}

.sms {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2a2a2a;
	font-weight:bold;
}

.formbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2a2a2a;
	background: #FFFFFF;
	border-color:#666666;
	border-width:thin;
}

/* Main table style */

table.maintable {
	width:731px;
	position: relative;
	left: -2px;
}

table.maintable td.topleftmain {
	background-color: #2a2a2a;
	background-repeat:none;
	width:7px;
	height:32px;
}

table.maintable td.toprightmain {
	background-color: #2a2a2a;
	background-repeat:none;
	width:7px;
	height:32px;
}

table.maintable td.topcentermain {
	background-color: #2a2a2a;
	height:32px;
}

table.maintable td.centermain {
	background-color: #FFFFFF;

}

/* menu table style */

table.menutable {
	width:731px;
	position: relative; 
	background-color: #FFFFFF;
}

table.menutable td.admin {
	background-image: url(../images/adminbg.gif);
	background-repeat:none;
	position: relative; 
	background-color: #FFFFFF;
}

table.menutable td.logo {
	background-color: #FFFFFF;
	background-repeat:repeat-y;
	width:119px;
	background-image: url(../images/left.jpg);
}

table.menutable td.logobottom {
	background-color: #FFFFFF;
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
	width:119px;
}

table.menutable td.logoA {
	background-color: #FFFFFF;
	background-repeat:repeat-y;
	width:119px;
	background-image: url(../images/leftA.jpg);
}

table.menutable td.logobottomA {
	background-color: #FFFFFF;
	background-image: url(../images/leftA.jpg);
	background-repeat: repeat-y;
	width:119px;
}

table.menutable td.logoG {
	background-color: #FFFFFF;
	background-repeat:repeat-y;
	width:119px;
	background-image: url(../images/leftG.jpg);
}

table.menutable td.logobottomG {
	background-color: #FFFFFF;
	background-image: url(../images/leftG.jpg);
	background-repeat: repeat-y;
	width:119px;
}

table.menutable td.logoC {
	background-color: #FFFFFF;
	background-repeat:repeat-y;
	width:119px;
	background-image: url(../images/leftC.jpg);
}

table.menutable td.logobottomC {
	background-color: #FFFFFF;
	background-image: url(../images/leftC.jpg);
	background-repeat: repeat-y;
	width:119px;
}

table.menutable td.menu {
	background-color: #FFFFFF;
	width:445px;
	height:125px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
	background-color: #1d538a;
	text-align:right;
	font-weight: bold;
	z-index:2;
}

#nav a {
	display: block;
	width: 144px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1d538a;
	font-weight: bold;
z-index:2;
}

#nav a:hover {
	display: block;
	width: 144px;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
	background-color: #FFFFFF;
	font-weight: bold;
z-index:2;
}

#nav li { /* all list items */
	float: left;
	text-align: center;
	background-color: #FFFFFF;
z-index:2;
}

#nav li ul li{
	float:none;
	background-color: #1d538a;
	position: relative;	
z-index:2;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #1d538a;
	width: 144px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align:center;
z-index:2;
}

#nav li:hover ul, #nav li.sfhover ul 
	{ /* lists nested under hovered list items */
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #3A4D30;
	text-decoration: none;
	left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	opacity:.80;
	filter:alpha(opacity=80);
	-moz-opacity: 
z-index:2;
}

.linksFirst{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #2a2a2a;
	font-weight:bold;
}

.linksNext{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #929291;
	font-weight:bold;
}
