/*
	TAT Print Style Sheet Styles: Jan 2005
	Definitions for printing an HSC web page.
*/

/* HTML Tag Definitions */
body {
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	}
p { font-family: "Times New Roman", Times, serif; }
h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 14pt; color: #000; }
h2 { font-size: 13pt; color: #000; }
h3 { font-size: 13pt; color: #333; }
h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #333; }
a { text-decoration: underline; color: blue; display:none; }
a:after { content: " <" attr(href) "> "; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
img { border: none; }

/* Useful Class Definitions */
.clear_line {width: 0px; margin: 0px; padding: 0px; border: 0px; height: 0px; line-height: 0px; clear: both; display: block;}
.left { float: left; text-align: left; }
.right { float: right; text-align: right; }
ul.nobullet { list-style-type: none; }
.pullquote { 
	margin: 5px 0px;
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	color: black;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.image_container {
	margin: 5px;
	padding: 5px;
	float: right;
	text-align: center;
	font-size: .8em;
}

/* Page Layout IDs and Definitions */

/* TAT Logo Bar */
#tat_navlogo {
	margin: 0px;
	padding: 0px;
	width: auto;
}
#tat_navlogo h1 { font-size: 16pt; }
#tat_navlogo img { display: none; }

/* Site Content Container, a holder for Site Specific Content */
#site_container, #site_container_3s, #site_container_4s {
	margin: 0px;
	padding: 0px;
	width: auto;
	}
	
/* Site Banner, an optional site banner (Optional) */
#site_banner {
	margin: 0px;
	padding: 0px;
	width: auto;
}
#site_banner h span { font-size: 14pt; font-weight: bold; }
#site_banner img { display: none; }

/* Content Container (keeps all the pieces in place) */
#whole, #full_column, #multi_column_container, #multi_column_left, #multi_column_right { margin: 0px; padding: 0px; }

/* Site Navigation */
#site_nav { display: none; }
#tat_topnav { display: none; }

/* HSC Footer */
#tat_footer { display: none; }