
/* ========================================================== */
/* ========================================================== */
/* ========================================================== */
/* additional rules to re-format pages for printer output */

	body {
		width: 100% !important;
		margin: 0 !important;
	}
	
	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: 68px !important;
		margin: 0px 0px 0px 10px !important;
		background-image: url("../_images/header_home_logo_75.gif") !important;
		background-repeat: no-repeat !important;	
		background-position: top left !important;
	}
	div#welcome p strong {
		display: none !important;
	}
	
	div#nav {
		display: none !important;
	}
	
	div#menu {
		display: none !important;
	}
	
	div#sidebar {
		display: none !important;
	}
	
	div#content {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}
	
	div#footer-banner {
		display:none !important;
	}
	
	body#home div#content {
		margin-right: 20px !important;
		margin-left: 216px !important;
	}


/* ========================================================== */
/* ========================================================== */
/* ========================================================== */