/* print styles */
BODY {color: black; background: white; width: 100%}
A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
H1, H2, H3 {background: white; color: black; padding-bottom: 1px;
   }
DIV.adbanner {display: none;}

div#header_links {
	display: none;
	}
	
div#sidebar {
	display: none;
	}
	
div#content {
	width: 100%;
	}
	
div#footer ul {
	dipslay: none;
	}
	 
#header_logo {
	float: none;
	}

#header_logo a{
	text-indent: 0px;
	display: inline;
	font-size: 400%;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#header p{
	position: static;
	}
