/* faculty print style sheet*/

body {
	margin: 0;
	background-color: #fff;
	width: 100%;
	font-size: 12px;
	font-family: Georgia, serif;
	color: #000;	
	line-height: 18px;
}


a:link, a:visited {
	color: #006399;
	background: transparent;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}

img, #topnav, div#sidebar, div#footer  {
	display:none;
}

div#container {
	width: 100%;
}

div#masthead a img {
	display:block;
}

