/* Print Stylesheet */

body {
	background: none;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11pt;
	text-align: 18pt;  
}
#wrapper {
	width:100%;
	margin: 0;}

.noprint {
	display: none;
}
#main, #left, #right {
	float:none;
	margin: 0;
}

a:after,a:hover:after {
	content: " <" attr(href) "> ";
	color: #8D7E95; /* most browsers will display the content as black - see tip browser support */
	font-style: italic;
	font-weight: normal;
	border: none;
}
a[href^="/"]:after {
	content: " <http://www.example.com"attr(href)"> ";
}
a[href^="mailto"]:after {
	content: "";
}

/* Jazz up the headers (tip 5) */
h1 {
	border-bottom: 5px double black;
	font-size: 3em;
	text-align: center;
	padding: 0 0 0.7em 0;
	font-variant: small-caps;
	font-weight: thinner;
}
h2 {
	border-bottom: 1px solid #999999;
	padding: 0 0 0.1em;
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
	margin: 1em 0 0.2em 0;
	text-decoration: none;
	color: #999999;
}
p {
	margin: 0.5em 0 1em 0;
}

.printonly {
	display:block;
}
.print-footer {
	display: block;
	border-top: 1px solid black;
	margin: 2em 0 0 0;
	padding: 0.5em 0 0 0;
}