@charset "iso-8859-1";

#leftColumn, #rightColumn, #middleColumn, #columnWrapper, div.rightContent
{
	float: none;					/* No need to float since the side columns will be hidden */
}

html>body #columnWrapper
{
	width: auto;					/* Opera fix */
}

#rightColumn, #leftColumn, #menuBlock1, #menuBlock2, #menuBlock3, #menuBlock4, #webmailBlock, div.rightContent, .hide
{
	display: none;					/* Hide any designated elements that should not be printed */
}

#columnContainer, #columnContent, #page
{
	border-width: 0;				/* Hide various borders */
}

#header, #footer
{
	display: none;
}

* html #footer
{
	/* \*/
		margin-top:	1em;
	/* IE fix to print space between the content and footer */
}

a, a:link, a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;					/* Remove link formatting */
}

body *
{
	background-color: #fff;
	color: #000;					/* Catch-all to make sure there are no colored items */
}