@charset "utf-8";
/* Printable Mode CSS */
/*
Rensselaer red: #e71c2e
*/
body.standard {
	background-color: white;
}
.standard #wrapper {
	background: none;
}
.standard #head {
	position: relative;
	background: url(images/header-printable.png) no-repeat;
	height: 86px;
	width: 839px;
	padding:0px;
	margin: 0px auto;
}
.standard ul#menu {
	display: none;
}
.standard div#quicklinks {
	display: none;
}
a {
	text-decoration: underline;
}
a[href="#top"] {
	display: none;
}
.standard #shadow {
	display: none;
}
.standard #content .bottom_cap, .standard #content .top_cap {
	display: none;
}
#content {
	padding: 10px 8px;
}
#content .main {
	margin: 0;
	padding: 0;
	width: 100%;
}
.standard #content_wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
.standard #footer {
	background: #f3f3f3 url(images/logo-on-white.gif) no-repeat top left;
	height: 149px;
	margin-top: 1em;
}
.standard #footer .watermark {
	background: none;
	margin: 10px;
}
.standard #footer a {
	text-decoration: none;
}
.rounded .tl {
	left: -1px;
	top: -1px;
}
.rounded .bl {
	bottom: -1px;
	left: -1px;
}
.rounded .tr {
	right: -1px;
	top: -1px;
}
.rounded .br {
	bottom: -1px;
	right: -1px;
}
.bubble_menu li {
	margin: 5px 0px 5px 15px;
	width: 45%;
}