html, body {
	background: url(images/bg.gif) left top repeat-y #fff;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Lucida Sans, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

div#pageHeader h1, div#pageHeader h2, div#linkList h3 {
	display: none;
}

div#container {
	display: block;
}

div#intro {
	display: block;
}

@media screen {
	div#pageHeader, div#quickSummary {
		position: fixed;
	}
		
	* html div#pageHeader, * html div#quickSummary {
		position: absolute;
	}
}

div#pageHeader {
	left: 0px;
	top: 0px;
	width: 200px;
	height: 320px;
	}

div#quickSummary {
	left: 5px;
	top: 350px;
	width: 220px;
	color: #FFE6F0;
	font-size: 12px;
	padding: 5px;
	padding-right: 5px;
}

div#quickSummary a {
	font-weight: bold;
	color: #FFE6F0;
}

div#quickSummary a:hover {
	color: #000;
}

div#preamble, div#supportingText {
	margin-left: 500px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	}

div#preamble a:hover, div#supportingText a:hover {
	color: #FFF;
}

div#preamble abbr, div#preamble acronym, div#supportingText abbr, div#supportingText acronym {
	border-bottom: 1px dotted #000;
}

div#footer a:hover {
	color: #000;
}

div#linkList {
	position: fixed;
	left: 281px;
	margin: 0;
	top: -1px;
	width: 210px;
	}





