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

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #fff;
}
#container {
	background-image: none;
	width: 7in;
}
#sidebar {
	float: none;
	width: 100%;
}
.sideContent, #mainContent {
	margin: 0px;
	width: 100%;
}
#nav, #footer , #header{
	display: none;
}

.sideContent {
	border: none;
}
