/* root level text style */

a:link {color: #840024;}
a:visited {color: #96760f;}
a:active {color: #000000;}

a:hover {color: #000000; text-decoration: none;}


a.topLink:link {color: #78af42;}
a.topLink:visited {color: #78af42;}
a.topLink:active {color: #000000;}
a.topLink:hover {color: #000000; text-decoration: none;}

body {
	background: URL('images/site_back.png') repeat-x #9fcf67;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
td {
	font-size: 11px;
	color: #000000;
	}
	
li {
	padding-bottom:4px;
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #96760f;
	margin: 0px;
	}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #840024;
	margin: 0px;
	}

.testimonial {
	display:none;
	font-size:10px;
	}
	
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #96760f;
	margin: 0px;
	}
		
	
	
.popnav {
	display:none;
	position:absolute;
	margin-left:52px;
	margin-top:15px;
	z-index:2;
	padding:8px;
	background:#fae34c;
	border:1px solid #e5c229;
	line-height:1.4em;
	text-align:left;
	}
	
.popzip {
	display:none;
	position:absolute;
	margin-left:161px;
	margin-top:60px;
	z-index:2;
	padding:8px;
	background:#fae34c;
	border:1px solid #e5c229;
	line-height:1.4em;
	text-align:left;
	}