
/*	Please do not duplicate this document with out prior permission.
	This unique combination of styles, properties, font-families and poistioning are copyright of glrrin. */

/*	Print Style Sheet
	Will have no effect on the display of the document when viewed using a non-printing device.
		
	George Oommen (oommen.6@osu.edu)
	May 17 2007 */


body {
	background: none;
	border: none;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: auto;
	margin: 1em 0 0;
	position: static;
	text-align: left;
	width: auto;	
}

h1, h2, h3 {
	font-family: "Times New Roman", "Trebuchet MS", Verdana, sans-serif;
}

a img {
	border: none;
}
	
#title h2 {
	color: gray;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
}

#topnav, #nav, #theme, #sidebar {
	display: none;
}

#home #sidebar, #sidebar.print {
	display: inline;
}

hr {
	color: #333;
	background: #333;
	height: 2px;
}

a:link, a:visited {
	color: #555;
}

p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.noprint, .sign-up, #breadbasket {
	display: none;
}