/* Academic Computing Services
 * Styles for Print - print.css 
 * Note: Selectors semantically ordered, declarations alphabetical
 */

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    margin: 0;
	padding: 0;
    
}
#skipnav { display: none; }
h1 { 
	font-size: 1.4em;
	display: block; 
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 1.2em;
	display: block; 
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0 0 5px 0;
}
h3 {	
	border-bottom: 1px solid #ccc; 
	padding-bottom: 5px; 
	margin-bottom: 5px;
}
h4 {
	padding-bottom: 0; 
	margin-bottom: 0; 
}
#contentleft {
	background: transparent;
	float: left;
	height: 100%;
	margin-right: 10px;
	width: 300px;
}
#contentright {
	background: transparent;
	float: left;
	height: 100%;
	margin-right: 10px;
	width: 300px;
}
#header img, #menu, #highlight, #sidebar { 
	display: none; 
}
#footer {
	border-top: 1px dashed #ccc;
	clear: both;
	padding-top: 20px;

}
.smap {
	clear:both;
	display: block;
	height: 396px;
	width: 366px;
}
