/* Remove all unnecessary elements, and make the ones that survive black text on white background */

#header, #masthead, #navBar, #noPrint {display: none; } 

#body 	{
	background: white; 	
	font-size: 12pt;
	margin: 0; 
	padding: 0; 
}
#content 	{
	width: 100%; 
	margin: 0; 
	padding: 0; 	
	Position: static;	
	Top: 5pt;
	left: 5pt; 
	float: none!important; 
	color: black;
	background: transparent; 
	text-align: left; 
} 
#content a:link:after, #content a:visted:after {
	content:"(" attr(href) ")";
	font-size: 90%;
	text-decoration:underline;
}	
LI, h4  { page-break-before: avoid }
/*
div#content  {
	border-top: none;
	border-bottom: none;
	height: auto; 	
	width: 100%;	
	overflow: auto;
} */
div#Holdtopics {
	border-top: none;
	border-bottom: none;
	height: auto; 	
	width: 100%;	
	overflow: visible;
}

/* This'll only work in modern browsers like Firefox, but will add an explanation to the top of the page when printed. Slick, eh? */
#content:before {content: url(/images/SBheadlogo.gif); 
display: block; margin-bottom: 3mm; padding: 3px 3px 2px;
}

