body {
	margin : 0px;
	margin-top: 16px;
	padding : 0px;
	text-align : center;
	color : #000;
	background : #06386C;
	}

/*  Just the usual class descriptions for text. Some of these are unused.  */

.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.date1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
.title2T {
	font-family: "Times New Roman", Times, serif;
	font-size: 31px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.trail1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
.bodylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}


/*  generic text link behavior  */

a {
	text-decoration : underline;
	color: #003399;
	}
a:hover {
	color: #333;
	text-decoration : none;
	}  
a:visited {
	color : #003399;
	}
a:active {
	color : #003399;
	text-decoration : underline;
	}

/*  ID descriptions  */

#container {
	margin-left : 15px;
	width: 708px;
	border: 1px #666 solid;
	background : #FFF;
	}
	
#inline ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin: 8px 8px;
	padding: 8px;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	background: #FFF;
	}
#inline li a {
	text-decoration : underline;
	color: #003399
	}
#inline li a:hover {
	color: #333;
	text-decoration : underline;
	}  
#inline a:visited {
	color : #003399;
	text-decoration : underline;
	}
#inline a:active {
	color : #003399;
	text-decoration : underline;
	}		

#sidebar {
	margin: 10px;
	padding: 10px;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	background: #D7DDE2;
	}

/*  Rollover behaviors  */

#topnav { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	text-decoration : none;
	color: #FFF;
}
#topnav a:visited {
	color : #FFF;
	text-decoration : none;
	}	
#topnav a:link {
	color : #FFF;
	text-decoration : none;
	}
#topnav a:hover {
	color : #FFCC66;
	text-decoration : none;
	}	
#topnav a:active {
	color : #FFF;
	text-decoration : none;
	}
	
#greynav { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	text-decoration : none;
	color: #666;
}
#greynav a:visited {
	color : #666;
	text-decoration : none;
	}	
#greynav a:link {
	color : #666;
	text-decoration : none;
	}
#greynav a:hover {
	color : #000;
	text-decoration : none;
	}	
#greynav a:active {
	color : #666;
	text-decoration : none;
	}

/*  Below controls the navigational rollovers  */ 

#sectionnav {
	width: 200px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	background-color: #FFF;
	color: #666;
	}
#sectionnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	} 
#sectionnav li {
	border-bottom: 1px solid #6393B7;
	margin: 0;
	} 
#sectionnav li a {
	display: block;
	padding: 5px 8px 5px 0px;
	background-color: #FFF;
	text-decoration: none;
	color: #666;
	}
#sectionnav li a:hover {
	background-color: #FFCC00;
	color: #666;
	}  
#sectionnav a:visited {
	color : #666;
	text-decoration : none;
	}
#sectionnav a:active {
	color : #666;
	text-decoration : none;
	}
	
#sectionnavon {
	width: 200px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	background-color: #FFCC00;
	color: #666;
	}
#sectionnavon ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	} 
#sectionnavon li {
	border-bottom: 1px solid #6393B7;
	margin: 0;
	} 
#sectionnavon li a {
	display: block;
	padding: 5px 8px 5px 0px;
	background-color: #FFCC00;
	text-decoration: none;
	color: #666;
	}
#sectionnavon li a:hover {
	background-color: #FFCC00;
	color: #666;
	}  
#sectionnavon a:visited {
	color : #666;
	text-decoration : none;
	}
#sectionnav a:active {
	color : #666;
	text-decoration : none;
	}
	
#homesubnav {
	width: 282px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	background-color: #FFF;
	color: #666;
	}
#homesubnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	} 
#homesubnav li {
	border-bottom: 1px solid #6393B7;
	margin: 0;
	} 
#homesubnav li a {
	display: block;
	padding: 5px 8px 5px 0px;
	background-color: #FFF;
	text-decoration: none;
	color: #666;
	}
#homesubnav li a:hover {
	background-color: #FFCC00;
	color: #666;
	}  
#homesubnav a:visited {
	color : #666;
	text-decoration : none;
	}
#homesubnav a:active {
	color : #666;
	text-decoration : none;
	}	
		
#newsnav {
	width: 167px;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	color: #003399;
	text-decoration: none;
	}
#newsnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	} 
#newsnav li {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
	margin: 0;
	} 
#newsnav li a {
	display: block;
	padding: 5px 4px 5px 0px;
	text-decoration: none;
	color: #003399
	}
#newsnav li a:hover {
	color: #000;
	}  
#newsnav a:visited {
	color : #003399;
	text-decoration : none;
	}
#newsnav a:active {
	color : #003399;
	text-decoration : none;
	}.trail1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #0033CC;
	text-decoration: none;
}
