body {
	margin: 0;
	padding: 0;
	width: 50%;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: none;
	background-color: white;
}

#mainNav {
	display: none;
	height: 0px;
}

#container {
	background-color: white;
}

#bread-crumb-trail {
	display: none;
	height: 0px;
}

#leftbar {
	display: none;
	width: 0px;
}

#content {
	margin-top: -75px;
	margin-left: 0px;
	min-height: 0px;
	border-left: 0px;
}

.footerMenuList {
	display: none;
}


