/*print style sheet for SHS Website created by Heather Collins, May 2006*/


body { background: white;
	font-size: 10pt;
	font-family: georgia, "times new roman", serif;
	line-height: 1.5em;
	 }

h1 {font-size: 13pt;}
h2{ font-size: 11pt;}

#navcontainer, #content img, .collage {display: none !important;}

#container {
	float: none !important;
	margin: 0px; 
	padding: 0px;
	border: 0;
	background: transparent none;
}

#content { float: none !important; 
border: 0; 
padding: 0; 
margin: 0;
width: 75%;}

#sidebar {position: absolute;
	top: 160px;
	left: 80%;
	margin:0;
	padding:0px 5px;
	text-align:left;
	}

#sidebar .head,#sidebar p {border: 0;}
blockquote, .quote, .author, #sidebar img {display: none;}


 a {	color: #900;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	}

#footer {font-size: 80%; width: 70%; border-top: 1px solid black; margin: 0px; padding: 10px 0 0 0;}



