@charset "utf-8";
/*-----------------------------------------------------
w3 general styles for print media
Used by: most w3 web pages 
$Id: print.css,v 1.9.4.2 2004/08/11 22:11:08 coop Exp $
-----------------------------------------------------*/
body {
	background: white;
	font-family:arial,verdana,helvetica,sans-serif; 
	font-size: 10pt;
	color: #000;
	}
#masthead {
	color: #000; 
	background-color: #fff;
	height: 33px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	}

#content,
#content-main {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	}
#content-main {
	float: none !important;
	margin-top: 44px !important;
	}
#footer { 
	text-align: center;
	}
#footer .website {
	display: inline;
	}

a:link, a:visited {
	text-decoration: underline;
	}

.skip, 
.access, 
#navigation,
.noprint { display:none !important;
	}

