

/*This is the style sheet of the gray-scale  ? (advanced) site.*/

/* $WEFT -- Embedded font created by: dj (design@terrakor.com) on 9/8/2003 -- */
  @font-face {
    font-family: Adler;
    font-style:  normal;
    font-weight: normal;
    src: url(ADLER5.eot);
  }


body { 
	font: 100% "Times New Roman", serif;
	color: black; 
	background: white url(images/waterdropbgrdbig.gif) fixed 0 0 no-repeat;
	margin: 0px; 
	}
	
#container {
	margin-bottom: 300px;
	}

#pageHeader {
	font-family: Adler, serif;

	text-transform: lowercase;
	}
	
h1 {
	background: #000;
	color: #fff;
	width: 325px;
	}
	
#preamble{
	background:  #000000 url(images/waterdropbgrdbigneg.gif) fixed 0 0 no-repeat;
	color: #fff;
	position: absolute;
	left: 10px;
	width: 250px;
	padding: 10px;
	text-transform: none;
	}
	
h2 {
	background:   #000000 url(images/waterdropbgrdbigneg.gif) fixed 0 0 no-repeat;
	color: #fff;
	position: absolute;
	top: 30px;
	right: 10px;
	}
	
h3 {
	font-family: Adler, serif;
	color: #fff;
	font-size: 110%;
	text-transform: lowercase;
	}

#quickSummary {
	background:  #000000 url(images/waterdropbgrdbigneg.gif) fixed 0 0 no-repeat;
	color: #fff;
	position: absolute;
	top: 7em;
	right: 20px;
	width: 250px;
	padding: 10px;
	font-weight: bold;
	}
	
#quickSummary p {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#quickSummary p.p2 span {
	position: absolute;
	top: 8em;
	left: -550px;
	width: 250px;
	display: none;
	}	
	
#supportingText {
	position: relative;
	top: 14em;
	}
	
#explanation h3{
	color: black;
	text-align: center;
	}

#explanation {

	margin-left: 280px;
	margin-right: 225px;
	padding-bottom: 20px;
	z-index: 100;
	}
	
#participation h3{
	color: black;
	text-align: center;
	}

#participation {
	background: transparent url(images/waterdrop.gif) no-repeat top left;

	margin-left: 0px;
	margin-right: 225px;
	z-index: 100;
	padding-left: 254px;
	padding-bottom: 20px;
	}
	
#benefits h3{
	color: black;
	text-align: center;
	}

#benefits {

	margin-left: 290px;
	margin-right: 80px;
	padding-bottom: 20px;
	z-index: 100;
	}

#requirements {

	margin-left: 150px;
	margin-right: 100px;
	background: #000000 url(images/waterdropbgrdbigneg.gif) fixed 0 0 no-repeat;
	color: #FFFFFF;
	z-index: 50;
	padding: 10px;	
	padding-top: 20px;
	padding-bottom: 100px;
	}
	
	
#requirements p.p5 {
	text-align: center;
	padding-bottom: 80px;
	}

#footer {
	background: #000000 url(images/waterdropbgrdbigneg.gif) fixed 0 0 no-repeat;
	color: black;
	position: relative;
	top: -63em;
	left: 20px;
	width: 225px;
	text-align: center;
	z-index: 110;
	}
	
/*#supportingText h3 {
	text-align: center;
	}
	
#supportingText p.p5 {
	text-align: center;
	padding-bottom: 80px;
	}*/


#linkList {
	background:  #000000 url(images/waterdropbgrdbigneg.gif) fixed 0 0 no-repeat;
	position: absolute;
	right: 10px;
	top: 16em;
	width: 198px;
	padding: 10px;
	text-transform: lowercase;
	}
	
#linkList h3 {
	margin-top: 30px;
	margin-bottom: -12px;
	}
	
#linkList h3 span {
	text-indent: 20px;
	}
	
#linkList h3.select {
		margin-top: 0px;
		}
	
#linkList h3.select span {
	display: none;
	}

#lselect li {
	margin-top: 0px;
	margin-bottom: 10px;
	}

/*Link weights, colors, decoration.*/

a {
	text-decoration: none;
	font-weight: bold;
	}

a:link { 
	color: black;
	}
	
#participation a:visited { 
	color: #666666;
	text-decoration: underline; 
	}

#participation a:hover, a:active { 
	text-decoration: none; 
	color: green;
	}
	
#requirements a:link { 
	color: yellow;
	text-decoration: none; 
	}

#requirements a:visited { 
	color: #666666;
	text-decoration: underline; 
	}

#requirements a:hover, a:active { 
	text-decoration: none; 
	color: red;
	}

#footer a { 
	color: white;
		}
	
#footer a:visited { 
	color: #666666;
		}
		
#footer a:hover, a:active { 
	color: blue;
		}
		
#linkList a { 
	color: white;
	}
	
#linkList a:visited { 
	font-weight: normal;
	text-decoration: line-through;
	}
	
#linkList a:hover, a:active { 
	color: orange;
	}
		
#linkList a:link.c { 
	color: #666666;
	}
			
#linkList a:visited.c { 
	color: #666666;
	}
		
#linkList a:hover.c, a:active.c { 
	color: orange;
	}
	
acronym {
	border: none;
	}

