﻿/* CSS for Print Only */

/* Remove unneeded page elements */
@Media Print {
	
	#mast_left, #clouds, .mast_menu, #navCol, #footer_menu, #pageMenu {
		display: none;
	}
	/* Remove backgrounds & adjust layout */
	html, body, h1, #footer_left, #footer_content {
		background: white;
		border-style: none;
	}
	#mast_right, #page_content {
		width: 760px;
		margin: auto;
	}
	#mast_right {
		position: static;
	}
	#CFH {
		right: 400px;
	}
	#IPS {
		right: 100px;
	}
	#legal {
		right: 150px;
	}
/* Add elements to print layout */

}
