body {
	background: white;
	font-family: Georgia;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p {
	font-size: 10pt;
}

div {
	text-align: left;
	font-family: Georgia;
	font-size: 9pt;
	
}

#wrapper {
	position: relative;
	margin: 0px auto;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	overflow: visible;
}

#adminwrapper {
	position: relative;
	margin: 0px auto;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 720px;
	background: white;
	padding: 30px;
	
}

/* left side column */

#leftcol {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 820px;
	background: white;
	z-index: 99;
}

/* first level navigation */

#nav1panel {
	position: relative;
	height: 220px;
	width: 124px;
	float: left;
	background: #f1f2d1;
	display: none;
}

#nav1panel div {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	background: #f1f2d1;
	line-height: 10px;
	font-size: 7pt;
	font-family: Arial;
	font-weight: bold;
	text-align: right;
} 

#nav1panel div a {
	color: black;
	text-decoration: none;
}

#nav1panel div a.active {
	color: black;
	text-decoration: none;
}


#nav1panel div a:hover {
	color: black;
}



/* 2nd level navigation - 3 nested divs - adjust the top margin of the 2nd one to control heigth of the tab */

#nav2panel_wrapper {
	position: absolute;
	top: 0px;
	left: 129px;
	height: 220px;
	width: 125px;
	overflow: hidden;
	z-index: 99;
	display: none;
}

#nav2panel {
	position: absolute;
	top: 220px;
	background: url('nav2bak.png');
	position: relative;
	height: 220px;
	width: 125px;
	opacity: .9;
	filter:alpha(opacity=90);
	//width: 122px;
	
}

#nav2panel div {
	position: absolute;
	top: 25px;
	left: 0px;
	padding: 10px;
	font-family: Arial;
	font-size: 8pt;
	line-height: 9px;
}

#nav2panel div a {
	color: black;
	text-decoration: none;
}

#nav2panel div a.current {
	color: black;
	text-decoration: none;
}


#nav2panel div a:hover {
	color: black;
	text-decoration: none;
}


.navplaceholder {
	display: none;
}


/* top image and welcome to text */


#mainheader {
	position: absolute;
	top: 0px;
	left: 124px;
	width: 696px;
	height: 220px;
	overflow: hidden;
	display: none;
}

#mainheader #welcometo {
	position: absolute;
	bottom: 5px;
	right: 46px;
	color: black;
	font-family: Arial;
}

#mainheader #caption {
	position: absolute;
	top: 5px;
	right: 46px;
	font-size: 8pt;
	color: black;
	font-family: Arial;
}

#mainheader #headerimg1 {
	position: absolute;
	top: 0px;
	left: 0px;
}

#mainheader #headerimg2 {
	position: absolute;
	top: 0px;
	left: 0px;

}



/* green search form */

#searchbar {
	position: absolute;
	top: 220px;
	left: 0px;
	height: 23px;
	//height: 25px;
	width: 251px;
	overflow: hidden;
	background: #5f8231;
	color: black;
	text-align: right;
	font-family: Arial;	
	font-size: 7pt;
	padding-top: 3px;
	padding-right: 3px;
	line-height: 18px;
	display: none;
}

#searchbar input {
	border: none;
	font-size: 8pt;
	font-family: Arial;
	color: black;
	width: 185px;
	height: 18px;
	background: url('searchbak.gif');
	text-align: left;
	padding-left: 5px;
		
}


#searchnow:hover { cursor: pointer; color:black; }

/* left column links */

#subleftcol {
	position: absolute;
	top: 245px;
	left: 0px;
	width: 114px;
	text-align: right;
	padding-top: 20px;
	color: black;
	line-height: 20px;
	font-size: 11pt;
	display: none;
}

#subleftcol a {
	text-decoration: none;
	color: black;
}

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



.smalltext {
	font-family: Arial;
	font-size: 7pt;
	line-height: 7pt;
}


#lhna_text { 
	position: absolute;
	top: 229px;
	left: 286px;
	display: none;
}

#crumbtrail {
	position: absolute;
	top: 225px;
	left: 280px;
	width: 500px;
	color: black;
	text-align: right;
	display: none;
}

#crumbtrail a {
	color: black;
	text-decoration: none;
}

#crumbtrail a:hover {
	color: black;
}

#contentarea_edit {
	position: absolute;
	top: 282px;
	left: 283px;
	width: 508px;
	color: black;
	font-size: 10pt;

}

