/*-------------------
Sarah Lawrence College Public Web Site 
Common Print Styles for all level 2 pages
Author: Winston Churchill-Joell <wjoell@sarahlawrence.edu>
Copyright Sarah Lawrence College. All rights reserved
-----------------------------------------------------------*/
#section-sidebar, #utility-bar, #global-navigation, #auxillary-navigation, p.feedback-link {
	display: none;
}
#wrapper {
	width: 99%;
	border: none;
}
body {
	background-color:#fff;
	font: 12pt/1.5em Arial, Helvetica, sans-serif;
	color:#000;
}
body * a {
	color: #333;
	background: none;
	text-decoration: underline;
}
#header {
	background-image: none;
	width: 99%;
	border-bottom: 2px solid #ccc;
}
#content, #main-body, #content-main, #content-sidebar, div.no-content-sidebar #content-main, div.no-section-sidebar #content, div.no-section-sidebar #content-main {
	float: none;
	width: 99%;
	border: none;
	padding: 0;
	overflow: visible;
}
#global-footer, #wayfinding {
	background: #fff;
	color: #333;
	font-size: 80%;
	border: 1px solid #666;
	border-left: none;
	border-right: none;
	padding: 3pt 0;
}
#wayfinding a, #global-footer a {
	text-transform: none;
	color: #000;
	letter-spacing: normal;
}
#wayfinding a:link, #global-footer a:link {
	color: #000;
	text-decoration: none;
}
#wayfinding a:visited, #global-footer a:visited {
	color: #000;
	text-decoration: none;
}
#wayfinding a:hover, #global-footer a:hover {
	color: #000;
	text-decoration: none;
}
#wayfinding a:active, #global-footer a:active {
	color: #000;
	text-decoration: none;
}
ul.multiColumnList li.twoColumn {
	width: 40%;
}
ul.multiColumnList li.lastColumn {
	margin-left: 19%;
	margin-right: 0;
}

