html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: ;
	background: # url(../index.html) bottom right fixed;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF6666;
}



p {
	text-align: justify;
	width: 380px;
	margin: 0px;
}

h1,h2,h3 {
	margin: 0px;
}

acronym {
	color: #FFCC33;
	font-weight: bold;
	font-style: oblique;
	border: 0px;
}

a:link {
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
}

a:visited{
	color: #FF0000;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF0000;
	border-bottom: 2px dashed #FF0000;
}

/*End Links*/


/* --Container-- */
#container {
	width: 560px;
	margin-left: 400px;
	padding-left: 50px;
}

#quickSummary{
	padding: 0px 0px 0px 5px;
	margin: 0px 1px 10px 0px;
	background-image:  url(../index.html);
	background-repeat: no-repeat;
	width: 325px;
	height: 30px;
}

/*hidden text for image*/
#pageHeader h1 span, h2 span {
	display: none;
}

/* --Hide quicksummary Text-- */
#quickSummary .p1 span{
	display: none;
}

#quickSummary .p2 {
	text-transform: uppercase;
	font-size: 12px;
}

#pageHeader {
	background-image: url(bubblegum54.jpg);
	background-repeat: no-repeat;
	height: 409px;
	width: 619px;
	margin: 0px;
	padding: 0px;
}


#preamble h3 span {
	display: none;
}

#explanation h3 span {
	display: none;
}

#participation h3 span {
	display: none;
}

#benefits h3 span {
	display: none;
}

#requirements h3 span {
	display: none;
}


#preamble h3 {
	background-image: url(road1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 400px;
}

#explanation h3 {
	background-image: url(so1.jpg) ;
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 400px;
}

#participation h3 {
	background-image: url(par2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 325px;
}

#benefits h3 {
	background-image: url(ben3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 325px;
}

#requirements h3 {
	background-image: url(rec4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 325px;
}

/* --Link Menu Position on Right-- */

#linkList { 
	position: absolute; 
	top: 300px;
	margin-left: 400px;
	width:240px;
	}
	
#linkList a{
	display: inline;
	}

#linkList2 {
	font-size: 12px;
	padding: 10px;
	margin-top: 150px; 
	width:240px; 
	}
#linkList h3.select { 
	background:  url(disc.jpg) no-repeat top left; 
	margin: 0px 0px 5px 0px; 
	width: 195px; 
	height: 30px; 
	}
#linkList h3.select span {
	display:none
	}

#linkList h3.archives { 
	background:  url(look.jpg) no-repeat top left; 
	margin: 15px 0px 5px 0px; 
	width: 195px; 
	height: 30px; 
	}
#linkList h3.archives span {
	display:none
	}
	
#linkList h3.resources { 
	background:  url(arch.jpg) no-repeat top left; 
	margin: 15px 0px 5px 0px; 
	width: 195px; 
	height: 30px; 
	}
	
#linkList h3.resources span {
	display:none
	}

#linkList ul {
	margin: 0px;
	padding: 0px;
	}
	
#linkList li {
	line-height: 2ex; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
	
#linkList li a:link { 
	color: #FF3300;
	}
	
#linkList li a:hover { 
	color: #FF0000;
	}
	
#linkList li a:visited {
	color: #FF0000;
	}
	
#linkList li a.c{
	color: #FF33OO;
	font-size: 12px;
	font-weight: none;
}

/*footer*/

#footer {
	background-image: url(footer2.jpg);
	background-repeat: right-bottom;
	background-position: right-bottom;
	height: 203px;
	width: 809px;
	margin: 30px 0px 0px;
	text-align: left;
}

#footer a {
	cursor: help;
	font: 0.8em "Arial", "Arial", serif;
	text-transform: uppercase;
	color: #FFCC00;
	font-weight: bold;
}

#footer a:hover {
	color: #FFCC00;
	border: 0px;
	font-weight: bold;
}
/*YAY IM DONE!!!!!*/

