body{
	background-color: #F2F2E6;
	background-image: url(../images/bg.jpg);
	margin: 0 0 0 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #6D5F14;
	}

p, td, tbody{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #6D5F14;
}

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #6D5F14;
}

.maincontent {
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #6D5F14;
}

.heading
{
	font-size: 11px;
	color : #600000;
	font-weight:bold;
}

.footer {
	background-image: url(../images/footer.gif);
	padding: 0 15px 0 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #898967;
}

.spacer {
	background-image: url(../images/line.gif);
	background-repeat:repeat-y;
	background-position: top center;
}

.style1 {
	font-size: 14px;
	color:#600000;
	font-weight: bold;
}

.style2 {
	font-size: 12px;
	color: #600000;
	font-weight: bold;
}

.style3 {
	font-size: 11px;
	color : #600000;
	font-weight:bold;
}

.navcurrent:link {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.navcurrent:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}


a:link   { text-decoration: none; color: #600000}
a:hover  { text-decoration: none; color: #6D5F14}
a:visited{ text-decoration: none; color: #600000}
a:active { text-decoration: none; color: #600000}

.navi { 
	margin: 0 0 0 20;
	background-color: #ff0000;
}

.nav:link {
	color: #006600;
	text-decoration: none;
	font-size: 11px;
}
.nav:hover {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.nav:visited {
	color: #006600;
	text-decoration: none;
	font-size: 11px;
}

.subnav:link {
	color: #006600;
	text-decoration: none;
	font-size: 11px;

}
.subnav:hover {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	
}
.subnav:visited {
	color: #006600;
	text-decoration: none;
	font-size: 11px;
	
}

.navcontent {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.navlinks {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #600000;
	font-weight:bold;
}

/*DROP DOWN MENUS*/
#nav, #nav ul { /* all lists */
	padding:0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/* width: 100%; */
}

#nav li { /* all list items */
	margin: 0;
	padding:0;
	float: left;
	border-right: 1px solid #d7c877; 
	border-left: 1px solid #d7c877; 
	/* width: 10em;   width needed or else Opera goes nuts */
}

#nav li a {
	display: block;
	color : #600000;
	font-weight:bold;
	padding: 12px 19px 12px 18px;
}

#nav li a:hover {
	color : #665a0e;
	font-weight:bold;
	/* background: #5F5732; */
}

/* second-level lists */
#nav li ul { 
	background-image: url(../images/subnav.gif);
	background-color:#beaf5e; 
	margin-top:-8px;
	position: absolute;
	width: 100px;
	height: 2em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-left: 1px solid #e2d89a;
}

#nav li ul li a{ 
	display: block;
	width: 100px;
	height: 2em;
	border: 0px solid #e2d89a;
}

#nav li ul li { 
	border: 0px solid #5E5E37;
}

/* third-and-above-level lists */
#nav li ul ul { 
	background-color:#beaf5e; 
	margin: -2em 0 0 112px;
}