/* this style formats the menu nav */
.MenuCell {
	padding: 3px;	
 	background-color: #807F83;
	border-width: 2px; 
	border-color: #00539B;
	border-style: none none solid none; 
    display:block;
     text-align: left;  
     text-decoration: none;  
     font-size: 10px;   
	FONT-FAMILY: Helvetica, Verdana, Arial, sans-serif; 
	}
	
.BoilerplateCell {
	PADDING-LEFT: 10px;	
	COLOR: #EEA86C; 
	}
	
.BodyCell {
	PADDING-LEFT: 10px;
	}
	
	/* this style only formats the hyperlink color and hover color in the nav table */
A.linkings {
	COLOR: white; 
	TEXT-DECORATION: none
}
A.linkings:hover {
	COLOR: #EEA86C; 
	TEXT-DECORATION: none; 
    background-color: white;
}
	/* this style only formats the hyperlink color and hover color in the bottom bar curve */
A.BottomArc {
	COLOR: #00539B; 
	TEXT-DECORATION: none
}
A.BottomArc:hover {
	COLOR: white; 
	TEXT-DECORATION: none; 
    background-color: #00539B;
}

	/* this style only formats the hyperlink color and hover color in the bottom bar curve */
A.BottomReg {
	COLOR: white; 
	TEXT-DECORATION: none
}
A.BottomReg:hover {
	COLOR: #00539B; 
	TEXT-DECORATION: none; 
    background-color: white;
}
	
	/* this style only formats the hyperlink color and hover color in the pages */
A.linkings2 {
	COLOR: #00539B; 
	TEXT-DECORATION: none
}
A.linkings2:hover {
	COLOR: white; 
	TEXT-DECORATION: none; 
    background-color: #00539B;;
}
.BannerHeader {  
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 24px; 
	COLOR: #00539B; 
}
.BannerHeader2 {  
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 22px; 
	COLOR: #00539B; 
}
.BannerDates {  
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif; 
    font-size: 16px; 
	COLOR: #00539B; 
}