#main_content .download {
  clear: left;
  margin-right: 0px;
  padding-bottom: 30px;
  width: 420px;
}

#main_content .download a {
  background-image: url(../img/red_dot.gif);
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 0px;
  padding-left: 30px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #00519E;
  text-decoration: none;
}

#main_content .download a:hover {
  color: #db0132;
  text-decoration: none;
}

#border_content .download {
  display: none;
  clear: left;
  margin-right: 0px;
  padding-bottom: 30px;
  width: 270px;
}

#border_content .download a {
  background-image: url(../img/red_dot_small.gif);
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0px;
  padding-left: 16px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #00519E;
  text-decoration: none;
}

#border_content .download a:hover {
  color: #db0132;
  text-decoration: none;
}


