
body
{
	background-color: #fff;
	color: #000;
	font-size: 75%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#accessibility, #divisions ul li a span, .quote1 p, .quote2 p {
	position: absolute; left: -9999px;
}

#canvas {

}

#header {
	display: none;
}

#branding {
	display: none;
}

#divisions {
	display: none;
}

#page {
	width: 19cm;
	background: #fff;
	border: 1px solid #DEDEDE;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}

#navigation {
	display: none;
}



#content div {
	padding: 0 22px 20px 22px;
}

#content div h1 {
	position: relative;
	margin: 0; padding: 0;
	height: 84px;
	line-height: 300%;
	background: url(../img/hr.gif) repeat-x bottom;
	font-size: 1.6em;
	font-weight: normal;
}

#content div h1 em {
	position: absolute;	
	left: 0;
	top: 20px;
	color: #A5A5A5;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	background-color: inherit;
}

#content div h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	color: #4D4D4D;
	background-color: #fff;
}

#content div p {
	font-size: 0.9em;
	color: #999999;
	line-height: 140%;
	background-color: #fff;
}



.pageborder {
	clear: both;
	display: block;
	width: 848px;
	height: 1px;
	background-color: #fff;
	color: #999999;
}

#footer {
	display: none;
}

