/* 	Style sheet: print.css
	Site: FaCSIA Annual Report 2006-07
	---------------------------------------------------------------------------------------
*/
/* Hide everything that's not needed in the printout */
.firstlinks {display: none;}
#topnav {display: none;}
#mainnav {display: none;}
#sectionnav {display: none;}
#rtt {display: none;}
#prevnext {display: none;}
#footer p:first-child {display: none;}

/* Styling of the banner */
#banner img {float: left;}
#banner p {text-align: right; font-size: 1.6em;}
#crumbs {clear: both; font-size: .8em;}

/* Display of the href attr of content links (won't work in IE) */
#content a:after {content: " (" attr(href) ") "; font-size: .75em;}

/* Tables */
caption {
	border-top: 1px solid #555;
	text-align: left;
	font-weight: bold;
	padding: 5px;	
}
th {
	border-bottom: 1px solid #555;
	text-align: left;
	font-weight: bold;
	padding: 5px 6px;
}
td {
	padding: 5px; 
	border-bottom: 1px solid #555;
}
/* Block level element styles */
body {font-size: 80%; font-family: Arial, Helvetica, sans-serif;}
h1 {font-size: 1.5em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
p, li {line-height: 1.5em;}
a {padding: 0 2px; text-decoration: none; color: #006999;}

/*********** Custom Styles Below ***********/


