
html, body
{
	width: 100%;
	height: 100%;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 140%;
	background: none;
}

div#navigation
{
	display: none;
}

div#bannerArea
{
	display: none;
}

div#siteNavigation
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: none;
	width: 7in;
	position: fixed;
	margin-top: 5%;
}

div#siteNavigation ul
{
	display: none;
}

div#siteNavigation div.webname
{
	float: none;
	clear: both;
	display: block;
	width: 7in;
	border-bottom: 1px solid #999;
	height: 20px;
}

div.leftNav
{
	display: none;
}

div#bc
{
	display: none;
}

div.rightContent
{
	display: none;
}

div#mainContainer
{
	width: 7in;
}

div#mainContainer div.userContentArea div.contentArea
{
	margin-top: 7%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	height: 85%;	
}

div#floatingBar
{
	display: none;
}

span.top
{
	display: none;
}

#footer
{
	page-break-after: always;
	position: fixed;
	top: 90%;
	height: .25in;
	border-bottom: none;
	border-top: 1px solid #999;
	width: 7in;
}

#footer span.copyright_info
{
	float: left;
	display: inline;
	margin-left: 45%;
	text-align: right;
}

#footer span.connected
{
	margin-right: 1%;
	margin-top: -40px;
	float: right;
}

#footer span.links a
{
	display: none;
}

