/*Styles for the center box, below the image*/

 div#center
 {
 	position: relative; 
	padding-top:20px; 
 	z-index:3; 
/*  margin-left is better than left, since Frontpage understands it. However, 
    they cannot both be active at once, and a lot of the #center divs have
    left:22% as a inline style. These will have to be added in later.*/
/* 	left:0%;  */
/* 	margin-left:22%; */
	left:22%;
 	width:587px;
    padding-left:20px;
   
 }
 
div.centercontent
{
	/*This tweaks the center so it has a minimum height with both IE and Firefox/Opera
	width:587; float:none!important; float:left; 
	
	/*Forces a minimum height for MS only*/		
	height:auto!important; /*IE Ignores*/
	height:431px; /*Treats height as min-height*/
	
	/*This forces the minimum height for Opera/Firefox*/
	min-height:431px;
}	

div#bottom
{
	position:relative;
}

.underlineonmouseover a, a.underlineonmouseover
{
	text-decoration:none;
	color:#222222;
}

.underlineonmouseover a:hover, a.underlineonmouseover:hover
{
	text-decoration:underline;
}