/**
	File:
		print.css

	Validates:
		CSS Level 2.1

	Project:
		[Project name and any abbreviation the project is known by]

	Author:
		[Author name]

	Date Created:
		[YYYY-MM-DD]

	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	main.css - Continuity generated stylesheet
		09	print.css - Print specific styles
*/

body { background: White; color: Black; font: 12pt "New Century Schoolbook", "Times New Roman", TimesNR, Times, serif; text-align: left; }

a { color: Blue; text-decoration: underline; }

.access,
#primaryNav,
#footer { display: none; visibility: hidden; }

a img { border: none; }
