html {width: 100%;}


body { 
background: white;
	font-size: 12pt;

}


#leftcontent { 
	display: none;
}

#centercontent { 
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}



#centercontent h1, h2, h3{	

	font-family:AvantGarde,'Avant Garde',verdana, arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-transform: uppercase;
	font-style: oblique;
	color: #330000;
}



	#centercontent h2 { 
		font-size: 14pt;
	
} 


a:link, a:visited {
   color: black;
   background: transparent;
   border-bottom:1px dotted #330;
   }
   
div.printinvisible { 
		display: none;
}   
	


	

div.float {
width: 200px;
min-height: 200px;
   float: left;
   font-size: 9px; 
   
  }
  
div.float p {
font-size: 9px; 
  text-align: center;
font-family: verdana, arial, san-serif;
	color: #333;
	background-color: #FFF;
	
	line-height: 115%; 
   }

div.float img { 

border: 0px;
}


div.float a { 

font-family:verdana, arial, san-serif;
	font-size: 9px; 
	line-height: 115%; 
}
		
div.spacer {
  clear: both;
  }		
		
	pre { 
	padding: 20px;
	
	font: 11px/100% monaco, 'Courier New', courier, fixed; 
	
	}	
	
	
