@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;
}
#header p img {
	width: 7in;
}

#sidebar {
	float: none;
	width: 100%;
}
.sideContent, #mainContent {
	margin: 0px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
.sideContent {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: none;
}
#nav, #footer {
	display: none;
}
