/*
 Print styles
 Site: JWF
*/

/* Hide unnecessary parts */
#header .accessibility, #nav-wrapper, #left-sidebar, #right-sidebar, #footer .logos, #footer li {
	display: none;
}
body {
	font-size: 10pt;
}
/* Header */
#header {
	margin-bottom: 2em;
}
#header a {
	text-decoration: none;
}
/* Top & Content */
#content h2 {
	margin: 1em 0 0.25em 0;
}
ul {
	list-style: square;
}
/* Footer */
#footer {
	border-top: 1px solid #000;
	font-size: 0.9em;
	margin-top: 2em;
	padding-top: 0.5em;
}
#footer p {
	margin: 0;
}
#footer li.first {
	display: block;
	margin-top: 1em;
}

