body {
	background-color: #FFFFFF;
	background-image: url(../graphics/sitebkg.jpg);
	background-repeat: repeat-x;
	margin: 0;
}


body,td,th,p,div,span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


a:link.toplinks, a:active.toplinks, a:visited.toplinks 
{
	display: block;
	padding: 4px 0px 4px 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

input,select,textarea { padding:2px; font:12px Verdana, Arial, Helvetica, sans-serif;}

a, a:visited, a:active {
	color: #528325;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

#tabletop {
	margin-top: 10px;
}

.main_text{
 background: #FFFFFF url(../graphics/lefttxt_bkg.jpg) bottom repeat-x; 
 padding-left: 20px; 
 padding-right: 24px;
 line-height: 16px;
}

.main-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 800;
	color:#548626;
	margin-top: 5px;
	}

/* ----------------------------*/
/* This is where the Navigation CSS Starts */
/* ----------------------------*/

.chromestyle{
	font-weight: bold;
	width: 99%;
	margin-left: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


.chromestyle ul{
	width: 100%;
	margin-top: 2px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited
{
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 22px 10px 22px;
}

.chromestyle ul li a:hover{
	color: #666;
	text-decoration: none;
	font-style: normal;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size: 11px;
	line-height:18px;
	margin-top: -1px;
	text-align: left;
	z-index:100;
	background-color: #E2F1CD;
	width: 174px;
	visibility: hidden;
}


.dropmenudiv a, .dropmenudiv a:visited{
	width: auto;
	display: block;
	text-align: left;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 4px 0px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #FFF;
	color: #558826;
	font-style: normal;
}

/* Left vertical buttons */

.leftnav {
	display: inline;
}


.leftnav a, .leftnav a:visited{
	width: auto;
	display: block;
	margin:  8px 16px 8px -20px;
	text-align: left;
	text-indent: 3px;
	border: 1px solid #DC8245;
	background-color: #ECD8AB;
	padding: 4px 0px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	
}

.leftnav a:hover { /*THEME CHANGE HERE*/
	background-color: #5A5A5A;
	color: #DC8245;
	font-style: normal;
}

/* Footer */

#footer {
	float:left; 
	width:100%; 
	background: #FFFFFF url(../graphics/footerbar.jpg) repeat-x; 
	margin:10px 0 0 0; 
	padding:9px 9px 9px 9px; 
	font-size:11px; 
	text-align:center;
	font-style: normal;
	} 

#footer #footer_content {
	width:960px; 
	height:61px;
	margin:0 auto 0 auto; 
	padding:8px 0 0 40px; 
	text-align:left
	}

#footer #left {
	float:left; 
	text-align:left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	}

a:link.footer, a:visited.footer {
	font-size:11px;
}

a:hover.footer,  a:active.footer {
	color: #999;
}



#footer #right {
	float:right; 
	width: 240px;
	text-align:left;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px 0 0;
	}


