/*
	print.css - some styling for thoses that like to take the time to mark bits of dead tree with chemicals to carry around, scribble on, etc 
	Authored by - JMCQUARRIE.co.uk 
	Created - 12 August 2010 
	Last updated - 12 August 2010
*/

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-size: 12pt;
	font-family: verdana, arial, sans-serif;
	text-align: justify;
	background-image: none;
	}
	
#branding h1 a, #branding h1 a:visited {
	font-size: 40pt;
	display: block;
	text-decoration: none;
	color: #000;
	font-family: serif;
}

#globalNav {
	display: none;
}


#footer {
	margin-top: 2em;
	border-top: 1px solid #ccc;
	font-size: 6pt;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #000;
}