body{
	margin: 0px;
	padding: 0px;
	background: white;
	font-family: tahoma;
}

div#pageHeader{
	background: #eeeeee;
	font-family: georgia;
	height: 100px;
	border-bottom: 3px double black;
}
#pageHeader h1,h3{
	position: absolute;
	display: inline;
	color: black;
	background: white;
}
#pageHeader h1{
	font-size: 20px;
	left: 20px;
	top: 20px;
	padding: 12px;
	border: 1px dashed black;
}
#pageHeader h3{
	border: 1px solid black;
	font-size: 12px;
	left: 80px;
	top: 60px;
	padding: 3px;
	width: 300px;
}

div#quickSummary, div#EndSummary, div#preamble, div#lselect, div#lresources{
	background: #eee;
	border: 1px solid black;	
	font-family: verdana;
	position: absolute;
	width: 20%;
	margin: 20px;
	padding: 5px;
}

div#quickSummary{
	top: 110px;
	left: 0px;
}

div#preamble{
	top: 275px;
	width: 20%;
}
#preamble h2{
	display: none;
}

div#EndSummary{
	top: 500px;
	left: 0px;
}

div#supportingText{
	padding-left: 20px;
	margin-top: 20px;
	width: 48%;
	margin-left: 25%;
	margin-right: 25%;
	
}
#footer a{
	border-left: 1px solid black;
	padding-left: 10px;
	position: relative;
	left: -1px;
}
div#footer{
	padding-left: 0px;
}
#supportingText p, #footer{
	font-size: 11px;
	padding-left: 10px;
	border-left: 1px solid black;
	padding-bottom: 10px;
	margin: 0px;
	text-align: justify;
}
#supportingText h2{
	display: block;
	margin-left: -10px;
	margin-top: 15px;
}
#supportingText h2 span{
	border: 1px solid black;
	background: #eee;
	padding: 5px;
	width: 50%;
	width: auto;
}
h2{
	font-size: 0.8em;
}
h2 span{
	margin: 1px;
}
p, .iL{
	font-size: 11px;
	line-height: 150%;
}

a{
	color: #555;
	text-decoration: none;
}

div#lselect{
	right: 0px;
	top: 100px;
}

div#lresources{
	right: 0px;
	top: 120px;
}

#lresources .iL, #lselect .iL{
	display: block;
}
#DocumentManagement{
	font-size: 10px;
}
