/* TTUHSC print style sheet  */
html, body {
	color:Black;
	background:#fff;
	font: 11pt "Times New Roman", Times, serif;
	padding:0;
	margin:0;
}
table, td {
	width:auto;
	color:Black;
	background-color:White;
	font: 10pt "Times New Roman", Times, serif;
}
td {padding:10pt 0;}
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%;}

#masthead {border:none;background-image:none;text-align:center;width:100%; clear:both;padding:0;margin:0;}
#masthead img {
	/*float:none;*/    /* this will float the image in IE but pushes the image off the page in FF */
	margin:-115px auto 0px 60px;
	padding:0 0 0 0;
	clear:both;
}

#skipLinks, #globalNav, #sideBar, #crumbs, #footer p, a#homelink, .noPrint, .EraiderButton {display:none;}
#footer {border-top:none; padding-top:0; margin-top:0px;}
#content {width:98%; margin:-20px 0 0 0; padding:2px 5px 2px 5px; float:none;}
#content h1 {clear:left;}
form {padding-bottom:0px; margin-bottom:0px;}

/*  this is for the announcement system: crb 3.31.09 */
#container #globalNav, #container #crumbs, #container #skipLinks, form#Form1 #sideBar  {display:none;}
#container #content {width:98%; margin:-20px 0 0 0; padding:2px 5px 2px 5px; float:none;}
#container h1, #container h3 {padding-top:10px; padding-bottom:10px; margin-top:10px; clear:left;}
#container div.cbp h1 {padding-bottom:15px; margin-bottom:0px; clear:right;}