@charset "iso-8859-1";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F3F4D3;
	background-image: url(../images/bkgrds/10_AJL.gif);
}
a:link {
	color: #cc940e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #074326;
}
a:hover {
	text-decoration: none;
	color: #999900;
}
a:active {
	text-decoration: none;
	color: #00FFFF;
}
body,td,th {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #464035; 

}
.main_text {
	font-size: 11px;
	color: #464035; 
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
}
.bold {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #362b18;
}
.size14 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 25px; 
	color: #0c747a;
}
.style8 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 1px;
}
.style18 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6e3503;
	line-height: 18px;
}
.size10 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.style3 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b3f48a;
}
.quote1 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;	
	letter-spacing: 1px;
	color: #6e3503;
}
.quote2 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;	
	letter-spacing: 1px;
	color: #FFF333;
}
.quote3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 32px;
	color: #B0B051;
}
.size15 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 25px; 
	color: #de9e18;
}
.size16 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px; 
	color: #de9e18;
}
.small {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc940e;
}

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.footer {
	background-color: #d3ca8a;
		background-image: url(../images/bkgrds/10_AJL.gif);

	padding: 0.5em;
}
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 3em;
	background-color: #E8dd94;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }