/*

*/

/* 
This style sheet is for printers. It makes some modifications to the base style sheet - primarily hiding the peripheral matter (sidebars, etc.)
*/
@import url(../css/Main.css);



/******************************************************* Application-specific */


/* Anything in this list must be set to "display:block" or "display:inline" in the main stylesheet (for IE5.5) */

div#AdminMenuContainer,
div.AdminHeader,
div#MenuContainer,
td#SidebarCell,
td#SidebarLeftCell,
td#FooterLeftCell,
img#MastheadImage
{
	display:none;
	width:0;
}

td#FooterRightCell
{
	border:none;
}


/******************************************************* Common */


body,
div#Main
{
	margin:0;
	padding:0;
	width:auto;
}

div#Search,
div.AdminHeader,
p.OnThisPage,
p#PageTools,
.PageTools,
div#Credit,
.Credit,
.noprint,
.NoPrint,
.TabStrip,
.FilterPanel,
div#Crumbs
{
	display:none;
}

.Hidden
{
	display:block;
}

h1
{
}

h2
{
}

body, p, td, a, ol, ul, li, h3
{
	color:Black;
	font-family:Arial;
}

.PrintOnly
{
    display:block;
}
