/* TTUHSC print style sheet  */
html, body {
	color:Black;
	background:#fff;
	font: 11pt "Times New Roman", Times, serif;
}
table, td {
	width:auto;
	color:Black;
	background-color:White;
	font: 10pt "Times New Roman", Times, serif;
}
td {padding:2px 5px;}
th {color:#000; border-bottom:2px solid #ccc;}

/*
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	text-decoration:none; font-weight:bold;	 
}
*/

#container {width:100%; background: none;}

#masthead {display:none;border:none;background-image:none;text-align:center;width:100%; clear:right;}
#masthead img {
	margin:10px auto;
	padding:0 0 15px 0;
	clear:right;
}

#skipLinks, #globalNav, #sideBar, #crumbs, #footer p, a#homelink {display:none;}
#footer { display:none; }
#content {width:98%; margin:0;padding:5px;float:none;}
#content h1 {clear:left;}
