@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000000;
	background-color: #FFFFFF;
}
#navBar, #header, #footer {
	display: none;
}
#mainContent {
	float: none;
	margin: 0px;
	text-align: left;
	padding: 0px;
}
#sideBar h3 {
	display: none;
}
#sideBar p {
	display: none;
}
#sideBar a {
	display: none;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: 0px;
	width: 0px;
}
#update {
	display: none;
	float: none;
}

#sideBar {
	display: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: 0px;
	width: 0px;
}

