/* ---- Printable ---- */
/* ---------------- */

body, #wrapper, 
#header, #content {
  	width: auto;
}
	
body {
	font: 10pt "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	width: auto !important;
}
	
#wrapper {
	width: 90% !important;
}
	

/* links
-------------------------------------- */

a:link { color: #336699 }
	
a:visited { color: #336699; }
	
a:hover, a:active { color: #000; }


/* typography
-------------------------------------- */

h1 { 
	margin: 0 0 1em 0; 
	padding: 0;
	font-size: 190%;
	color: #000;
	letter-spacing: none;
	line-height: 1.25em;
}

h2, #contentOne h2, #contentTwo h2, #contentThree h2, #contentFour h2 { 
	margin: 0 0 .5em 0; 
	padding: 0;
	font-size: 140%;
	color: #003366;
	background: none;
}

#contentOne h2, #contentTwo h2, #contentThree h2, #contentFour h2 { height: 0;}
 
h4 { 
	margin: 0 0 .5em 0; 
	padding: 0;
	font-size: 120%;
	color: #6699cc;
	line-height: 1.25em;
}	

p { margin: 1.5em 0; padding: 0; }
 	
/* ---- lists ---- */

ul {
	margin: 0 1em 1.5em 1.5em;
	padding: 0;
	}
	
li {
	margin: 0 0 .25em 0;
	padding: 0;
	}


/* ---- header  ---- */

/* ---- navigation ---- */

#nav, #globalNav, #date, #photo { display: none; }


/* ---- footer ---- */
	
#footer { display: none; }

/* ---- columns ---- */

#leftcolumn, #rightcolumn { display: none; }