/* CSS Document */

body {
  font-family: sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
  }
  
p {
  text-align: justify;
  line-height: 14px;
  }
  
.p5 {
  margin-top: 35px;
  font-size: 9px;
  }

h3 {
  margin-top: 35px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 7px;
  border-left: 2px solid #CCCCCC;
  }

ul {
  margin-bottom: 35px;
  }

#container {
  position: absolute;
  top: 5px;
  left: 105px;
  width: 700px;
  background-image: url(title2.gif);
  background-repeat: no-repeat;
  background-position: top left;
  }
  
#intro, #supportingText {
  width: 400px;
  }   
 
#quickSummary {
  font-size: 9px;
  margin-top: 100px;
  }

#preamble {
  background-image: url(bc.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  }
  
#explanation {
  background-image: url(bc.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  }
  
#participation {
  padding-bottom: 5px;
  background-image: url(bc.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  }
  
#benefits {
  background-image: url(bc.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  }
  
#requirements {
  background-image: url(bc.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}

#footer {
  padding: 5px 0px 5px 0px;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 9px;
  text-align: center;
  background-color: #CCCCCC;
  }

#pageHeader h1 span {
  display: none;
  }
  
#pageHeader h2 span {
  display: none;
  }
  
a:link {
  text-decoration: none;
  color: #C32222;
  }
  
a:visited {
  text-decoration: none;
  color: #C32222;
  }
  
a:active {
  text-decoration: none;
  color: #C32222;
  }
  
a:hover {
  text-decoration: underline;
  color: #C32222;
  }
  
#linkList li {
  list-style-image: url(button.gif);
  }

#linkList {
  float: right;
  margin-top: -1735px;
  padding-left: 15px;
  border-left: 3px solid #CCCCCC;
  }
  
#linkList h3 {
  margin-top: 0px;
  border-left: 0px;
  }
