/* print style sheet - sidebar content and main content only */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFFF; /* black */
}
#container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	display: none;
}
#sidebar {
	float: none;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_content {
	margin: 0px;
}

#header_left, #header_nav, #sidebar_nav, #sidebar_img, #footer {
	display: none;
}
