/* Creates the font, font size, and font color of the hyperlink */ 
a:link { 
font-family: Georgia, "Times New Roman", Times, serif;  
font-size:11px; 
color:#2A00AA; 
} 

/* Creates the font, font size, and font color of the hyperlink, if 
visited */ 
a:visited { 
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:11px; 
color:#2A00AA; 
} 

/* Creates the font, font size, and font color of the hyperlink when 
mouse is currently being pushed */ 
a:active { 
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:13px; 
color:#FF7F00; 
} 

/* Creates the font, font size, and font color of the hyperlink when 
 mouse is over it */ 
a:hover { 
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:13px; 
color:#FF7F00; 
} 

.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #7B1C2F;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

#innernav td{
	border-top: 1px solid White;
}	

#navigation td {
	border-bottom: 1px solid White;
}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFBF0;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px ;
	}
	
#navigation a:hover {
	background: #6A1C33;
	color: #FFFFF0;
}

#bodysection td {
padding-top:35px;
padding-left: 25px;

}
#bodysection2 td {
padding-top:0px;
padding-left: 0px;

}
td {
	font-family: Arial, Helvetica, sans-serif;
}