/*Styles for the center part of all pages, under the menu and to the right of the leftmenu.*/

 div.centerfixed
 {
 	position: relative; 
	padding-top:20px; 
 	z-index:3; 
	margin-left:22%;
 	width:587px;   

 } 
 
div.centercontentfixed
{
	/*This tweaks the center so it has a minimum height with both IE and Firefox/Opera*/
	width:587px;
	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;
    padding-left:20px; 		
    font-family:arial;
}	

div#bottom
{
	position:relative;
}

.underlineonmouseover a, a.underlineonmouseover
{
	text-decoration:none;
	color:#222222;
}

.underlineonmouseover a:hover, a.underlineonmouseover:hover
{
	text-decoration:underline;
}


/*Edits to the styles for if the Body is of class "wide", which supresses the leftmenu.*/
body.wide div.centerfixed
 {
 	position: relative; 
	padding-top:20px; 
 	z-index:3; 
	margin-left:0%;
 	width:100%;   

 }
 
body.wide div.centercontentfixed
{
	width:auto;
 	padding-left:5px;
 	padding-right:5px;

}

 
@media print 
{

	 /* Hide the leftmenu */
	#leftbox
	{
		display:none;
	}
	
	/*Move the content over to the left, and make it span the entire page.*/
	
	div.centerfixed
	{
		width:100%;
		margin-left:0%;
		left:0%;
	}
	
	#mainbox
	{
		width:100%;
		background: none;
	}

	#backgroundimage
	{
		display:none;
	}
	
	.menu1
	{
		display:none;
	}
	#topbar
	{
		display:none;
	}
	
	div#bottombar
	{
		display:none;
	}
	

	

	
}
