body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;
}

img {
   border: 0;
}

a {
  color: #0c6054;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
} 

#left {
  width: 194px;
  border: 1px solid #023e6a;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#left img {
  text-align: center;
}

h1 {
  display: inline;
  color: #0c6054;
  font-size: 13px;
  font-weight: bold;
}

h2 {
  display: inline;
  color: black;
  font-size: 12px;
  font-weight: normal;
}

#content {
  float: left;
  vertical-align: top; 
  margin: 0;
  padding: 0;
  width: 500px;
  
}

#top-spacer {
  height: 30px;
  width: 30px;
  clear: both;
}

#content h2 {
  display: block;
  color: black;
  color: #0c6054;
  font-size: 13px;
  font-weight: bold;
}

#download {
  border: 1px dashed #023e6a;
  width: 230px;
  padding: 8px;
  text-align: center;
  margin: 0;
}
