body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(cssbackgrounds/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 500px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#container {
	position: absolute;
	width: 500px;
	left: 1px;
	top: 17px;
	border: medium solid #000000;
}

a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #000000;
text-decoration: underline;
}


a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #006699;
text-decoration: none;
font-style: italic;
}


a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #CCCCCC;
text-decoration: none;
font-style: italic;
}


a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #CCCCCC;
text-decoration: none;
font-style: italic;
}

#linkList {
	position: absolute;
	width: 300px;
	left: 526px;
	top: 106px;
	border: thin solid #000000;
}

#pageHeader {
	background-image: url(cssbackgrounds/header.jpg);
	height: 208px;
	width: 500px;
	background-repeat: no-repeat;
	
	
}


#pageHeader h1, h2 {
display:none;
}

#preamble h3 {

	height: 51px;
	position: relative;
	
	background-image: url(cssbackgrounds/road.jpg);
	background-repeat: no-repeat;
}

#preamble h3 span {
display: none;
}

#explanation h3 {
	height: 60px;
	background-image: url(cssbackgrounds/so.jpg);
	background-repeat: no-repeat;
}
#explanation h3 span{
display:none
}

#participation h3 {
	margin: 0;
	height: 60px;
	position: relative;

	
	background-image: url(cssbackgrounds/participation.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#participation h3 span {
display: none}
#benefits h3{
	background-image: url(cssbackgrounds/benefits.jpg);
	background-repeat: no-repeat;
	height:51px
	}
#benefits h3 span{
display:none}

#requirements h3{
background-image: url(cssbackgrounds/requierements.jpg);
	background-repeat: no-repeat;
	height: 51px;
	}
#requirements h3 span{
display:none}

#lselect h3 {
	margin: 0;
	height: 51px;
	
	top: 10px;
	background-image: url(cssbackgrounds/select.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 300px;
}

#lselect h3 span {
display: none;
}

#lresources h3 {
	margin: 0;
	height: 60px;
	background-image: url(cssbackgrounds/resources.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 300px;
}

#lresources h3 span {
display: none;
}

#larchives h3 {
	margin: 0;
	height: 60px;
	top: 10px;
	background-image: url(cssbackgrounds/archives.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 300px;
}

#larchives h3 span {
display: none;
}
