/*
Path: /includes/print.css
Author: Olivier
Modifications:
05/13/2010 - created
Inputs: 
Related files: 	
	- included in the file:
		* includes/nav_and_subnav.cfm
Purpose: Stylesheet to automatically print in a user-friendly format
DB tables used: none
Notes, bugs, & bug fixes: 

* StyleSheet for printing page from the website
* We don't need to print the menu, the left column and the footer
* if we want to avoid something to be displayed when printed add class="noprint"
*/
#topNav, .secondaryColumn, .noprint {
	display: none;
}

