/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* Green Beauty */
/* CSS done by Jamie Kiely (based on 'Tranquille' by Dave Shea) */
/* Homepage: http://stylise.re-evolutionx.com */

/* basic elements */
body {  
	font: 10pt/13pt "Courier New" Courier monospace;
	color: #225511; 
	background: #98DD46 url("greenimages/bg.gif") repeat-x top left;
	margin: 0px; 
	padding: 0px;
	}
p { 
	font: 10pt/13pt "Courier New" Courier monospace;
	margin-top: 0px;
	margin-left: 20px; 
	text-align: justify;
	}
h3 { 
	font: italic 16pt/24pt "Courier New" Courier monospace; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #444;
	height: 30px;
	padding-left: 40px;
	background: url("greenimages/h3.gif") no-repeat center left;
	}
a:link { 
	border-bottom: 1px dashed #297218;
	text-decoration: none;
	color: #297218;
	}
a:visited { 
	border-bottom: 1px dashed #000; 
	text-decoration: none; 
	color: #000;
	}
a:hover, a:active { 
	border-bottom: 1px dashed #FFF;
	color: #FFF;
	}

acronym {
	cursor: help;
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px dashed #FFF;
}

/* specific divs */
#container { 
	padding: 0px 110px 0px 110px;  
	margin: 0px; 
	}

#intro { 
	min-width: 760px;
	width: 760px;
	margin-top: 0px;
	margin-bottom: 20px;
	}

/* non-specifics */

#pageHeader span {
	display: none;
}

#pageHeader h1 { 
	margin: 0px;  
	text-align: center;
	min-width: 760px;
	height: 400px;
	background: #fff url("greenimages/pageheader.gif") no-repeat top center;
	}

#quickSummary {
	clear:both; 
	margin: 0px 10px 0px 10px; 
	max-width: 500px; 
	width: 500px;
	}
	
#quickSummary p {
	font: 10pt/16pt "Times New Roman", Times, serif; 
	
	}

#preamble {
	clear: both; 
	max-width: 500px; 
	width: 500px;
	padding: 0px 10px 0px 10px;
	}
	
#supportingText {
	clear: both;
	width: 500px;
	padding-left: 10px; 
	}

#footer { 
	border: 1px dashed #297218;
	text-align: center; 
	background-color: #D4F153;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 20px 20px;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}
#footer a:hover { 
	color: #000;
	border-top: 1px dashed #297218;
	border-bottom: 1px dashed #297218;
	}

#linkList {	
	margin: 400px 0px 0px 660px; 
	width: 240px;
	padding-left: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("greenimages/linkbg.gif") repeat-y top left;
	}
	
#linkList2 { 
	font: 10px verdana, sans-serif; 
	padding: 0px; 
	margin-top: 0px; 
	max-width: 180px; 
	}
	
#linkList h3.select { 
	background: transparent;
	margin: 20px 0px 0px 0px; 
	width: 200px;
	padding: 0px;
	}
	
#linkList h3.select span {
	font: italic 16pt/16pt "Times New Roman", Times, serif; 
	}
	
#linkList h3.archives { 
	background: transparent;
	margin: 20px 0px 0px 0px; 
	width: 200px; 
	padding: 0px;
	}
	
#linkList h3.archives span {
	font: italic 16pt/16pt "Times New Roman", Times, serif; 
	}
	
#linkList h3.resources { 
	background: transparent;
	margin: 20px 0px 0px 0px; 
	width: 200px;
	padding: 0px;
	}
	
#linkList h3.resources span {
	font: italic 16pt/16pt "Times New Roman", Times, serif; 
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent url("greenimages/cr1.gif") no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #FFF;
	font-weight: bold;
	}
.floatright { float: right; }

.floatleft { float: left; }
