﻿body  
{
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	min-width: 700px;
	background-color: #eeeeee ;                       
	line-height: 1.5em;	
	
}
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}
li
{
	font-size: 11px;
	color: black;
	font-family: verdana;
}
sub
{
	font-size: 9px;
	color: black;
	font-family: verdana;
}
hr
{
	color: #cccccc;
}
td
{
	font-size: 11px;
	color: black;
	font-family: verdana;
}
/*--------------------------- links -----------------------------*/

A.linkregister:link
{
	font-size: 14px;
	color: #FF5500;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;

}
A.linkregister:visited
{   
	font-size: 14px;
	color: #FF5500;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
A.linkregister:hover
{   
	font-size: 14px; 
	color: #231f20;  
	font-family: verdana;	
	text-decoration: underline;
}

A.linkleftnav:link
{
	font-size: 11px;
	color: #000080;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
A.linkleftnav:visited
{   
	font-size: 11px;
	color: #000080;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
A.linkleftnav:hover
{   
	font-size: 11px; 
	color: #231f20;  
	font-family: verdana;	
	text-decoration: underline;
}

A.topnav:link
{
	font-size: 11px;
	color: #231f20;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
A.topnav:visited
{   
	font-size: 11px;
	color: #231f20;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
A.topnav:hover
{   
	font-size: 11px; 
	color: #ffea3f;  
	font-family: verdana;	
	text-decoration: underline;
}
A.footer:link
{
	font-size: 9px;
	color: #231f20;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;

}
A.footer:visited
{   
	font-size: 9px;
	color: #231f20;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
A.footer:hover
{   
	font-size: 9px; 
	color: #fe6d1e;  
	font-family: verdana;	
	text-decoration: underline;
}
/* ------------------- font sizes ----------------------*/
.font14bold
{
	font-size: 14px;
	color: black;
	font-family: verdana;
	font-weight: bold;
}
.font11graybold
{
	font-size: 11px;
	color: #888888;
	font-family: verdana;
	font-weight: bold;
}
.font11greenbold
{
	font-size: 11px;
	color: #83B969;                 /*   #0C9344;  */
	font-family: verdana;
	font-weight: bold;
}
.font11bluebold
{
	font-size: 11px;
	color: #6865CC;                 
	font-family: verdana;
	font-weight: bold;
}
.font9blackbold
{   
	font-size: 10px; 
	color: black;  
	font-family: verdana;
	font-weight: bold;	 
}
.header1
{
	font-family: verdana;
	font-size: 15px;
	text-align: center;
	line-height: 1.5em;		
}
.leftborder 
{ 
border-left: 1px solid #93B4DD; 
} 

/*----------------- Element IDs ------------------------*/
#wrapper
{
	width: 700px;
	margin: 0 auto;
	text-align: left;            
	background-color: #ffffff;
	border-right: #231f20 2px solid;
	border-top: #231f20 2px solid;
	border-left: #231f20 2px solid;
	border-bottom: #231f20 2px solid;
}

#topnav
{
	background-color: #93B4DD;
	width: 700px;
	height: 20px;
	padding-top: 5px;        
	font-size: 9px;
	text-align: left;
}
#footer
{
	background-color: #93B4DD;                  
	width: 700px;
	padding-top: 5px; 
	font-family: verdana;      
	font-size: 9px;	
	line-height: 1.5em;
	clear: both;
}
#leftnav	
{
	width: 148px;
	float: left;
	padding-top:10px;
	padding-left:5px;						
	text-align: left;
	background:  #ffffff;	
}

#bodytext
{
	width: 540px;
	float: right;
	padding-top:10px;						
/*		padding-right:10px;	  */
	text-align: left;
	background:  #ffffff;	
}	