/* The scrollbar colors are set here, as is the page margin and the background */
/* You can change the color of the background and take out the image if you want */
/* but if you change the color, the image will no longer look right */
body {
	scrollbar-3dlight-color : #2A6A0A;
	scrollbar-arrow-color : #000000;
	scrollbar-darkshadow-color : #2A6A0A;
	scrollbar-face-color : #A8BC95;
	scrollbar-highlight-color : #2A6A0A;
	scrollbar-shadow-color : #2A6A0A;
	scrollbar-track-color : #A8BC95;
	margin: 0px;
	background-color: #A8BC95;
	background-image: url('images/waterfall.jpg');
	background-position: left top;
	background-repeat: no-repeat
}
P {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
TD {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
LI {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url('images/bullet.gif');
}
UL {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
TABLE {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
A:link {
	COLOR: #000000; TEXT-DECORATION: underline;  font-size: 10pt;
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: underline;  font-size: 10pt;
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: underline;  font-size: 10pt;
}
A:active {
	COLOR: #000000; TEXT-DECORATION: underline;  font-size: 10pt;
}
H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000000
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000
}
H4 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000
}
H5 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000
}
H6 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000
}
.cellmain {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
/* This is the main text area. You can change the color if you like */
.cellmain2 {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-color: #DEE8D5;
	border: 6px double black;
}
/* The code for the news boxes is here */
.news {  
	 border: dotted; 
	 border-color: Black;
	 border-width: 1px;
	 background-color: #DEE8D5;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 8pt;
	 padding: 3px;
	}
/* Code for the bottom table */
.bottomnav { font: normal 8pt Verdana, Arial, Helvetica, sans-serif;  
	text-decoration: none;  
	color: black;  
	letter-spacing: 2px;
	
}
.left_nav  { font: normal 8pt Verdana, Arial, Helvetica, sans-serif;  
	text-decoration: none;  
	color: black;  
	letter-spacing: 2px;
	a.navigation:link { color: #FFFFFF; text-decoration: none }
	a.navigation:visited { color: #000000; text-decoration: none }
	a.navigation:hover { color: #FFFFFF; text-decoration: none } 
	a.navigation:active { color: #FFFFFF; text-decoration: none }

	

	
}
.header {
	border-bottom: dotted;
	border-bottom-width: 2px;
	border-color: Black;
	width: 300px;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;  
}
/* these link codes are useful when using Frontpage to develop your site */
/* they affect the text versions of the navigation menus */
a.navigation:link { color: #FFFFFF; text-decoration: none }
a.navigation:visited { color: #000000; text-decoration: none }
a.navigation:hover { color: #FFFFFF; text-decoration: none } 
a.navigation:active { color: #FFFFFF; text-decoration: none }

.navtext { font: normal 20pt Bradley Hand ITC;  
	text-decoration: none;  
	color: black;  
	letter-spacing: 2px;
}