.bodytext {
	font-family:Century Gothic; 
	color:#848b7e; 
	font-size:12px;
}
a:hover { font-family:Century Gothic;  color:#316602; font-size:12x; text-decoration:none;}
a:link { font-family:Century Gothic; color:#000000; font-size:12px; text-decoration:none;}
a:visited { font-family:Century Gothic; color:#000000; font-size:12px;  text-decoration:none;}
a:active {  font-family:Century Gothic; color:#000000; font-size:12px;  text-decoration:none;}

.firstletter {  
	font-size: 57px; 
	font-weight: 700; 
	color:#848b7e;
}

body {
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : #848b7e;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
}

.pagebodyleft {
	background-attachment: fixed;
	background-image: url(homebg.jpg);	
	background-repeat: no-repeat;
	background-position: top left;
}

.pagebodyright {
	background-attachment: fixed;
	background-image: url(homebg.jpg);	
	background-repeat: no-repeat;
	background-position: top right;
}


/* Hacks */

.newsbox {  
	background-image: url(/bg2.jpg);
	background-repeat: repeat-x;
	float: right; width: 200px; 
	padding: 5px; 
	margin: 5px;
}


html {
	min-height: 100%;
	margin-bottom: .1px; 
	/* gets around firefox "disappearing scrollbar" issue*/
}

/* FIR Trick */
.firstletter span {
	display: none;
}

#news1, #news2, #news3 {
	display: none;
}

#plus1, #plus2, #plus3 {
	color: #FA0000;
}

/*FIR classes*/

.footer {  font: 9px "Century Gothic"; color: #A8B397; text-align:center;}
.textformat {
	font-family: "Century Gothic";
	font-size: 10px;
	border: 1px solid #848B7E;
}

.indexbody {  background-attachment: scroll; background-image: url(bg.jpg); background-repeat: repeat-x; background-position: left bottom}
