@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFF;
}
#container {
	background-image: none;
	width: 100%;
	margin: 0px;
	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;
	height: 100%;
}
#mainContent {
	width: 100%;
	margin: 0px;
}
#sidebar {
	float: none;
	display: none;
}
#nav, #footer {
	display: none;
}
.sideContent {
	display: none;
}
#header .centered img {
	display: none;
}
