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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #FFF;
}
#container {
	background-image: none;
	width: 7in;
}
#header {
	display: none;
}

#sibeBar {
	float: none;
	width: 100%;
	display: none;
}
.sideContent {
	border: none;
}

#navBar, #footer {
	display: none;
}
#mainContent  {
	margin: 0px;
	width: 100%;
}
