/* =PRINT RULES 	*/
/* ------------------------------ */

@import url("sIFR-print.css");

/* make font size print-friendly */
body {
	font-size: 12pt;
}

/* Hide navigation elements */
.access, #globalnav, #left, #topofpage {
	display: none;
}

#wrapper, #content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
	 content: " (" attr(href) ") ";
	 font-size: 90%;
}

/* visually separate student profile from rest of content */
#right {
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}

.caption {
	font-size: 80%;
}

#center .fs {
	min-height: 121px;
}

#center .fs img {
	float: left;
	margin-right: 5px;
}

#center .fs span {
	display: block;
}
