/* BODY AND SCROLLBAR COLORS */
body {
	background-image:  url(/images/37/bgs/siteBG.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #2D321E; 
	margin: 0px;

	}


/* FORMS */
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CBB9A1;
	color:#2D321E;
	border:1px solid #392109;
	border-top-color: #8C7A64;
	border-left-color: #8C7A64;
	border-bottom-color: #8C7A64;
	border-right-color: #8C7A64;
	padding-left: 3px;
	}
	
	
/* HEADINGS AREA */	
.headings {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BE5B20;
}


/* TOOLS  */
.tools {
	color: #2D321E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.tools a:link {
	color: #2D321E;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
.tools a:visited {
	color: #2D321E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.tools a:active {
	color: #2D321E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.tools a:hover {
	color: #C05716;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


/* SUB-HEADER */
.subheader {
	font-size: 14px;
	color: #2D321E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


/* GREEN CONTENT BACKGROUND */
.green {
	color: #083822;
	background-color: #083822;
}


/* NAVIGATION & CONTENT */
* html .navContent{ /*IE rule. Original menu width minus all left/right paddings */
	width: 100px;
	}
html>body .navContent{ /*Non IE rule*/
	width: auto;
	}
.navContent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.navContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/images/37/bgs/navBg.jpg);
	width: 167px;
	padding-top: 18px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	}
.navContent a:link { /* padding + width + width = Table Width*/
	padding: 6px;
	display: block;
	width: 167px; /*Define width for IE6's sake*/
	color: #2D321E;
	text-decoration: none;
	background-image: url(/images/37/nav/navUP.gif);
	padding-left: 28px;
	}
.navContent a:visited { /* padding + width + width = Table Width*/
	padding: 6px;
	display: block;
	width: 167px; /*Define width for IE6's sake*/
	color: #2D321E;
	text-decoration: none;
	background-image: url(/images/37/nav/navUP.gif);
	padding-left: 28px;
	}
.navContent a:active { /* padding + width + width = Table Width*/
	padding: 6px;
	display: block;
	width: 167px; /*Define width for IE6's sake*/
	color: #2E331F;
	text-decoration: none;
	background-image: url(/images/37/nav/navUP.gif);
	padding-left: 28px;
	}
.navContent a:hover { /* padding + width + width = Table Width*/
	padding: 6px;
	display: block;
	width: 167px; /*Define width for IE6's sake*/
	text-decoration: none;
	padding-left: 28px;
	color: #AD440A;
	background-image: url(/images/37/nav/navDown.gif);
	}


/* MAIN CONTNET MAP */
.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D321E;
	line-height: 1.4em;
	}
.mainContent a:link { 
	color: #2D321E;
	}
.mainContent a:visited {
	color: #2D321E;
	}
.mainContent a:active {
	color: #2D321E;
	}
.mainContent a:hover {
	color: #BE5B20;
	}


/* FEATURE SIDE CONTENT */
.featureContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D321E;
	background-repeat: repeat-x;
	line-height: 1.4em;
	}
.featureContent a:link {
	color: #2D321E;
	}
.featureContent a:visited {
	color: #2D321E;
	}
.featureContent a:active {
	color: #2D321E;
	}
.featureContent a:hover {
	color: #BE5B20;
	}


/* FEATURE BG */
.featureBG {
	background-image: url(/images/37/bgs/bulletinBG.jpg);
	background-repeat: repeat-x;
	}

/* INFO */
.info {
	color: #2D321E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CBB9A1;
	line-height: 1.4em;
	}
.info a:link {
	color: #2D321E;
	}
.info a:visited {
	color: #2D321E;
	}
.info a:active {
	color: #2D321E;
	}
.info a:hover {
	color: #BE5B20;
	}


/* DC */
.dc {
	color: #2D321E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
.dc a:link {
	color: #2D321E;
	text-decoration: none;
	}
.dc a:visited {
	color: #2D321E;
	text-decoration: none;
	}
.dc a:active {
	color: #2D321E;
	text-decoration: none;
	}
.dc a:hover {
	color: #BE5B20;
	text-decoration: underline;
	}
	
	
/* FOOTER NAV */
.fNav {
	color: #2D321E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.fNav a:link {
	color: #2D321E;
	text-decoration: none;
	}
.fNav a:visited {
	color: #2D321E;
	text-decoration: none;
	}
.fNav a:active {
	color: #2D321E;
	text-decoration: none;
	}
.fNav a:hover {
	color: #BE5B20;
	text-decoration: underline;
	}
.images {
	border: 1px solid #A73C06;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	}


/* SEARCH BOX NAV */
#kwsearchbox {
	width: 185px;
	}


/* CALENDAR */
.calendarTable {
	border: 1px solid #990000;
	padding: 2px;
	}
.calendarTable td {
	border: 1px solid #990000;
	width: 23px;
	height: 23px;
	text-align: center;
	padding: 2px;
	}

.fNav ul {
 list-style-type: none;
 padding: 0px;
 margin: 0px;
}
.fNav ul li {
 float: left;
 padding-right: 6px;
}