/* Page styles*/
	
	body  {		/*body layout*/	
	overflow: auto;
	font-family : Helvetica,Arial,Verdanda;
	font-weight: bold;
	/*background-color: #ffffff;-->*/
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	background-repeat:repeat-x;
	background-attachment: fixed;
	scrollbar-track-color: 			#F4F5FD;	/* background color behind bar that moves */
	scrollbar-face-color: 			#FF3300;                                                
	scrollbar-arrow-color: 			#ffffff;	/*aarow color*/
	scrollbar-3dlight-color: 		#F4F5FD;	/*top and left color of shapes*/
	scrollbar-highlight-color: 		#F4F5FD;	                                           
	scrollbar-shadow-color: 		#000000;	/*color on bottom and right of shapes*/
	scrollbar-darkshadow-color: 	#F4F5FD;	                                           
	scrollbar-face-color: 			#F4F5FD;                                                
	scrollbar-track-color: 			#F4F5FD;                                               
    }
    
    p	{
	font-size : 16pt;
	text-align: justify;     
	padding-bottom: 20px;
	}
	
	td  {		/*table data*/
	font-size : 12pt;
	text-align: justify;
	padding-bottom: 20px;
	vertical-align:top;
	}
	
	th  {		/* Table header row*/
	font-size : 14pt;
	font-family : Helvetica,Arial,Verdanda;
	color : #000011;
	font-weight: bold;
	vertical-align:top;
	}	
	
	h1  {		/*header 1*/	
	font-size : 22pt;
	font-family : Arial,Helvetica,Verdanda;
	color : #000000;
	font-weight: bold;
	}
	
	h2  {		/*header 2*/	
	font-size : 18pt;
	font-family : Helvetica,Arial,Verdanda;
	color : #101010;
	font-weight: bold;
	}
	
	span#title{
	font-size : 16pt;
	font-family : Helvetica,Arial,Verdanda;
	color : #010101;
	font-weight: bold;
	vertical-align:cwnter;
	}

a:link 		{color: #0000ff; background:inherit; none;text-decoration: inherit; 		font-weight: inherit;}	/*link*/
a:visited 	{color: #ff0000; background:inherit; none;text-decoration: none; 		font-weight: inherit;}	/*link clicked on*/
a:active 	(color: #ffcc00; background:inherit; none;text-decoration: none; 		font-weight: bold;}	/*link still clicked on*/
/*a:hover 	(color: #ff0000; background:inherit; none;text-decoration: underline; 	font-weight: bold;}	hover over link*/
	

	/* Button styles*/
/*

ul#navlist
{
width: 148px;
width: 150px;
width: 158px;
padding: 0px;
border: 1px solid #cc3333;
border-top: 0px;
margin: 0px;
font: bold 12px verdana,helvetica,arial,sans-serif;
background: #ff0000;
}

ul#navlist li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #808080;
}

ul#navlist li a
{
display: block;
width: 122px;
width: 158px;
width: 122px;
padding: 4px 8px 4px 8px;
border: 0px;
border-left: 20px solid #aaaabb;
background: #ccccdd;
text-decoration: none;
text-align: justify;
}

 #subnavlist li a
{
border: 0;
border-left: -30px;
padding: 3px 4px;
margin-left: -20px;
}

ul#navlist li a:link { color: #666677; }
div#navcontainer li a:visited { color: #666677; }

ul#navlist li a:hover
{
border-color: #ff9000;
color: #ffffff;
background: #000d33;
}
/*
(c) Elliott Coker ecdc2@comcast.net/*