/* print overrides */
/* 
	strange but documented, IE/mac does not read the inline block,  
	IE/Win not the @import print 
 	Update both external code and the below when editing print styles
*/

div#head div.search, div#head div.divider , div#head div.home , div#head div.tools, div#menu, div#footer, div#related {
	display: none;
}
div#content, div#head img#logo, div#head img#tagline {
	position: static;
}
div#content {
	margin-top: 2em;
	width: 70%
}
div#printFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	width: 100%
}
