﻿body 
{
	background-color: #aaaaaa;
	font-family: verdana;
	text-align: center;
	min-width: 980px;
}
sub
{
	font-size: 9px;
	color: black;
	font-family: verdana;
	line-height: 1.5em;	
}
sup
{
	font-size: 9px;
	color: black;
	font-family: verdana;
	font-weight: bold;
	line-height: 1.5em;	
}
p
{
	font-size: 12px;
	color: black;
	font-family: verdana;
	line-height: 1.5em;
	margin-bottom: 0px;
}
br
{
	font-size: 12px;
	color: black;
	font-family: verdana;
	line-height: 1.5em;	
}
th
{
	font-size: 14px;
	color: black;
	font-family: verdana;
	line-height: 1.5em;		
}
td
{
	font-size: 12px;
	color: black;
	font-family: verdana;
	line-height: 1.5em;
}
h3
{
	font-family: verdana;
	font-size: 16px;
	text-align: left;
	line-height: 1.5em;	
	font-weight: bold;
}
h2
{
	font-family: verdana;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;	
	font-weight: bold;
}
ol
{
	margin-top: 0px;
	margin-bottom: 0px;
}
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}
li
{
	font-size: 12px;
	color: black;
	font-family: verdana;
}

/*--------------------------- links -----------------------------*/

A.text:link
{
	font-size: 12px;
	color: #0F75BD;
	font-family: verdana;
	text-decoration: underline;
	font-weight: bold;
}
A.text:visited
{   
	font-size: 12px;
	color: #0F75BD;
	font-family: verdana;
	text-decoration: underline;
	font-weight: bold;
}
A.text:hover
{   
	FONT-SIZE: 12px; 
	COLOR: #FFAE34;			 
	font-family: verdana;	
	text-decoration: underline;
	font-weight: bold;
}
   /*  YES   use for left nav bar */
A.leftnav:link
{
	font-size: 12px;
	color: #4B6797; 		 /*  006633   */
	font-family: verdana;
	text-decoration: none;
	font-weight: bold;
}
A.leftnav:visited
{   
	font-size: 12px;
	color: #4B6797;
	font-family: verdana;
	text-decoration: none;
	font-weight: bold;
}
A.leftnav:hover
{   
	FONT-SIZE: 12px; 
	COLOR: #EEC52F;			 
	font-family: verdana;	
	text-decoration: none;
	font-weight: bold;
} 

   /* YES  use for black nav bar at top above banner */
A.topnav:link
{
	font-size: 12px;
	color: #ffffff;
	font-family: verdana;
	text-decoration: none;
}
A.topnav:visited
{   
	FONT-SIZE: 12px; 
	COLOR: #ffffff;
	font-family: verdana;
	text-decoration: none;
}
A.topnav:hover
{   
	FONT-SIZE: 12px; 
	COLOR: #cccccc;			 
	font-family: verdana;	
	text-decoration: underline;
}
   /* YES  use for blue nav bar at top  */ 
A.bluenav:link
{
	font-size: 12px;
	color: white;
	font-family: verdana;
	text-align: right;
	text-decoration: none;
}
A.bluenav:visited
{   
	FONT-SIZE: 12px; 
	COLOR: white; 
	font-family: verdana;
	text-decoration: none;
}
A.bluenav:hover
{   
	FONT-SIZE: 12px; 
	COLOR: #cccccc;			 
	font-family: verdana;	
	text-decoration: underline;
}		
   /*  YES   use for footer links at bottom of page   */
A.footerlink:link
{
	font-size: 9px;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
A.footerlink:visited
{   
	FONT-SIZE: 9px; 
	COLOR: #ffffff;   /*  660000   */
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
A.footerlink:hover
{   
	FONT-SIZE: 9px; 
	COLOR: #FFAE34;  
	font-family: verdana;
	font-weight: bold;	
	text-decoration: underline;
}
.font12redbold
{
	color: red;
	font-family: verdana;
	font-size: 12px;
	text-align: left;	
	font-weight: bold;
}
.font12graybold 
{
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	color: #666666;	
}

/*
.font16bluebold 
{
	color: #006633;
	font-family: verdana;
	font-size: 16px;
	text-align: left;
	line-height: 1.5em;	
	font-weight: bold;
}
.font16graybold
{
	color: #666666;
	font-family: verdana;
	font-size: 16px;
	text-align: left;
	line-height: 1.5em;	
	font-weight: bold;
}
.font12whitebold
{
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	text-align: left;	
	font-weight: bold;
	background-color: #006633;
}

.borderright 
{ 
	border-right: 1px solid #cccccc;			 
} 
.borderleft
{ 
border-left: 1px solid #cccccc;				 
}		*/

/*----------------- Element IDs ------------------------*/

#wrapper   /* yes */
{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;  
}
#wrapperbody		 /* yes */
{
	width: 980px;
	float:  right; 
	text-align: left;
	background-color:  #ffffff;  
}	
#navbartop       /* yes */
{
	width: 980px;
	height: 22px;
	float: right;
	text-align: right;
	background-color: #000000; 
} 
 /*  YES  for blue nav bar */
#navbarblue
{	
	width: 980px;
	background-color: #4B6797;		 /*  #4B6797   0F74BD 7C89AC */
	background-repeat: no-repeat;
	height: 25px;
	font-size: 16px;
	font-family: verdana;
	text-align: left;
	text-indent: 30px;
	float: left;
	margin-top: 0px;
}
/* 		
#contentleftnav		 
{
	width: 185px;
	background-color: yellow;
	float: left; 
	padding-top: 10px;
	border-right: solid 1px gray;
}		
 */			
#contentleftnavnoborder       /* yes */        
{
	width: 185px;
	background-color: #ffffff; 
	float: left; 
	padding-top: 10px;
}		
#contentwrapper    /* YES   */
{
	width: 792px;
	background-color: #ffffff;
	border-left: solid 1px gray;		  	 
	padding-top: 10px;
	float: right;	       	
}	
#content         /*  YES  */
{
	width: 770px;  	
	padding-left: 10px;
	background-color: #ffffff;
	float: left;    
} 
#footer		 /*  YES  */
{
	width: 980px; 
	height: 40px;	
	float: left;  
	background-color: #000000;   
	font-size: 9px;
	color: #ffffff;
	font-family: verdana;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;          
} 


/*  			
#contentwrappernoborder   
{
	width: 792px;
	background-color: #ffffff;
	padding-top: 10px;
	float: right;	       	
}	
 */	 

