body						/* these are comments */
	{			
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(banner_bg_top.gif);
	background-repeat: repeat-x;
	background-color: #fff;		/* surrounding bkgnd color if no bkgnd img */
	}								
	
#container					/* container = box for all page elements */
	{
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	width: 800px;
	height: auto;
	}

#hed						/* hed = HEADER contains main graphic ID */
	{
	margin: 0;
	padding: 0;
	width: 800px;
	height: 119px;
	background-image: url(banner_top.gif);
	background-repeat: no-repeat;
	background-color: #000;
	}

#navcontainer				/* NAVIGATION items and styles START here */ 
	{							
	margin: 0px;
	padding: 0;
	width: 800px;
	height: 22px;
	background-color: #000;			
	}
#navcontainer ul
	{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}
#navcontainer ul li
	{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}
#navcontainer ul li a
	{
	background: #000;
	width: 98px;
	height: 20px;
	border-left: 1px solid #000;
	border-bottom: 2px solid #000;
	padding: 0;
	margin: 0;
	color: #A1D6A0;						/* had been 999 gray */
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 9px/17px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	}	
#navcontainer ul li a:hover
	{
	color: #fff;
	background: #000;					/* bkgnd color link */
	border-bottom: 2px solid #000;
	font-weight: bold;
	}

#navcontainer li#hotlink a
	{
	background: #000;					/* bkgnd color current page */
	border-bottom: 2px solid #000;
	color: #f90;
	font-weight: bold;
	}									/* nav items and styles END here */ 


#main									/* MAIN = LH COLUMN styles here */ 
	{
	margin: 3em 0 0 0;
	padding: 0 0 0 6em;
	width: 570px;
	height: auto;
	float: left;
	background-color: #fff;
	border-left: 1px solid #363;
	}
	
#sidebar								/* SIDEBAR = RH COLUMN styles here */ 
	{
	margin: 0px 0 0 470px;
	padding: 0;
	width: 20px;
	height: auto;
	background-color: #fff;
	}

#footer									/* FOOTER contains copyright info */ 
	{
	margin: 0;
	padding-top: 2em;
	width: 800px;
	height: 22px;
	clear: both;
	text-align: right;
	background-color: #fff;
	}
	
#base									/* BASE = box for lower gradient background */
	{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
	background-image: url(banner_bg_btm.gif);
	background-repeat: repeat-x;
	background-color: #363;
	clear: both;
	text-align: center;
	}
	
#trhed								/* styles rep list hed only */
	{
	color: #363;
	font-weight: bold;
	}	
	
	


p							
	{																	/* MAIN paragraph styles */
	text-indent: 1em;													/* indent for paragraphs (p) */
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;				/* font size-line height */
	color: #333;														/* main font color here */
	}
	

h3									/* H3 head styles */
	{
	padding: 0px;
	border: 0px;
	font-size: 1.15em;
	color: #000;
	text-align: left;
	text-indent: 0;					/* indent main heds */
	line-height: 1em;
	white-space: normal;
	font-style: normal;
	text-decoration: underline;
	background-color: transparent;
	}
	
h2									/* H2 head styles */
	{
	padding: 0px;
	border: 0px;
	font-size: 1.25em;
	color: #363;
	text-align: left;
	text-indent: 0;					/* indent main heds */
	line-height: 1em;
	white-space: normal;
	font-style: normal;
	text-decoration: normal;
	background-color: transparent;
	}
	
a									/* styles for links START */
	{												
	color: #f90;
	font-style: italic;			
	text-decoration: none;	
	}	
	
a:hover
	{
	color: #999;
	font-style: italic;
	text-decoration: none;
	}								/* styles for links END */

H3 a 
	{
	color: #f90; text-decoration: none;
	}

H3 a:hover 
	{
	color: #999;
	}

ul#listone li					/* styles for bulleted list see about page */
	{
	color: #363;
	font-weight: bold;
	line-height: 1.5em;
	}
	
p.copyright
	{
	margin: 0;
	padding: 0 0 1em 0;
	text-align: center;
	font-size: 1em;				/* font size for class=fine type */
	color: #666;				
	white-space: normal;
	}
	
p.copyright a					/* styles for copyright and tiny links @ bottom */
	{
	color: #666;
	font-style: normal;
	}
	
p.copyright a:hover
	{
	color: #000;
	font-style: normal;
	}

img
	{
	border: 0;
	vertical-align: middle;
	}

strong 
	{
	color: #000;
	font-style: normal;
	text-decoration: none;
	}
	

