html, body
{
	margin: 0px;
	padding: 0px;
}
body
{
	background: #FFFFFF url('fade_top.png') repeat-x top;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

a:link, a:visited, a acronym
{
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, a acronym:hover
{
	color: #333333;
	text-decoration: underline;
}
.accesskey
{
	text-decoration: underline;
}
acronym
{
	color: #333333;
	text-decoration: none;
	border-bottom: none;
}

div#container
{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}

div#intro
{
	position: relative;
	width: 100%;
	margin: auto;
	padding: 210px 0px 0px 0px;
	background: transparent url('header.png') no-repeat top center;
}

div#pageHeader
{
	display: none;
}

div#quickSummary, div#supportingText
{
	display: block;
	width: 100%;
	background: transparent;
}
div#quickSummary .p1
{
	display: block;
	width: 450px;
	margin: 10px auto 0px auto;
	padding: 0px 300px 0px 0px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}
div#quickSummary .p2
{
	display: block;
	width: 450px;
	margin: 10px auto 10px auto;
	padding: 0px 300px 0px 0px;
	text-align: center;
	font-size: 10pt;
}

div#supportingText div, div#preamble
{
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: transparent;
}
div#supportingText div h3 span, div#preamble h3 span
{
	display: none;
}
div#supportingText div p, div#preamble p
{
	display: block;
	padding: 0px;
	margin: 15px 250px 0px 0px;
	font-size: 10pt;
	text-align: justify;
}
div#supportingText div h3, div#preamble h3
{
	display: block;
	width: 500px;
	height: 27px;
	margin: 30px 250px 0px 0px;
	padding: 0px;
}
div#preamble h3
{
	background: url('header_enlightenment.png') no-repeat top left;
}
div#explanation h3
{
	background: url('header_what.png') no-repeat top left;
}
div#participation h3
{
	background: url('header_participation.png') no-repeat top left;
}
div#benefits h3
{
	background: url('header_benefits.png') no-repeat top left;
}
div#requirements h3
{
	background: url('header_requirements.png') no-repeat top left;
}

div#requirements .p5
{
	display: block;
	width: 750px;
	padding: 0px;
	margin: 50px 0px 0px 0px;
	font-size: 8pt;
	text-align: center;
}
div#footer
{
	display: block;
	width: 750px;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	text-align: center;
}

div#extraDiv1
{
	display: block;
	z-index: -1;
	width: 100%;
	height: 300px;
	padding: 0px;
	margin: -300px 0px 0px 0px;
	background: transparent url('fade_bottom.png') repeat-x bottom;
}
div#extraDiv1 span
{
	display: block;
	width: 100%;
	height: 300px;
	padding: 0px;
	margin: 0px;
	background: url('footer.png') no-repeat bottom right;
}

div#linkList
{
	display: block;
	position: absolute;
	left: 50%;
	top: 325px;
	width: 250px;
	margin: 0px 0px 0px 125px;
	padding: 0px;
}
div#linkList2
{
	display: block;
	width: 222px;
	margin: 0px 10px 0px 20px;
	padding: 0px;
	background: url('linklist_background.png') repeat-y top center;
}

div#lselect, div#larchives
{
	display: block;
	width: 222px;
	margin: 0px;
	padding: 0px;
}
div#lresources
{
	display: block;
	width: 222px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 100px;
	background: url('linklist_bottom.png') no-repeat bottom center;
}

div#linkList2 div h3
{
	display: block;
	width: 222px;
	height: 24px;
	margin: 0px;
	padding: 0px;
}
div#linkList2 div h3 span
{
	display: none;
}
div#lselect h3
{
	background: url('linklist_select.png') no-repeat top center;
}
div#larchives h3
{
	background: url('linklist_archives.png') no-repeat top center;
}
div#lresources h3
{
	background: url('linklist_resources.png') no-repeat top center;
}

div#linkList2 div ul
{
	display: block;
	margin: 0px;
	padding: 0px;
}
div#linkList2 div ul li
{
	display: block;
	width: 218px;
	margin: 0px 2px;
	padding: 7px 0px;
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	background: transparent;
	font-size: 8pt;
	text-align: center;
	list-style: none;
}
div#linkList2 div ul li:hover
{
	display: block;
	width: 218px;
	margin: 0px 2px;
	padding: 7px 0px;
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	background: #FFFFFF;
	font-size: 8pt;
	text-align: center;
	list-style: none;
}

div#linkList2 div ul li a.c
{
	color: #666666;
	text-decoration: underline;
}
div#linkList2 div ul li a.c:hover
{
	color: #333333;
	text-decoration: underline;
}