/*
CSS Document and design created by the University of Waterloo as part of the
UW Global XHTML/CSS template - This style sheet controls printing.
Copyright 2008 University of Waterloo
*/

/* You may copy any part of this file */

/* this is for printing only */
/* updated August 25, 2008 http://webops.uwaterloo.ca */
/* W3 valid CSS */

body {
	width: 100%;
	border: none;
	background: none;
	margin: 0;
	font-size: 11pt;
}
/* addition required for UWlogo alignment for IE printing */
#uwlogo {
	position:absolute;
	left: 22px;
	top: 4px;
	margin-left:0px;
}
/* add #docnav to remove "Link back to where you came from" link in print view (Jan. 2009)*/
#searchbox, #primarynavarea, #secondnavarea, #docnav {
	display: none;
}
#wrapper, #header, #contentbar, #primarycontarea, #primarycontent, #footer {
	width: 100% !important;
	border: none;
	background: none;
	margin: 6pt 0;
	padding: 0;
}
#header {
	padding-bottom: 6pt;
	border-bottom: 1pt solid #000;
}
#wordmark {
	border: none;
}
#contentbar {
	color: #000;
}
#contentbar h2 {
	text-indent: 0;
	margin: 0;
	padding: 0;
}
#primarycontarea h1, #primarycontarea h2, #primarycontarea h3, #primarycontarea h4, #primarycontarea h5, #primarycontarea h6, #primarycontarea p {
	color: #000;
}
#primarycontarea, #footer {
	border-top: 1pt solid #000;
}

#footer a {
	color: #000000;
	text-decoration: underline;
}
#departmentaddress p {
	padding: 6pt 0;
}
