/* CSS Document: site_print.css */

/* VISIBILITY and LOCATION ------------------ */
* {
	border: 0 !important;
}



div#leftnav, div#navcontainer, div#top, div#breadcrumbs, div#footer {	
	display: none; 
}

div#content, div#right_content { 
	display: block; 
	width: 100%; 
	float: none !important; 
	margin: 0;
	border: 0 !important;
}


p, ul {
	text-align: left;
	float: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	border: 0 !important;
}

ul.indent1 {
	margin-left: 2em !important;
}

/* COLORS --------------------------- */
* {
	color: #000;
	background-color: #FFF;
}

body {
	background: white;
}
