@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
body {
	line-height: 1.88889;
	color: #8FC42B;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #8FC42B;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #999;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #999;
	}
a:hover, a:active {
	text-decoration: none;
	color: #CCC;
	}
acronym {
	border-bottom: none;
	}


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

#intro { 
	min-width: 470px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 {
	margin-top: 10px;
	width: 219px;
	height: 87px;
	float: left;
	color: #8FC42B;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	}
#pageHeader h2 span {
	display:none
	}
#pageHeader {
	padding-top: 20px;
	letter-spacing: 1px;
	color: #8FC42B;
}

#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
#quickSummary p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}
#allpreamble {
	width: 600px;
	padding-bottom: 0;
	margin-left: auto;
	color: #FFF;
	float: right;
	border-right-width: 1px;
	border-left-width: 1px;
}

#preamble {
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #8FC42B;
	float: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8FC42B;
	background-color: #FFF;
	}
#preamble a:link{
	color: #8FC42B;
}
#supportingText {	
	padding-left: 10px; 
	margin-bottom: 40px;
	}
