/* CSS Print Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	margin: 1em;
	width: auto;
	background: #fff;
	color: #000;
	font: 12px/120% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}
#banner {
	width: auto;
	border-bottom: 5px solid #000;
	height: 80px;
}
#contentwrap {
	width: auto;
	padding: 2em 1em;
}
#nav,#column,#submenu,#footer,form {
	display: none;
}
img {
	display: none;
}
img.printable {
	display: block;
}
#banner img {
	border: 0;
	display: block;
}
#banner a img {
	display: none;
}
p {
	padding: 0 3em 1em 0;
	line-height: 1.5em;
	text-indent: 1em;
}
h1,h2 {
	font-family: tahoma,arial, sans-serif;
}
h3,h4,h5 {
	font-family: verdana,arial, sans-serif;
}
h1,h2,h3,h4 {
	padding: .5em 0;
}
h1,h2 {
	border-bottom: 1px solid #888;
	font-size: 130%;
	font-weight: bold;
}
h3,h4 {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
}
h1,h5 {
	color: #800;
}
h2 {
	color: #967542;
}
h3 {
	color: #555;
}
h4 {
	color: #967542;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}
#print_footer {
	border-top: 1px solid #ccc;
	padding-top: 1em;
	font-size: .85em;
}
#print_footer p {
	color: #ccc;
}
#print_footer h4 {
	margin-left: .9em;
}