#splash {
	position: absolute;
	top: 282px;
	left: 276px;
	width: 505px;
	background: #593616;
	z-index: 99;
	text-align: right;
	padding-right: 35px;
	padding-top: 10px;
}


#contentarea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	color: black;
	font-size: 10pt;

}

.jScrollPaneContainer {
	width: 700px;
	overflow: visible;
}


.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 0;
	background: url('scroll/bar-middle.gif') repeat-y;
	display: none;
}
.jScrollPaneDrag {
	position: absolute;
	background: url('scroll/slider-middle.gif') ;
	cursor: pointer;
	overflow: hidden;
	display: none;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url('scroll/slider-top.gif') no-repeat;
	display: none;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url('scroll/slider-bottom.gif') no-repeat bottom;
	display: none;
}
a.jScrollArrowUp {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url('scroll/bar-top.gif') no-repeat;
	height: 21px;
}


a.jScrollArrowDown {
	display: none;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url('scroll/bar-bottom.gif') no-repeat;
	height: 20px;
}






#contentarea #contentarea2 {
	width: 700px;
	height: 2000px;
	overflow: auto;
	color: black;
	line-height: 1.4em;	
	font-size: 10pt;
}

#contentarea p {
	margin-right: 10px;
}

#contentarea td {
	color: black;
	font-size: 10pt;
}

#contentarea a {
	color: black;
	text-decoration: none;
	font-style: italic;
}
	
#contentarea a:hover {
	color: black;
	text-decoration: none;
	font-style: italic;
}




#contentarea_landing {
	position: absolute;
	top: 305px;
	left: 286px;
	width: 700px;
	color: black;
	z-index: 99;
}



#rightcol {
	position: absolute;
	top: 0px;
	left: 820px;
	width: 205px;
	height: 768px;
	background: #f1f2d1;
	overflow: hidden;
}


#badge {
	height: 220px;
	width: 205px;
	text-align: center;
}

#map {
	background: url('map.png') no-repeat;
	height: 225px;
	width: 200px;
	padding-left: 15px;
	margin-left: 10px;
	margin-top: 63px;
	font-size: 7pt;
	font-family: Arial;
	color: black;
	
}

#map a { 
	color: black;
	text-decoration: none;
}

#map a:hover { 
	color: black;
	text-decoration: none;
}
	
#rcbrown {
	height: 548px;
	width: 225px;
	background: #593616;
	z-index: 2;
}

#rccontent {
	margin-top: 80px;
	margin-left: 25px;
	padding-right: 10px;
	width: 170px;
	font-size: 8pt;
	font-family: Arial;
	color: black;
}

#rccontentb {
	margin-top: 80px;
	margin-left: 20px;
	width: 170px;
	font-size: 8pt;
	font-family: Georgia;
	color: black;
	padding-right: 10px;
}

#rccontentb a {
	text-decoration: none;
	color: black;
}

#rccontentb a:hover {
	color: black;
}

#rcbubble {
	background: url('rcbluebubble.gif');
	height: 500px;
	padding-right: 10px;
	padding-top: 30px;
	padding-left: 25px;
	color: black;
	font-size: 8pt;
}

#rcbubble a {
	font-style: italic;
	text-decoration: none;
	color: black;
	font-family: Georgia;
}

#rcbubble a:hover {
	color: black;
}

#rcbubble p {
	margin: 0px;
}
	

.bannerad {
	padding-bottom: 5px;
	background: #f1f2d1;
}

#bannerwrapper {
	background: #5f8231;
	height: 800px;
}

.copy_date
{
	font-size: 7pt;
	font-family: Arial;
	font-weight: bold;
}

.copy_credit
{
	font-size: 6pt;
	font-family: Arial;
}

.copy_leader
{
	font-size: 13pt;
}

.copy_main
{
	font-size: 10pt;
}


#businesstable td
{
	font-size: 9pt;
	line-height: 18px;
}


.font_headline {
	font-size: 15pt;
	font-family: Georgia;
}

.font_subhead {
	font-size: 14pt;
	line-height: 1.3em;
}	

.font_mainbody {
	font-size: 10pt;
}

.font_smallbody {
	font-size: 8pt;
}

.font_caption {
	font-size: 8pt;
	font-family: Arial;
}

.font_smallserif {
	font-size: 8pt;
}


.font_featuredpartner {
	font-size: 7pt;
	font-family: Arial;
}

.font_personname {
	font-size: 10pt;
	font-family: Georgia;
	color: black;
}

.font_persontitle {
	font-size: 7pt;
	font-family: Arial;
}
	
	


