/* print Stylesheet */
body {
  color: black; 
  background-color: white; 
  font-family: "Times New Roman", Times, serif; font-size: 12pt; color: black }
}

/* spread main content across page */
div#container,content {
	setwidth width: 100% ;	
	setwidth height: 100% ;
	float: none;
	width: 700px;
 	background-color: white;
	margin-left: 0;
	margin-right: 0;	
	vertical-align: top;
	left: 0px;
	top: 0px;
	border-width: 0px;
}

/* hide all the screen-specific stuff:
   nav bar, even the site logo */
div#body, div#banner, div#sidebar-a, div#footer, #hmenu, #topicarea, div#h2 {
  display: none;
}


