@charset "iso-8859-1";

/*******************************************************************************
*  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 "base.css";

#leftColumn, #rightColumn, #contentColumn
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
#rightColumn, #leftColumn, .hnav, .printHide, #masthead, #footer
{
	display: none;	/* hide the left and right columns as well as the
			   horizontal navigation element(s). also hide any
			   designated elements that should not be pritned */
}
#outerColumnContainer, #innerColumnContainer
{
	border-left-width: 0;
	border-right-width: 0;
}
* html body
{
	text-align: left;
}
#pageWrapper
{
	width: 600px;
	margin-left: 0;
	margin-right: 0;

}
#outerColumnContainer
{
	border-width: 0; 
}
#innerColumnContainer
{
	width: 100%;
}
* html #innerColumnContainer
{
	position: relative;	
}
#contentColumn
{
	margin: 10px -1px;
	width: 100%;
}

a
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;	
}
h1
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #1d514f;
	font-size: 14px;
	padding: 5px 20px 5px 20px;
	background-image: none;
}
h2
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #1d514f;
	font-size: 12px;
	padding: 5px 20px 5px 20px;
	background-image: none;
}
h3
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #1d514f;
	font-size: 11px;
	padding: 5px 20px 5px 20px;
	background-image: none;
}
.pulldownactive, .pulldownpassive, .pulldownmouseover
{
	display: none;
}

