/****** 
	print.css
 ******/
 
body { 
	color: #000; 
	background: #fff; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 12pt; 
	float: none !important;
	line-height: 16pt;
	} 
	
a {
	text-decoration : underline;
	color : #ccc;
	}
a h1 {
	color : #000;
	}
	
/*list all page components to hide here! */
#nav, #footer-nav, .accessibility, .jumpup, #slideshow, #about-nav-wrap, #searchform, #login-menu, #sb-container  {  
	display: none !important;
	}
/*center page for printing*/
#page {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	background: #ffffff none;
	}
/*blow up and linearize parts of page wanted tor printing */
#header, #content, #footer, .centered, #sidebar {
	position:relative;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent none;
	float: none !important;
	overflow: visible;
	}
#logo {
	float: left;
	margin: 0;
}
.description {
	float: right;
}
	
/*add some dividers for readability */
#header {
	border-bottom: #000 1px solid;
	height: 25pt;
}
#footer {
	border-top: #000 1px solid;
}

/* this stuff can be cool - it prints out the URL of links afther link, but only for printers */
/* 
#main a[href^="/"]:after {
  font-size: 14px;
  content: " (http://www.theurl.com" attr(href) ") ";
  }
  
#footer a[href^="/"]:after {
  font-size: 14px;
  content: " (http://www.theurl.com" attr(href) ") ";
  }
  */