
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
/* additional rules to re-format pages for printer output */

	body {
		width: 100% !important;
		margin: 0 !important;
	}
	
	div#pagewrapper {
		background:none !important;
		padding:0 !important;
		width:100%;
	}
	
	div#toolbar {
		display: none !important;
	}
	
	div#welcome {
		position: relative !important;
		height: auto !important;
		width: 100% !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	div#welcome h1 {
		background-image: none !important;
	}
	div#welcome h1 strong {
		display: none !important;
	}
	div#welcome p {		
		position: static !important;
		display: block !important;
		height: 44px !important;
		margin: 0px 0px 0px 10px !important;
		background-image: url("../_images/header_home_logo.gif");
		background-repeat: no-repeat !important;	
		background-position: top left !important;
	}
	div#welcome p strong {
		display: none !important;
	}
	div#main_promo {
		display:none;
	}
	div#nav {
		display: none !important;
	}
	
	div#menu {
		display: none !important;
	}
	
	div#sidebar {
		display: none !important;
	}
	div#featurebar {
		display:none;
	}
	div#page {
		background-color:transparent !important;
		border-top:#719500 3px solid;
	}
	div#content {
		margin-right: 10px !important;
		margin-left: 10px !important;
		width:95% !important;
	}
	div#content ul#navClass {
		display:none;
	}
	div#content div.content_box {
		width:95% !important;
	}
	body#home div#content {
		width:95% !important;
	}
	div#footer_sitemap {
		display:none;
	}
	div#footer {
		border-top:#719500 1px solid;
	}

/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
