/*
University of Pittsburgh
Graduate School of Public Health
Print CSS File
Created: 22 Aug 2007 by Pat Collins <pat@walltowall.com>
Wall-to-Wall Studios, Inc.
*/

@import "reset.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background:white !important;
	color: black !important;
	font-family: "Times New Roman", Times, serif !important;
	line-height: normal;
	page-break-before:avoid;
	page-break-after:avoid;
	page-break-inside:avoid;
	overflow: visible;
}

acronym, abbr {
	font-style:normal;
}

a {
	color:blue !important;
	text-decoration: underline;
}

#header, #menu, #cantini, #featured, #side, #footer {
	display:none;
	float: none !important;
}
body {
	margin: 0px;
	padding: 1px;
}
#section_name, #page_title {
	width: auto;
}
#content{
	width: 100%;
	font-size: 12px;
	position: relative;
	float: none !important;
	overflow: visible !important;
}
table {
	width: auto !important;
}
