/**
 * CSS print styles for The Assessment Triangle
 * Ian Phillip for SIESWE, 2006
 */

body, html {
	font: 1em/1 "Lucida Grande","Bitstream Vera Sans",Verdana,sans-serif;
	background: white;
	color: black;
}
a:link, a:visited {
	color:  black;
	text-decoration:  none;
}
abbr, acronym { border: none; }
/* navigation & masthead styles ---------- */
#masthead h1 a { 
	color: black;
	font-size: 1.5em;
}
#nav { display: none; }
#skip-nav { display: none; }

/* main content column styles ---------- */
#main h2 {
	margin: 18px 0;
	padding: 0 0 18px 0;
	font-size: 1.25em;
	border-bottom: 1px solid silver;
}
#main h4,
#sidebar h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: -0.8em;
}
p, ul, ol {
	font: 0.8em/1.45 Palatino,Georgia,Times,Verdana,serif;
	margin: 1em 0;
}
#main blockquote {
	margin: 1em 0;
	padding-left: 19px;
	border-left: 1px dotted silver;
	font-style: italic;
	font-size: 0.7em;
	line-height: 1.5em;
}
#main a,
#main a:visited {
	color: black;
	text-decoration: none;
}
#normaVid { display: none; }
div.stretcher {
	font: 1em/1.45 Palatino,Georgia,Times,Verdana,serif;
	margin: 1em 0;
}

/* footer styles ---------- */
#footer {
	margin: 18px 0 0 0;
	border-top: 1px solid silver;
	padding: 18px 0 18px 0;
}
#footer p {
	margin: 0;
	font: 0.6em/1.3 "Lucida Grande","Bitstream Vera Sans",Verdana,sans-serif;
}
#footer p a, #footer a:visited {
	font-weight: normal;
	text-decoration: none;
	color: black;
}
#top { display: none; }