/* tested with: */
/* on mac osx: safari 1.2.2, camino 0.8b, mozilla 1.7, firefox 0.9, omniweb 4.5, ie 5.2.3, */
/* on mac os9: ns 7.0.2, ie 5.1.6, */
/* on win98:  ie 6.0.2800, ns 7.0.1, moz 1.6, firefox 0.9, opera 7.03, */

/* ie5 win - grrr - start */
body { 
	font: small serif;
   margin: 0px; 
	padding: 0px; 
	color: #000;
	background-color: White;
	text-align: left; 
	}
/* ie5 win - grrr - end */
 
/* opera - grrr - start */
html>body {
	font-size: small;
	}
/* opera - grrr - end */

/* start of the real css */

/* basic elements */
body { 
	color: #444; 
	background-color: #edf6e3;
 	background-image: url(../images/page.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 11px; 
	line-height: 14px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida,
     Arial, Helvetica, sans-serif; 
	text-align: left;
  	margin: 0px; 
	padding: 0px;
	}
	
p {
	font-size: 11px; 
	line-height: 14px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}
	
h1, h2, h3 {
	font-size: 11px; 
	line-height: 14px;
	font-weight: bold; 
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6faf30;
	}
	
a:visited
	{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #7fc937;
	}
	
a:active { 
	text-decoration: underline; 
	color: #4f711f;
	}
	
ul {	
	margin: -5px 5px 5px 5px; 
	padding: 0px 20px 0px 15px;
	}
	
li {
	margin: 5px 0px 0px 0px; 
	padding: 0px 20px 0px 0px;
	font-size: 11px; 
	line-height: 14px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-align: left; 

}	

/* major divs */
#container { 
	width: 700px; 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}

#intro {
 	width: 450px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
#supportingText {
 	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	}
	
#linkList {
  	position: absolute;
  	top: 255px;
  	left: 0px;
 	width: 220px;
	margin: 0px 0px 0px 482px;
	padding: 0px 0px 0px 0px;
	}

/* minor divs */
#pageHeader {
 	width: 700px;
 	height: 20px; /* strange but ie6 needs this */
 	background-image: url(../images/green.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 0px;    
	border-right: 1px solid #aaa;    
	border-bottom: 1px solid #aaa;    
	border-left: 1px solid #aaa;    
	margin: 0px 0px 0px 0px; 
	padding: 224px 0px 0px 0px;
	}
	
#pageHeader h1 {
 	width: 600px;
	color: #fff;
	font-size: 24px; 
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -30px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
	
#pageHeader h2 {
 	width: 600px;
	color: #fff;
	font-size: 11px; 
	line-height: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 3px;
	text-transform: uppercase;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 4px;
	}
		
#quickSummary {
 	width: 450px;
 	background-image: url(../images/s3.gif);
	background-position: top center;
	background-repeat: repeat;
	background-color: #284C00;
	border: 1px solid #aaa;    
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	}

#preamble {
 	width: 450px;
	border: 1px solid #aaa;    
 	background-image: url(../images/3l.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 20px 10px;
	}
	
#explanation,
#participation,
#benefits,
#requirements,
#requirements2,
#requirements3 {
 	width: 450px;
	border: 1px solid #aaa;    
 	background-image: url(../images/3l.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;	
	margin: 10px -10px 0px -10px;
	padding: 10px 10px 20px 10px;
	}
	
#footer {
 	width: 450px;
	border: 1px solid #aaa;    
 	background-image: url(../images/s1.gif);
	background-position: center center;
	background-repeat: repeat;
	background-color: #284C00;	
	margin: 10px -10px 20px -10px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	}

#signature {
	background-image: url(../images/glsig2.gif);
	background: url(../images/glsig2.gif) no-repeat;
	}
	
#explanation p,
#participation p,
#benefits p,
#requirements p,
#requirements2 p,
#requirements3 p,
#preamble p {
	padding-bottom: 8px;
	text-align: left;
	}

#preamble h3,
#supportingText h3 {
	color: #284C00;
	background-color: #ddd;
 	background-image: url(../images/s2.gif);
	background-position: bottom center;
	background-repeat: repeat;
	font-size: 11px; 
	line-height: 16px;
	text-transform: uppercase;
	margin: -10px -10px 4px -10px;
	padding: 4px 4px 4px 10px;
	}

#preamble .p5 {
	padding-top: 8px;
	padding-bottom: 12px;
	text-align: center;
	}


#benefits .p5 {
	margin: 0 15% 0 15%;
	text-align: center;
}
#requirements2 .p5 {
	margin: 0 10% 0 10%;
	text-align: center;
}
#requirements3 .p5 {
	margin: 0 10% 0 10%;
	text-align: center;
}
	
#quickSummary .p1 { 
	color: #fff ! important;
	font-size: 10px ! important;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#quickSummary .p2 { 
	color: #fff ! important;
	font-size: 10px ! important;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#linkList ul {
	border-top: 1px dotted #ccc;
	margin: 5px 5px 0px 5px; 
	padding: 0px 0px 0px 0px;
	}
	
#linkList li {
	display: block;
	list-style-type: none;
	color: #6c9e2d;
	background-color: #f8f8f8;
	font-size: 11px; 
	line-height: 14px;
	font-weight: normal; 
	font-style: italic;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-align: left; 
	border-bottom: 1px dotted #ccc;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}
	
#linkList li a:link,
#linkList li a:visited, 
#linkList li a:active {
	font-style: normal;
	padding-right: 5px;
	}
	
.c { 
	color: #006400;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight: bolder ! important;
	font-style: normal ! important;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
	}

.highlight {
	background-color: Yellow;
	font-weight: bold;
}

.red {
	color: Red;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.redbold {
	font-weight: bold;
	color: Red;
}

.underline {
	border-bottom: 1px solid Black;
}

#linkList h3  { color: #7fc937; font-size: 11px; font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 16px; background-color: #ddd; background-repeat: repeat-x; background-position: right center; text-align: left; text-transform: uppercase; margin: 0; padding: 3px 5px; border-bottom: 1px solid #aaa }
	
#lselect,
#lfavorites,
#larchives,
#lresources {
	background-image: url(../images/1l.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #aaa;    
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
	}
	
/* hovers */

/* forms */
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  }

div.row span.formw {
  float: right;
  width: 280px;
  text-align: left;
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  } 

div.spacer {
  clear: both;
  }