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

 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #FFFFFF;
}
#sidebar {
	float: none;
	width: 0%;
	display: none;
}
#leftnav, #footer, #topnav {
	display: none;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}
#content {
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}
#container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

