/* print.css and all associated graphics copyright 2008, Elemental Webscape */


* {
	margin: 0;
	padding: 0;
}

body {
  	font-size: 12pt;
  	font-family: Times, "Times New Roman", serif;
  	line-height: 1.3em;
	background: none;
}

h1, h2 {
  color: black;
	padding-top: 1.1em;
}

h1 {
  font-size: 120%;
}

h2 {
  font-size: 110%;
}

#printheader {
	height: 85px;
	display: block;
	visibility: visible;
}

#printheader img, #printheader h1 {
	padding: 3px;
}

#masthead {
	height: 0;
}
	
#menu, #date {
	display: none;
}

#leftbar{
	float: none;
	clear: both;
}

#news {
	border: 1px solid black;
}

#container {
	background: none;
}

#main {
	margin: 0;
}

#footer, #footer p, #footer a, #footer a:link {
	font-size: 10pt;
	background: none;
	color: black;
}

#pagebottom {
	font-size: 9pt;
}

