/* print styles */
BODY {
	color: black; 
	background: white;
	font-size:12px;
}
A:link, A:visited {
	background: white; 
	color: black; 
	text-decoration: underline;
   	}
h1, h2, h3 {
	background: white; 
	color: black; 
	padding-bottom: 1px;
   	border-bottom: 1px solid gray; 
	}
 
#content h1 {
	font-size:18px;
	}
	
#content h2 {
	font-size:16px;
	}
	
#content p {
font-size:12px;
    }	

#nav, #sidebar, .tobpbar {
display:none;
}


#content {width: 100%; margin: 0; float: none;}

#leftcolumn{width: 0px;}

#maininner, #searchbar {
margin-top:-60px;
padding-top:0px;
}
