.copyright
{
	color: #000;
	font-size: x-small;
	text-align: center;
}

.illustration
{
	float: right;
	clear: right;
	padding: 8px;
}

.illustration2
{
	float: left;
	clear: left;
	padding: 8px;
}

.popup
{
	font-weight: bold;
	cursor: help;
}

em
{
	font-style: normal;
	font-variant: small-caps;
	font-size: smaller;
}

body
{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	color: black;
	height: 100%;
	text-align: justify;
	min-width: 750px;
}

#container
{
	z-index: 0;
	width: 100%;
	
	padding: 0px;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	border: 0px;
}

#intro
{ 
	float: right;
}

#quickSummary
{
/*	margin: 0px 0px 3px 300px; */
	text-indent: -50px;
	font-weight: bold;
	min-width: 500px;
	max-width: 550px;
	background: transparent;
	margin-left: 100px;
	margin-top: 5px; 
	margin-right: 20px; 
}

#supportingText
{
	width: 75%;
	float: right;
	margin-top: 5px;
	min-width: 650;
	margin-right: 20px;
	text-align: justify;
}

#footer
{
	text-align: right;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1em;
	border-top: 5px solid #036;
	margin: 0px;
	padding: 10px;
}


#SiteMap
{
	z-index: 1;
	position: absolute;
	left: 10px;
	top: 200px;
	width: 150px;
	padding-left: 0px;
	margin: 0px;
	float: left; 
	font-size: smaller;
}

p
{
	font-style: normal;
	font-variant: normal;
	font-size: small;
}

p.note
{
	font-style: italic;
	font-variant: normal;
	font-size: smaller;
}

dd
{
	font-style: normal;
	font-variant: normal;
	font-size: smaller;
}

dt
{
	font-style: bold;
	font-variant: normal;
	font-size: small;
}

li
{
	font-style: normal;
	font-variant: normal;
	font-size: small;
}

h1 {
	color: gray;
}

h3 {
	font-size: medium;
}

h4
{
	font-style: normal;
	font-weight: bold;
	font-size: small;
}

table.standard
{
	border-width: 2px;
	border-style: double;
	border-color: gray;
/*	border-collapse: collapse; */
}

table.classy
{
	border-width: 2px;
	border-style: double;
	border-color: gray;
}

td.primary
{
	padding: 1px;
	font-size: normal;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-family: sans-serif;
}

td.secondary
{
	padding: 1px;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;

}

#box
{
	margin: 20px 20px 20px 20px;
	text-align: left;
	border-style: double;
	font-size: small;
	font-style: italic;
}


