/* print styles */

a, a:link, a:visited, a:active, a:hover {
	color: #000;
	text-decoration: underline;
}
#home_header, #top_nav, #top_nav2, #nav_top, #nav_bot, #foot1, #sub_header {
	display: none;
}
body, #main_container, #top_nav, #main, #footer, #footer_info, #foot2, #footer_text, #home1, #home2, #home3, #sub_content, #print_logo {
	font-size: .95em;
	color: #000;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background: none;
}
#print_logo {display: inline; padding-bottom: 10px;}
#top_nav {text-align: center;}
h1, h2, h3, h4, h5, h6, #top_nav {
	font-size: 1.1em;
	color: #000;
}
hr {border-top: 1px dotted #000; margin: 1.5em 0;}
#home1, #footer, #footer_text {
	color: #000;
	font-size: .75em;
	text-align: center;
}
#footer_text {margin-top: -50px;}

/* to black */
.teal {color: #000;}