@charset "utf-8";

body, 
#container {
	background: #fff;
	float: none;
	margin: 0;
	width: 90%;
	}
h1,
#content {
	margin-left: 25%;
	}
#global-nav,
#sub-nav,
.quiet  {
	display: none; 
}
body {
	font: 1em Helvetica,Arial,clean,sans-serif;
	color: #000; 
}
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica,Arial,clean,sans-serif;
	color: #333;
}
h1 { font-size: 175%; }
h2 { font-size: 135%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 90%; }
h6 { font-size: 75%; font-style: italic; }
a:link, a:visited {
	border-bottom: 1px dotted #999;
	color: #000;
	font-weight: normal;
	text-decoration: none; 
	}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	}