.nav a
{
	color: White;
	text-decoration:none;
	font-family:Arial;
}

.nav a:hover
{
	text-decoration:underline;
}

.subnav a
{
	color: White;
	text-decoration:none;
	font-family:Arial;
}

.subnav a:hover
{
	text-decoration:underline;
}

.downloads a
{
	color: White;
	text-decoration:none;
	font-family:Arial;
	font-size: 10pt;
}

.downloads a:hover
{
	text-decoration:underline;
}

#imageContainer { 
	height: 213px;
	text-align: center;
}  

#imageContainer img { 
	padding: 0px;
	display: none; 
	position: absolute; 	
	top: 0px; 
	left: 26px; 	
	height: 208px;  	
	width: 919px; 	
	opacity: -0.01; 
} 
