@charset "utf-8";
/* CSS Document */

div.Banner {
	display: none;
	}

div.BannerPrint {
	display: inline;
	}

DIV.MainContainer {
	border: 0px;
	width: 660px;
	}

DIV.MainContentContainer
{
	margin: 0;
}

div.RightPanel {
	display: none;
	}
	
div.MenuBar {
	display: none;
	}
	
div.Features {
	display: none;
	}
	
DIV.LeftColumn
{
	float: none;
	width: 660px;
	margin-bottom: 0;
}

DIV.RightColumn
{
	float: none;
	border-top: 1px solid black;
	width: 660px;
	margin-bottom: 0;
}

div.FooterLeft {
	display: none;
	}

a:link, a:visited, a:active, div.RightItem h1 a:link, div.RightItem h1 a:visited, div.RightItem h1 a:active {
	color: #000000;
	}
	
