@charset "iso-8859-1";

/*******************************************************************************
*  print.css : 2006-10-21 : Ruthsarian Layouts
********************************************************************/


#leftColumn, #rightColumn, #contentColumn
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
#leftColumn, .hnav, .printHide
{
	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;	/* hide the borders used to create the left and
				   right columns' backgrounds */
}
#masthead, #footer
{
	border: solid 0px #000;
	border-width: 0px 0;
	padding: 0.5em;		/* add some borders to the masthead and footer
			   	   for presentation */
}
a
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* remove any formatting the links get. */
}

/******************************************************************************/
#pageFrame
	{
	margin-left: -250px;
	}

#masthead
	{
	margin-left: 225px;
	}

.sat
	{
	margin-top: 50px;
	margin-left: 25px;
	}
#footer
	{
	visibility: hidden;
	}



#outerColumnContainer, #innerColumnContainer
	{
	visibility: visible;
	}