@charset "utf-8";
/* CSS Document */

.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #FFF;
}
#sidebar {
	float: none;
	width: 100%;
}
#nav, #subnav, #footer {
	display: none;
}
#container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content#sideContent {
	margin: 0px;
	width: 100px;
}
