#wrapper h1, 
#wrapper h2, 
#wrapper h3, 
#wrapper h4, 
#wrapper h5, 
#wrapper h6 {
  font-family: arial, helvetica, geneva, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}
#wrapper h1 {
  color: #003F72;
  font-size: 210%;
  font-weight: normal;
  letter-spacing: -0.065em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#wrapper h2 {
  font-size: 180%;
  color: #AC675E;
  letter-spacing: -0.03em;  
}
#wrapper h3 {
  font-size: 150%;
  font-weight: normal;
  letter-spacing: -0.05em;
  color: #3F61B8;
  margin-bottom: 1.25em;
}
#wrapper h4 {
  font-weight: bold;
  color: #666;
  font-size: 16px;
}
#wrapper p {
  margin-bottom: 1.5em;
  color: #333;
  line-height: 135%;
}
.blockquote {
  border-left: 2px solid #ABC785;
  padding-left: 16px;
}
br {
  font-size: 65%;
  line-height: 65%;
}

/* right images */
#chooseblue #right_image {
  background: #fff url(/chooseblue/images/chooseblue.jpg) no-repeat top left;
  width: 84px; 
  height: 572px;
  position: relative;
  float: right;
  margin-left: 22px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

/* return link */
#wrapper #return_index {
  display: block;
  float: right;
  margin: 0 0 16px 16px;
  background-color: #ABC785; /* 569FD3 */
  padding: 6px 8px;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}



/* added by Dave M., 8/3/2007 */

#decision_links_red p {
  color: #8a343d;
  font-size: 18px;
  line-height: 140%;
}

#decision_links_red a {
  background-color: #8a343d;
  border: solid 1px #8a343d;
  color: #fff;
  padding: 5px;
  text-decoration: none;
}

#decision_links_red a:hover {
  background-color: #fff;
  color: #8a343d;
  padding: 5px;
}



#decision_links_blue p {
  color: #003f72;
  font-size: 18px;
  line-height: 140%;
}

#decision_links_blue a {
  background-color: #003f72;
  border: solid 1px #003f72;
  color: #fff;
  padding: 5px;
  text-decoration: none;
}

#decision_links_blue a:hover {
  background-color: #fff;
  color: #003f72;
  padding: 5px;
}



#decision_links_orange p {
  color: #b7621b;
  font-size: 18px;
  line-height: 140%;
}

#decision_links_orange a {
  background-color: #b7621b;
  border: solid 1px #b7621b;
  color: #fff;
  padding: 5px;
  text-decoration: none;
}

#decision_links_orange a:hover {
  background-color: #fff;
  color: #b7621b;
  padding: 5px;
}



/* END of added by Dave */


