body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.subhead{
font-weight: bold;
font-size: small;
}
a:link{ color:#666666; 
font-weight: bold; 
text-decoration:none;
}
a:hover{
background-color:#FFFF00;
color:#000000;
}
.photo{
border: 2px;
border-color:#999999;
border-style:solid;
}
#nav, #nav ul { 
padding: 0; 
margin: 0; 
list-style: none; 
line-height: 1; 
font-size: 75%; 
font-weight: bold; 
z-index:10;
}
#nav a {
display: block; 
width:15em; 
color: #666; 
text-decoration: none; 
/*padding-bottom: 2px; */
padding: 0px 5px 0px 5px;
margin-left: 0px; 
margin-top: 0px; 
background-color: #fff;
border-left: solid 2px #666;
/*border: 1px solid #000;temp outline for all linked items (could be used to add border parts*/
}
#nav li { 
float: left; 
width: 15em; /* width needed or else Opera goes nuts */
font-weight: bold;  

}
#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;/* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*border-style: solid 1px #000;/*doesn't seem to effect the outcome*/
	font-size: 110%; 
}

#nav li ul a { 
color: #666; 
line-height: 1.5; 
text-align: left;  
/*margin-top: 1px; */
font-weight: bold;  
font-size: 90%;
width: 15em;
}
#nav li ul a:visited {
line-height: 1.5; 
text-align: left; 
font-size:  3px; 
font-weight: bold;  
font-size: 90%;
width: 15em;
}
#nav li ul a:hover {
color: white;
line-height: 1.5; 
background-color: #b0c4de;
font-weight: bold;  
font-size: 90%;
width: 15em;
}
#nav li:hover ul, #nav li.sfhover ul {  
left: auto; 
}
}.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
.bigCLASI {
	font-size:3em;
	text-align:right;
	font-weight:bold;
	color: #999999;
}
