body {
	font-family: "Times New Roman", Times, serif;
	font-size:76%;
	background-color: #F8BA19;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

p {
	padding-left: 15px;
	padding-right: 15px;
}
h1 {
	text-indent: -2000px;
}
h2 {
	text-indent: -2000px;
}



#container {
	padding-left:150px;
	width:62%;
	padding-bottom:30px;
	z-index: 2;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
}



/* ------------------------------------------------------------------------------------------------------ */

#quickSummary {
	width:400px;
	padding-bottom:10px;
	padding-left: 130px;
}
#preamble{
	width:40%;
	float:left;
	padding-bottom:7%;
	background-image: url(images/head_preamble.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #F8A100;
}

#preamble h3 {
	text-indent: -2000px;
	background-image: url(images/css_16.gif);	
	background-repeat: no-repeat;
	background-position: right top;
	height:47px;
	margin-top: 0px;
}

/* ------------------------------------------------------------------------------------------------------ */
#supportingText{
	width:59%;
	position:relative;
	padding-bottom:17%;
	float: right;
	background-color: #F8A100;
	background-image: url(images/css_14.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#explanation{
	background-image: url(images/css_07.gif);	
	background-repeat: no-repeat;
	background-position: left top;
	
	
}
#explanation h3{
	text-indent: -2000px;
	background-image: url(images/css_16.gif);	
	background-repeat: no-repeat;
	background-position: right top;
	height:47px;
	margin-top: 0px;
}
#participation{
	background-image: url(images/head_participation.gif);	
	background-repeat: no-repeat;
	background-position: left top;
	
}
#participation h3{
	text-indent: -2000px;
	background-image: url(images/css_11.gif);	
	background-repeat: no-repeat;
	background-position: right top;
	height:43px;
}
#benefits{
	background-image: url(images/head_benefits.gif);	
	background-repeat: no-repeat;
	background-position: left top;
	
}
#benefits h3{
	text-indent: -2000px;
	background-image: url(images/css_11.gif);	
	background-repeat: no-repeat;
	background-position: right top;
	height:43px;	
}
#requirements{
	background-image: url(images/head_requirements.gif);	
	background-repeat: no-repeat;
	background-position: left top;
}
#requirements h3{
	text-indent: -2000px;
	background-image: url(images/css_11.gif);	
	background-repeat: no-repeat;
	background-position: right top;
	height:43px;
}
#footer{
	text-align: center;
	
}


/* ------------------------------------------------------------------------------------extra images------------- */

#extraDiv1 {
	width:156px;
	height:210px;
	position: absolute;
	background-image: url(images/css_04.gif);
	z-index: 0;
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 241px;
}
#extraDiv2 {
	width:164px;
	height:189px;
	position: absolute;
	background-image: url(images/extra_div2.gif);
	z-index: 0;
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 427px;
}
#extraDiv3 {
	width:100%;
	height:600px;
	z-index: 0;
	left: auto;
	position: relative;
	top: 800px;
	background-image: url(images/extra_div3.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#extraDiv4 {
	width:97px;
	height:200px;
	z-index: 0;
	left: 68px;
	position: absolute;
	top: 677px;
	background-image: url(images/extra_div4.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* --------------------------------------------------------------------------------links---------------------- */

ul {
	padding-right: 15px;
	color: #F8BA19;
	line-height: 20px;
	list-style-type: none;
	list-style-position: outside;
}
#lselect ul {
	padding-right: 15px;
	color: #F8BA19;
	line-height: 20px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet_star.gif);
}
h3.select {
	background-image: url(images/head_flare3.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 0px;
	text-indent: -2000px;
	height: 47px;
}

h3.archives {
	background-image: url(images/head_archives.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 0px;
	text-indent: -2000px;
	height: 40px;
}
h3.resources {
	background-image: url(images/head_resources.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 0px;
	text-indent: -2000px;
	height: 40px;
}
#lresources {
	background-image: url(images/footer_linklist2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 40px;
}
#linkList {
	background-image: url(images/footer_linklist.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	position:relative;
	background-color: #3FA4B7;
	float:left;
	top: -15px;
	width:40%;
}
#linkList2 {
	background-image: url(images/head_linklist.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
}

a,a:link,a:visited,a:active {
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 110%;
}

a:hover {
	color:#F8BA19;
	font-size: 110%;
}

