@media print {

/* General */
html, body, td, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

body {
	background-color: #FFFFFF;
}

/* Text Sizing */
body {
	font-size: 92%;
}

/* Links */
a,
a:link {
	color: #00f;
	text-decoration: none;
}

a:hover,
a:active {
	color: #09f;
	text-decoration: underline;
}

a:visited {
	color: #009;
}

/* Specific HTML */

img {
	border: 0px;
}
form {
	margin: 0;
}

/* Other Formatting */
td.a {
	background: #fff;
}

td.b {
	background: #ccc;
}

/* Javascript Stuff */

.dv { display:; }
.dh { display: none; }

/* Form Lineup */
label span {
	float: left;
	width: 10em;
}

.error {
	color: #f00;
}

/* Specific Design Elements */

/* Header */
#header {
	height: 90px;
	display: list-item;
	list-style-image: url(/images/title_print.gif);
	list-style-position: inside;
}

#header #headcon {
	display: none;
}

#header #search {
	display: none;
}

#extraline {
	display: none;
}

/* Navigation */
#navigation {
	display: none;
}

/* Content Block */
#conblock {
}

span.redbar {
	height: 15px;
	width: 100%;
	background: #c00;
	overflow: hidden;
	display: block;
}

#conblock #content,
#conblock #crfinfo,
#conblock #footer,
#conblock #footer2 {
	padding: 10px;
}

.quote {
	background: transparent url(/images/quoleft.png) left top no-repeat;
}

.quote div {
	padding: 0 48px;
	background: transparent url(/images/quoright.png) right bottom no-repeat;
}

/* Content */
#content h1 {
	font-size: 1.7em;
	font-weight: 100;
	color: #c00;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#content h2 {
	text-transform: lowercase;
	font-size: 1.4em;
	font-weight: 100;
	color: #c00;
	font-style: italic;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
}

/* Home Page */
#home h4 {
	color: #31659c;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

/* CRF Info */
#crfinfo {
	font-size: 0.8em;
}

#crfinfo #crfstarman {
	float: left;
	margin: 5px;
}

/* Footer Stuff */
#disclaimer {
	font-size: 0.75em;
}

#copyright {
	margin-top: 12px;
	font-size: 0.75em;
	text-align: center;
	font-style: italic;
}

}
