/* 
	print.css
	-styles for printing
*/

@import url(shared.css);
body {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}
#page {
	background-color: #FFFFFF;
	}
#header h1 {
    padding: 14px;
}
.site-links {
    display: none;
}
#content h3 {
    font-size: 16pt;
    line-height: 18pt;
}
#content h4 {
	margin-bottom: 0;
	margin-top: 1em;
}
#content ul li {
	text-decoration: none;
}
#sidebar h3 {
    font-size: 12pt;
}
#sidebar ul li {
	line-height: 15pt;
}
#footer {
	background-color: #FFFFFF;
	}
#footer p {
   	background-color: #FFFFFF;
	font-size: 10pt;
	word-spacing: .25em;
}
#footer a{
	color: black;
	background-color:#FFFFFF;
	text-decoration: none;
	margin: .50em;
}
