

/* PRINT Style Sheet  */

/* Header styles */
#tertiaryNav
{
	display: none;
}

#mainNav
{
	display: none;
}

#bannerImage
{
	display:none;
}


/* Footer styles */
#footer
{
	display: none;
}



/* Master Page Styles */


table#main
{
	width: 600px;
}

#leftShadow
{
	display:none;
}

#rightShadow
{
	display:none;
}

#bottomShadow
{
	display:none;
}



/* PageLayout styles */

#centerContent
{
	padding: 0px 0px 0px 0px;
	
}

/* Left Rail */
td#oneThirdContentLeft
{
	display: none;
}

/* Right Rail */
td#oneThirdContentRight
{
	display: none;
}
.verticalSpacerDotted
{
	display:none;
}


