/* CSS Document */

/* *** GLOBAL TAGS ************************************* */

* {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #ffccff;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(backgroundv1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #993366;
}

h3 {
	color:#FFFFFF;
	text-align:center;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	text-align: justify;
}

p, ul, li {
	margin-top:10px;
}

div {
	margin-top:10px;
}

/* *** SPECIFIC DIVS ************************************ */

#container {
	position:absolute;
	left:50%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:-400px;
	width:700px;
}

#intro {
	padding-top:290px;
	width:550px;
	float:left;
	text-align:left;
}

#pageHeader {
	height:10px;
	margin-bottom:30px;
}

#pageHeader h2 {
	font-size:100%;
	color:#FFFFFF;
}

#supportingText {
	top:650px;
	padding-right:0px;
	width:550px;
	float:left;
}

#linkList {
	width:190px;
	float:left;
	text-align:center;
	position:absolute;
	top:351px;
	left:86.7%;
}

#quickSummary {
	width:480px;
}

#footer {
	text-align:center;
	margin-top:40px;
	margin-bottom:50px;
}

/* *** IMAGE REPLACEMENT HEADERS *************************** */

#preamble {
	background-image:url(h1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:80px;
}

#explanation {
	background-image:url(h2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:70px;
}

#participation {
	background-image:url(h3.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:80px;
}

#benefits {
	background-image:url(h4.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:70px;
}

#requirements {
	background-image:url(h5.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:80px;
}

#lselect {
	background-image:url(l1.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#lselect h3 {
	text-indent:-9000px;
	margin-bottom:50px;
}

#larchives {
	background-image:url(l2.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#larchives h3 {
	text-indent:-9000px;
	margin-bottom:25px;
}

#lresources {
	background-image:url(l3.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#lresources h3 {
	text-indent:-9000px;
	margin-bottom:25px;
}

#pageHeader h1 span, #preamble h3 span, #explanation h3 span, #participation h3 span, 
#benefits h3 span, #requirements h3 span {
	display:none;
}



/* *** LINKS STYLES ************************************* */

#intro a:link, a:visited {
	color: #663366;
	text-decoration: none;
}

#intro a:hover, a:active {
	color: #993366;
	text-decoration: none;
}

#supportingText a:link, a:visited {
	color: #663366;
	text-decoration: none;
}

#supportingText a:hover, a:active {
	color: #993366;
	text-decoration: none;
}

#quickSummary a{
	display:inline;
}

#participation a{
	display:inline;
}

#requirements a{
	display:inline;
}

#footer a{
	display:inline;
	font-size:70%;
}

#linkList li {
	color:#cc99cc;
	display: block;
	font-size:70%;
}

#lselect ul, li, a{
	display:block;
	color:#FFCCFF;
	text-decoration:none;
}

#lselect a:visited{
	display:block;
	color:#FFCCFF;
	text-decoration:none;
}

#lselect a:hover, a:active {
	color:#ffffff;
	display:block;
	text-decoration:underline;
}

#larchives ul, li, a{
	display:block;
	color:#FFCCFF;
	text-decoration:none;
}

#larchives a:visited{
	display:block;
	color:#FFCCFF;
	text-decoration:none;
}

#larchives a:hover, a:active {
	color:#ffffff;
	display:block;
	text-decoration:underline;
}

#lresources ul, li, a{
	display:block;
	color:#FFCCFF;
	text-decoration:none;
}

#lresources a:visited{
	display:block;
	color:#FFCCFF;
	text-decoration:none;
}

#lresources a:hover, a:active {
	color:#ffffff;
	display:block;
	text-decoration:underline;
}
