/* PRINT ONLY STYLE SHEET */

body {
	font: normal 14px/21px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;	
}

/* hide all these from the printed version */
#banner,
#globalnav,
#right_column,
#site_tools,
#content table.alphabet,
#content .exlist .jumpdown a,
#content .thirdnav,
#content .totop   {
	display: none;
}
#footer {
	padding-top: 60px;
}
#footer p {
	text-align: right;
}
#footer img {
	border: none;
}

#content h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #009343;	
}
#content h1 .header_extra {
	font-size: 16px;
	display: block;
}
#content h2 {
	font-size: 15px;
	color: #0089D0;
	font-weight: bold;
	text-transform: uppercase;
}
#print_logo {
	border-bottom: 3px solid #007CC2;
}
#content table th {
	text-align: left;
}
#content table {
	margin-bottom: 18px;
}
#content .exlist .jumpdown {
	font-weight: bold;
	font-size: 21px;
	color: #CF3373;
	padding: 8px 12px;
}
#content table.exlist {
	width: 100%;
	border-left: 2px solid #E6F0F6;
}
#content table.exlist tr td,
#content table.exlist tr th {
	line-height: 18px;
	border-bottom: 1px dashed #ddd;
	padding: 8px 12px;
}