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,h2
{
	position: absolute;
	display: inline;
	color: black;
	background: white;
}
#pageHeader h1
{
	font-size: 20px;
	left: 20px;
	top: 20px;
	padding: 12px;
	border: 1px dashed black;
}
#pageHeader h2
{
	border: 1px solid black;
	font-size: 12px;
	left: 80px;
	top: 60px;
	padding: 3px;
	width: 260px;
}
#pageHeader h3
{
	position: absolute;
	display: inline;
	font-size: 12px;
	font-family: tahoma;
	right: 16px;
	top: 20px;
	padding: 3px;
	width: 420px;
	text-align: right;
}

div#quickSummary, 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: 200px;
	width: 20%;
}
#preamble h3
{
	display: none;
}

div#supportingText
{
	padding-left: 20px;
	margin-top: 20px;
	width: 70%;
	margin-left: 25%;
	margin-right: 0%;
	
}
#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 h3
{
	display: block;
	margin-left: -10px;
	margin-top: 15px;
}
#supportingText h3 span
{
	border: 1px solid black;
	background: #eee;
	padding: 5px;
	width: 90%;
	width: auto;
}
h3
{
	font-size: 0.8em;
}
h3 span
{
	margin: 1px;
}
p, .iL
{
	font-size: 11px;
	line-height: 150%;
	color:#555555;
}
a
{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #6699CC;
}
a:hover
{
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #003366;
}
#lresources a
{
 	color: #003366;
	text-decoration: none;
	border-bottom: none;
}

#qucikSummary a
{
 	color: #003366;
	text-decoration: none;
	border-bottom: none;
}

div#lselect
{
	right: 0px;
	top: 300px;
}

div#lresources
{
	font-size: 11px;
	background: #ffffff;
	right: 0px;
	top: 50px;
	width: 220px;

}

#lresources .iL, #lselect .iL
{
	display: block;
}
