/* PRINT OVERRIDES */
body
{
	background: white;
	font-size: 12pt;
}

#contentContainer, #wrapper
{
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

#primaryContent
{
	margin-left: 10%;
   	padding-top: 1em;
   	border-top: 1px solid #930;
   	width: auto; 
	float: none;
}

#leftColumn {
	width: auto; 
	float: none;;
}

#rightColumn {
	width: auto; 
	float: none;
}

#secondaryContent, .closebox, #primaryNavigation, .noprint { display: none; }
	
