body, html {
	width: 100% auto;
	height: 100%;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	}
	
/* Visible part of the web page - our footprint */
#container {
	}
	
/* Top line on the printed page.  Replaces the logo on printed pages */	
#printheader {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	text-align: left;
	text-decoration: underline;
	padding-top: 5px;
	}
	
/* Header for web page */
#header {
	display: none;
	}
	
/* Top navigation bar */
#navtop {
	display: none;
	}
	

/* actual content of page */
#maincontent {
	background: #fff;
	padding: 1em;
	line-height: 130%
	}
	
#maincontent h2 { margin: .5em 0 .5em 0; }

/* left navigation bar */	
#navleft {
	display: none;
	}
	
/* Web page footer */
#footer {
	display: none;
	}
	
#printfooter {
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	}
