




/*
     FILE ARCHIVED ON 23:31:15 Feb 25, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:42:59 Sep 17, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/

#printheader {
	display: block;
}
#topnav, #header1, #header, #foot, .quicklinks, #right-content, #navbar {
	display: none !important;
float:none;
}
#main-content {
width: 100%;
float: none;
display: block;
}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}