/** Print stylesheet -- mostly hides stuff. */

* {
	background-color: transparent !important;
	background-image: none !important;
}

body {
	font-family: Verdana, Arial, sans-serif;
}

h1, h2, h3, a { color: #980f08; }
h1 { font-size:1.5em; }
h2 { font-size:1.3em; }

table { 
	border-collapse:collapse; 
	margin: 1em auto;
}

#content table td {
	border: 1px solid;
}

#content table th {
	border:1px solid;
	background-color:#eee;
}

.goodies-box h3 {
	color:#000;
	text-align: center;
	font-size: 120%;
}

#wrapper {
	width: 95% !important;
	border: none !important;
	padding-bottom: 4em;
	font-size:90%;	
}

#header, #local-nav, #breadcrumb-bar, 
#ask-link, #footer form, .jump-to-top, 
#table-of-contents ul, .toggler, .return-link {
	display: none !important;
}

h1 {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

h3 {
	white-space: normal !important;
}

.with-table-of-contents #content, .with-goodies-box #content, .goodies-box {
/*	position: static !important; */
	width: auto !important;
	clear: both !important;
	float: none !important;
}

.goodies-box {
	border: none !important;
}

#content div {
	display: block !important;
}

#footer, #footer-home {
	text-align: left !important;
	padding-left: 0 !important;
	font-size:.9em;
}

#citations {
	display:block;
}

#citations h3 {
	color:#000;
}

#content a sup, #content-wrapper .goodies-box a sup {
	display:inline;
	text-decoration: none;
	color: #000;
}

#my-accounts-screen-reader, #my-accounts, #top-links, #university-link { display: none !important; }
