.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}

.text a {  
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	text-decoration: none;
}

.text a:visited {  
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	text-decoration: none;
}

.text a:active {  
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	text-decoration: underline;
}

.text a:hover {  
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	text-decoration: underline;
}


.textnospace {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
}


.foot {  
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #003366;
text-decoration: none;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.subnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	text-decoration: none;
}

.subnav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
	text-decoration: none;
}

.subheads {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
}

.contact {  
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #333333;
padding-left: 15px;
padding-bottom: 15px;
}

.contactlink {  
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #990000;
text-decoration: none;
}

.contactlink:hover {  
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #990000;
text-decoration: underline;
}

.textlink {  
font-family: Georgia, "Times New Roman", Times, serif;
color: #990000;
font-size: 12px;
line-height: 21px;
text-decoration: none;
}

.textlink:hover {  
font-family: Georgia, "Times New Roman", Times, serif;
color: #660000;
font-size: 12px;
line-height: 21px;
text-decoration: underline;
}

.photoframe { /* frame around main image */
			border: 1px solid #CCC; 
			background-color: #FFFFFF; 
			padding: 5px 5px 5px 5px;
			}
			
