body {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 10px;
  text-align: center;
  float: none;
  background-color: white;
}

a {
  color: #336633;
  text-decoration: underline;
}

a img {
  border: 0;
}

/* begin content */
#content {
  background: white;
  text-align: left;
}

#top-logo {
  clear: both;
  width: 220px;
}


#controlColumn {
  float: left;
  width: 340px;
}

#controlColumn #left {
  float: left;
  width: 170px;
}

#controlColumn #right {
  float: left;
  width: 170px;
}

#mapColumn {
  float: none;
  margin-left: 340px;
}

#criteriaForm {
  font-size: 10pt;
}

#criteriaForm input {
  border-bottom: 1px dotted black;
  border-top: none;
  border-left: none;
  border-right: none;
}

/* end content */



hr {
  width: 100%;
}

.choice {
  font-family: 'Trebuchet MS', 'Bitstream Vera Sans', sans-serif;
  float: left;
  text-align: left;
  padding: 10px;
  width: 551px;
  border-right: 4px solid gray; 
  border-bottom: 4px solid gray;
}
.choicetext {
  color: white;
}
.choicetitle {
  font-size: 16pt;
  margin-bottom: 3px;
}
.choicedesc {
  margin-left: 10px;
}

.choice a {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
}

.infowindow {
    width: 24em;
    font-size: 10pt;
}

