@charset "utf-8";
/* CSS Document */

#mainContent {
	font-size:17px;
	
	
	}
	
	
#floatleft{
	text-align: left;
	font-size:17px;
	}
	
#floatright{
	float:right;
	
	}	
	
#centertext {
	text-align:center;
	
	}	
	
#bluetext {
	color: #06F;
	}	
	
#copyrightfont {
	font-size:12px;
	
	}	
	
#pagelink { 
	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font:normal;
	
	
} 

#pagelink	a:link	     {color: #00F; text-decoration: none}    
#pagelink a:visited      {color: #66F; text-decoration: none}
#pagelink a:hover        {color: #09F; text-decoration: none}
#pagelink a:active       {text-decoration: none}	