/*
=print
---------------------------------------------- */
body, html {
	background-color: #fff;
	background: none;
	border: none;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, p, strong, a { color: black !important; }

h2, h3 { border-color: black; }

#container, #header, #content {	background: none; }

#container { width: 95%; }

#content { width: 100%; }

#banner { 
	width: 100%;
	background: none !important;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}

#banner h1 {
	position: relative;
	bottom: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

.main_panel, .side_panel {
	float: none;
	width: 100%;
}

.divider { border-color: black; height: 5px; }

#utility_navigation, #crumb_nav, .panel, #footer { display: none; }
