/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/2.0/ */
/* css Zen Garden - 'Rays of Light', by Jason Cave, http://www.naganooch.com/ */
/* All associated graphics copyright 2004, Jason Cave */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


/* basic TAGS */
body { 
	font: 8pt/16pt Verdana, Arial, Helvetica, sans-serif; 
	color: #cccccc; 
	background: #000 url(bg_tile.gif); 
	margin: 0px;
	padding:0px;
	}
p { 
	margin-top: 0px; 
	
	}
	
acronym {
	font-weight:bold;
	font-style:italic;
	border-bottom:1px dotted;
}
h3 { 
	font: bold 12pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color:#fff;
	}
a:link { 
	font-weight: bold; 
	color:#80CDB9;
	}
a:visited { 
	font-weight: bold; 
	color: #569884;
	}
a:hover, a:active { 
	color: #efefef;
	}
UL{
	margin:1em;
  	padding:0px;
  	list-style:none;
}

LI{
	 background-repeat:no-repeat;
	 background-image:url(arrow_orange.gif);
	 background-position:11px .7em;
  	 padding-left:30px;
	 padding-bottom:2px;
	 font-size:120%;
}

/* container and column divs */
#container { 
	background:#000 url(leaf_back.gif); 
	padding: 0px 0px 15px 0px;  
	margin: 0px auto;
	width:752px;
	position:relative;
	}

#pageHeader { 
	background:#000 url(head_rays.jpg) no-repeat;
	height:353px;
		}

#pageHeader h1 { 
	padding:0px;
	margin:0px 5px 0px 0px;
	background-image:url(title_css.gif);
	height:46px;
	width:373px;
	float:right;
	}
#pageHeader span {
		display:none;
		visibility:hidden;
	}
#pageHeader h2 {
	margin:0px;
	padding:52px 0px 0px 8px;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-style:italic;
	}
#pageHeader h2 span {
	display:block;
	visibility:visible;
}
#quickSummary {
		width:200px;
		position:absolute;
		top:110px;
		left:530px;
		font-size:120%;
		padding:3px;
		/* border:1px dotted #066; */
	}
#quickSummary P {
	
	color:#333;
	
}

#quickSummary A:link{
	/* color:#6666CC; */
	color:#38837D;
}

#quickSummary a:visited { 
	color: #144441;
	}
#quickSummary a:hover, a:active { 
	color: #144441;
	}
	
#preamble {
	 
	width:230px;
	position:absolute;
	top:365px;
	left:10px;
	}
#preamble H3{
	font-size:110%;
	padding:0px 0px 5px 0px;
	
}

#preamble P{
	margin:10px 20px 10px 20px;
	/* border-bottom:1px dotted #999999; */
	padding:0px 0px 0px 3px;
	
}


#main {
	margin:15px 15px 0px 265px;
	padding:20px 0px 0px 0px;
	background:#3a3a3a url(text_hdr_back.gif) repeat-x;
	color:#cccccc;
	border:solid #666666;
	border-width:0px 1px;
	text-align:justify;
	
	
	}

#main H3{
	margin:0px;
	padding:3px 0px;
	color:#fff;
	/* color:#CAB4FB; */
	border-bottom:1px dotted #ccc;
	
}	

#explanation{
padding:10px 10px 0px 10px;
}

#participation{
padding:0px 10px;
}

#benefits{
padding:0px 10px;

}

#requirements{
padding:0px 10px;
}
	
#linkList {
	position: absolute; 
	top: 860px; 
	left:10px;
	
	}
	
#footer { 
	text-align: center;
	border-top:10px solid #1A1A1A;
	background-color:#1F6C67;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList h3{
	padding-bottom:3px;
	border-bottom:1px dotted #999999;
} 

#lselect LI{
	display:block;
	height:auto;
	color:#999999;
	font-size:105%;
	
}

#lselect A{
	
	display: block;
	padding: 0 0 0 0;
	width: auto;
	font-size:120%;
	
}

#lselect a.c:link, #lselect a.c:visited
{
	font-weight: normal;
	display: inline;
	text-decoration:none;
	color:#287F79;
	font-size:100%;
	
}

#larchives LI{
	background:none;
}

#extraDiv1,#extraDiv2,#extraDiv3,#extraDiv4,#extraDiv5,#extraDiv6 { 
	display:none;
	visibility:hidden; 
	}

