/* CSS Document */

/* 	Style sheet: print.css
	Site: Disaster Assist
	Author: Chris Lamb
	---------------------------------------------------------------------------------------

/* Hide everything not needed in the printout */
#banner img {display: none;}
.topnav {display: none;}
#leftcol {display: none;}
#rightcol {display: none;}
#breadcrumbs {display: none;}
.skip_to {display: none;}
.top{display: none;}

/* Other styles */
body {	font: .75em Arial, Helvetica, sans-serif;}
h1 {font-size: 1.6em; padding: 5px 0;}
h2 {font-size: 1.4em; padding: 5px 0;}
h3 {font-size: 1.3em; padding: 5px 0;}
h4 {font-size: 1.2em; padding: 5px 0;}
h5 {font-size: 1.1em; padding: 2px 0;}
.printlogo{	float: left;}
#sitename {float:right; font-size: 2em;	padding: 10px 15px 0 0;}
#wrapper {clear: both;}
#wrapper p {line-height: 1.3em;	padding: 5px 0;}
#wrapper a {color: #006;}
#wrapper ul, #wrapper ol {line-height: 1.35em; padding: 5px 0; margin-left: 8px;}
#footer span {font-weight: bold;}
hr {color: #999; height: 1px; background-color: #999; border: none;	margin: 10px 0;}
th {color: #333; padding: 8px; background-color: #F1F5F8; border-bottom: 1px solid #333;}
td {padding: 5px; border-bottom: 1px solid #999;}
caption {color: #333; background-color: #F1F5F8; padding: 8px; text-align: left;}
.small {font-size: 85%;}
.bold {font-weight: bold;}
.italic {font-style: italic;}