/* CSS Document */
/* print styles */
body {
	color: black; 
	background: white;
}
a:link, a:visited {
	background: white; 
	color: black; 
	text-decoration: underline;
	font-weight: bold;
}
h1, h2, h3 {
	background: white; 
	color: black; 
	padding-bottom: 1px;
    border-bottom: 1px solid gray;
}
.float_left {
    float:left;
    margin:5px 10px;
}
.float_right {
	float:right;
    margin:5px 10px;
}
blockquote {
	text-align:center;
}
#Banner {
	display:none;
}
div.Header
{
	display:none;
}
div.SideNav{
	display:none;
}
div.sponsors {
	display:none;
}
div.content {
	color: black; 
	background: white;
}
.copyright{
	color: black; 
	background: white;
	text-align:center;
}
/*----------------------------- END -------------------------------------------*/
