/* CSS for CSS Zen Garden */

body{
margin: 0;
padding: 0;
font-family: "Trebuchet MS";
font-size: 75%;
background: transparent url(parchment.gif) repeat;
}
a:link{
color: black;
text-decoration: none;
font-weight: bold;
}
a:visited{
color: black;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: black;
text-decoration: none;
font-style: italic;
}
/* -------------------------------------------- Header */
#container{
background: transparent url(MainScroll.png); no-repeat;
width: 774px;
height: 1670px;
margin-left: auto;
margin-right: auto;
position: relative;
}
#pageHeader{
background: transparent url(pageHeader.png) bottom left no-repeat;
height: 114px;
border-bottom: 2px solid black;
padding: 50px 0 0 0;
margin: 0 0 0 45px;
width: 500px;
}
#pageHeader span{
display: none;
}
#quickSummary p.p1{
background: transparent url(quickSummaryp1.png) center center no-repeat;
height: 54px;
width: 600px;
}
#quickSummary p.p2{
position: absolute;
right: 220px;
top: 110px;
width: 125px;
font-style: italic;
}
#quickSummary p.p1 span{
display: none;
}
/* -------------------------------------------- END Header */

/* -------------------------------------------- Body Content */
#preamble{
width: 535px;
margin: 0 0 0 45px;
}
#preamble h3{
background: transparent url(preambleh3.png) left center no-repeat;
height: 20px;
width: 209px;
border-bottom: 2px solid black;
}
#preamble h3 span{
display: none;
}
#supportingText{
width: 535px;
margin: 0 0 0 45px;
}
#explanation h3{
background: transparent url(explanationh3.png) left center no-repeat;
height: 16px;
width: 174px;
border-bottom: 2px solid black;
}
#explanation h3 span{
display: none;
}
#participation h3{
background: transparent url(participationh3.png) left center no-repeat;
height: 20px;
width: 99px;
border-bottom: 2px solid black;
}
#participation h3 span{
display: none;
}
#benefits h3{
background: transparent url(benefitsh3.png) left center no-repeat;
height: 20px;
width: 60px;
border-bottom: 2px solid black;
}
#benefits h3 span{
display: none;
}
#requirements h3{
background: transparent url(requirementsh3.png) left center no-repeat;
height: 20px;
width: 104px;
border-bottom: 2px solid black;
}
#requirements h3 span{
display: none;
}
/* -------------------------------------------- END Body Content */

/* -------------------------------------------- Select */
#lselect{
position: absolute;
top: 875px;
right: 0px;
width: 175px;
}
#lselect h3{
background: transparent url(lselecth3.png) center center no-repeat;
height: 24px;
}
#lselect h3 span{
display: none;
}
#lselect ul{
list-style-type: none;
padding: 0 0 0 20px;
}
/* -------------------------------------------- END Select */

/* -------------------------------------------- Archives */
#larchives{
position: absolute;
top: 745px;
right: 0px;
color: white;
width: 200px;
}
#larchives h3{
background: transparent url(larchivesh3.png) center center no-repeat;
height: 19px;
}
#larchives h3 span{
display: none;
}
#larchives ul{
list-style-type: none;
padding: 0 0 0 5px;
text-align: center;
}
#larchives a{
color: white;
}
#larchives a:link{
color: white;
text-decoration: none;
font-weight: normal;
}
#larchives a:visited{
color: white;
text-decoration: none;
font-weight: normal;
}
#larchives a:hover{
color: white;
text-decoration: none;
font-style: italic;
}
/* -------------------------------------------- END Archives */

/* -------------------------------------------- Resources */
#lresources{
margin: 80px 0 0 40px;
width: 600px;
}
#lresources h3{
background: transparent url(lresourcesh3.png) center center no-repeat;
height: 16px;
width: 75px;
border-bottom: 2px solid black;
margin-left: auto;
margin-right: auto;
}
#lresources h3 span{
display: none;
}
#lresources ul{
list-style-type: square;
list-style-position: inside;
}
#lresources li{
float: left;
padding: 0 6px;
}
#lresources li:first-child{
list-style-type: none;
}
/* -------------------------------------------- END Resources */

#footer{
position: absolute;
top: 1690px;
width: 535px; 
text-align: center;
}