/* CSS Document ffhs-print.css */

body {
	background-color: #FFFFFF;
	background-image: none;
}

#wrapall { /* Wrapper for complete web page */
  width: 100%;
	background-color: #FFFFFF;
	min-width: 0;  
	font-size: 10pt;
}

#header{
	background-color: #FFFFFF;
	background-image: none;
	border-bottom: solid #000000 2px;
}

#title, .initial {color: #000000;}

#crumbs, #sitemap, #menu2, #leftcol, #rightcol, form.spkr, .noprint
{ display:none !important; }

#midcol {
	clear: both !important;
	position: static !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	background-color: #FFFFFF !important;
	text-align: justify !important;
}

#footer {
	margin: 0;
}

/*  This only works in Firefox etc. where it is least required, not in IE6
#midcol > div.colwrap {
	padding: 0;
}
*/

