


.content {
 	background-color: #6666CC;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C5D0E3; }
.content a:link { color: #FFFFFF; text-decoration: underline; font-weight: bold; }
.content a:hover { color: #FF9900; text-decoration: none; font-weight: bold; }
.content a:visited { color: #FFFFFF; text-decoration: underline; font-weight: bold; }
.content a:visited:hover { color: #FF9900; text-decoration: none; font-weight: bold; }

.pagetitle {
 	background-color: #6666CC;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF; }

h1 {
 	background-color: #6666CC;
	font-weight:bold;
	font-style: italic;
	font-stretch: semi-expanded;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: Purple;
	color: #FFFFFF; }

h2 {
 	background-color: #6666CC;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900; }

h3 {
 	background-color: #6666CC;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF; }
	
.links_list{
	line-height:20px;
	
	background-color: #6666CC;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C5D0E3;
	}
	
.links_list a:link {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
	}	

	
.links_list a:hover {
	color: #FF9900; 
	text-decoration: none; 
	font-weight: bold;
	}
	
.links_list a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
	}
	
.links_list a:visited:hover { 
	color: #FF9900; 
	text-decoration: none; 
	font-weight: bold; 
	}	


#footer_list li{
	display: inline;
	list-style-type: none;
	padding: 0 12px; 
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	border-right: solid 1px #9a99ff;

	}
	
#footer_list a{
	text-decoration:none;
	color: #9a99ff;
	}
	
#footer_list a:hover{
	text-decoration:underline;
	}
	

	
	
		
/* These are styles for the image border */
.imageborder {
	border-top: 1px #FF9900 solid;
	border-bottom: 1px #FF9900 solid; 
	border-right: 1px #FF9900 solid;
	border-left: 1px #FF9900 solid; }
-