/**
	File:
		print.css

	Validates:
		CSS Level 2.1

	Project:
		Weatherfor

	Author:
		Kristina Floyd

	Date Created:
		2008 05 31

	About:
		Print specific styles

	Notes:
		Always place last in the cascade

	File content:


	Cascade index:
		01	undo.css - Resets browser default styles
		02	layout.css - Styles for the main layout and framework of the site
		03	content.css - Styles for general content
		04	elements.css - Styles for specific page elements
		05	ie6.css - IE6 specific styles.
		06	ie7.css - IE7 specific styles.
		07	clearing.css - Enables the use of .clearfix across the site.
		08	print.css - Print specific styles
*/

body { background: White; font: 12pt "New Century Schoolbook", "Times New Roman", TimesNR, Times, serif; color: Black; text-align: left; }

a { color: Blue; text-decoration: underline; }

.access,
#mainMenu,
#navColumn,
#footer { display: none; visibility: hidden; }

#header h1 { float: left; }

#constraint { clear: both; }

a img { border: none; }
