#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#main a {
	color: #886220;
}
#main a:hover {
	color: #886220;
	text-decoration: none;
}

.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #8c7661;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3a1e04;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.homecallouttext {
	color: #e4e2e2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

.homecallouttext a {
	color: #e4e2e2;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#menu li {
	z-index: 100;
	position: relative;
	float: left;
	}
#menu li a {
	text-decoration:none;
	color: #e9e9e8;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 45px;
	}
#menu li:hover, #menu li.over {
	background-image: url(../images/menu_on.jpg);
	}
#menu li a:hover {
	background-color: transparent;
	}
#menu ul ul {
	position: absolute;
	top: 42px;
	left: 0;
	display: none;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}
#menu ul ul li {
	display: block;
	border: none;
	background: url(../images/menu_on.jpg);
	background-position: 0 -6px;
	width: 180px;
	}
#menu ul ul li a {
	border-bottom:1px solid #000;
	color: #e9e9e8;
	display: block;
	line-height: 34px;
	padding: 0;
	text-decoration: none;
	text-indent: 8px;
	width: 180px;
	}
#menu ul ul li a:hover {
	background-image: url(../images/menu_off.jpg);
	background-position: 0 -6px;
	}

li > ul {
	top: auto;
	left: auto;
	}
	
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
		
#menu li:hover ul, #menu li.over ul { 
	display: block; 
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c7661;
}
#footer a {
	font-size: 12px;
	color: #8c7661;
}
#footer a:hover {
	color: #8c7661;
	text-decoration: none;
}

/* All CSS Below is Used for Control Panel Modules */
#calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#calendar a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#calendar a:hover {
	color: #000000;
	text-decoration: none;
}
tr.ruled {
	background-color: #FAF6E5;
	}
tr.trcolor1 {
	background-color: #EEEEEE;
}
tr.trcolor2 {
	background-color: #FAFAFA;
}
tr.trcolor3 {
	background-color: #000000;
}
tr.trcolor4 {
	background-color: #000000;
}
tr.trcolor5 {
	background-color: #666666;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
