/* basic elements */
html, body { 
	font-family: 'Tahoma', sans-serif;
	font-size: small; 
	color: rgb(104,0,0); 
	background: url("body-bg.jpg") rgb(70, 0, 0);
	padding: 0px;
	margin: 0px;
	}

p { 
	font-family: 'Tahoma', sans-serif; 
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 7px; 
	margin-left: 76px;
	margin-right: 30px;
	text-align: left;
	line-height: 130%;
}

h3 { 
	font-family: 'Tahoma', serif;  
	font-size: medium;
	font-stretch: condensed;
	font-style: italic;
	margin-bottom: 10px; 
	color: #7D775C;
	margin-top: 0px;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7D775C;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7D775C;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: navy;
	}

acronym {
cursor: help;
} 

/* specific divs */
#container {
	position: relative;
	width: 720px;
	background: url("container-bg.jpg") rgb(245, 203,144) top left repeat-y;
	border-top: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	border-left: 2px solid white;
	border-right: 3px solid black;
	margin: auto;
	margin-bottom: 0px;
	overflow: hidden; /*needed to avoid horizontal scrollbars that appear in mozilla with margin: auto at 800x600*/
}
		
#pageHeader { 
	width: 720px;
	position: relative;
	height: 140px;
	background: transparent url("header_bg.jpg") top left no-repeat;
	margin: 2px;
	padding-top: 1px;/*needed to account for collapsing margins -- mozilla properly adds extra space on top if no padding is specified*/
	margin-bottom: 0px;
	margin-left: 20px;
	padding-right: 0px;
	z-index: 100
}

#preamble {
	position: relative;
	padding-left: 0px;
	width: 720px;	
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background: transparent url("l.jpg") 25px 35px no-repeat;
}
	
#preamble h3 {
	width: 183px;
	height: 15px;
	background: url("preamb-title.jpg") top center no-repeat;
	margin-left: auto;
	margin-right: auto;
}
	
#preamble	h3 span {
	display: none;
}	
 
#preamble .p3 {
background: url("preamb-bg.jpg") 42% 100%  no-repeat;
padding-bottom: 85px;
}

#preamble p {
	font-variant: small-caps;
	color: #7D775C;
	font-weight: bold;
	font-size: small;
	line-height: 100%;
}

#preamble p.p1:first-letter {
margin-left: -7px;
color: rgb(245, 203,144);
}
	

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */	
#pageHeader h1, h2 { 
	display: none;
}

#quickSummary p.p1 {
	display: none
}

#quickSummary p.p2 {
	display: block;
	position: relative;
	top: 120px;
	bottom: 0px;
	margin: 0px;
	margin-left: 50px;
	padding: 0px;
	text-align: right;
}		
		
#supportingText {
	position: relative;
	padding-left: 0px;
	width: 720px;	
	margin-left: 550px;
	margin-top: -410px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background: transparent url("l.jpg") 25px 35px no-repeat;
}

#supportingText h3 {
	margin-left: auto;
	margin-right: auto;		
}

#supportingText .p1:first-letter { 
margin-left: -7px;
color: rgb(245, 203,144);
display: none;
}

		
#supportingText div {
	padding-left: 0px;
	width: 400px;	
	margin-left: 15px;
	margin-bottom: 45px;
	height: 1%;
}	

#supportingText #footer { 
	text-align: right; 
	padding: 0px;
	width: 640px;
	height: 191px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 1px;
	position: relative;
	background: url("footer.jpg") bottom left no-repeat;
	padding-top: 0px;
}

#explanation {
background: transparent url("t.jpg") 25px 33px no-repeat;
}

#participation {
background: transparent url("g.jpg") 25px 33px no-repeat;
}

#benefits {
background: transparent url("w.jpg") 25px 18px no-repeat;
}

#requirements {
background: transparent url("w2.jpg") 25px 18px no-repeat;
}	
	
#explanation h3 {
	width: 167px;
	height: 22px;
	background: url("what-title.jpg") top left no-repeat;
}

#explanation h3 span{
display: none;
}

#participation h3 {
	width: 90px;
	height: 23px;
	background: url("part-title.jpg") top left no-repeat;
}
#participation h3 span{
display: none;
}

#benefits h3 {
	width: 53px;
	height: 18px;
	background: url("ben-title.jpg") top left no-repeat;
}
#benefits h3 span{
display: none;
}

#requirements h3 {
	width: 90px;
	height: 23px;
	background: url("req-title.jpg") top left no-repeat;
}
#requirements h3 span{
display: none;
}

			
#lselect, #larchives, #lresources {
display: block;
font-size: x-small;
margin-bottom: 20px;
}
	
#footer a {
	position: relative;
	top: 140px;
	right: 60px;
	color: rgb(245, 203,144)
}	

#footer a:hover{
color: #7D775C;
}
		
	
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4 { 
	display:none;
} 