/*
printer-friendly by access - by design 
*/ 
html, body{
	margin:0px;
	padding:0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
 } 
 
#pagewidth{
	width:100%;
	float:none;
}

a:link{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #666699;
	text-decoration: underline;
	font-weight: bold;
}
a:active{
	color: #666699;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color: #666666;
	text-decoration: none;
	font-weight: bold;}
 
#header{
	float:none;
} 
 
#sidebar{
	display:none;
 }

 
#content{
	float: none;
	width:100%
 }

#footer{
	display:none;
 } 
 .nodisplay{
 display:none;}
