/*******************************************************************************
*  print.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  This stylesheet defines the layout as it appears on print devices (printers)
*  by importing those stylesheets which should be used to render the layout on 
*  paper.
*******************************************************************************/
@import "screen.css";

#leftColumn, #rightColumn, #contentColumn {
	float: none;	
}
#rightColumn, #leftColumn, .hnav, .printHide {
	display: none;	
}
#outerColumnContainer, #innerColumnContainer {
	border-left-width: 0;
	border-right-width: 0;	
}
#masthead, #footer {
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;		
}
#masthead h1{
	margin: 0pt; padding: 0pt; 
	font-size: 210%; 
	text-align: right;
	font-weight:bold;
}
a {
	text-decoration: none;
	background-color: inherit;
	color: inherit;	
}