@charset "UTF-8";
/* Print Stylesheet */

/* ------------ Typography/Colors - duplicate of those found in styles.css ------------------ */
body {
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1em;
	font-weight:normal;
	color:#000;
	margin:0;
	padding:0;
	}
	
/* Links */
a {
	text-decoration:underline;
	color:#666;
	}
a img {
	border:none;
	}
	
h2 a {
	text-decoration:none;
	color:#000;
	}
	
#supernav {
	font-size:.8em;
	}
#supernav a {
	color:#AFAFAF;
	text-decoration:none;
	letter-spacing:0.5px;
	}
#mainnav a:link,
#mainnav a:visited {
	color:#FFF;
	background:#1E4F8E;
	line-height:10px;
	text-decoration:none;
	font-weight:bold;
	}
#mainnav a:hover {
	background:#99BDDF;
	}
#body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	line-height:1.5em;
	}

/* -- End Typography/Colors -- */


/* Hidden Elements */
#supernav,
#mainnav,
#centerstage,
#footnav {
	display:none;
	}