@charset "iso-8859-1";
/*******************************************************************************
*  Stylesheet for printing that removes the left and right columns plus
*  the horizontal navigation bar from a printed copy of the page.
*******************************************************************************/
#leftColumn, #rightColumn, #contentColumn, #SOWrap
{
	float: none;
}
html>body #SOWrap
{	width: auto;
}
#rightColumn, #leftColumn, .hnav, .printHide
{
	display: none;
}
#outerColumnContainer, #innerColumnContainer, #pageWrapper
{
	border-width: 0;
}
#masthead, #footer
{
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;
}
* html #footer
{
		margin-top:	1em;
}
a, a:link, a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;
}
body *
{
	background-color: #fff;
	color: #000;
}