body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  color: #173447;
}

#wrapper {  
  margin: 5px auto 0 auto;
  min-height: 100%;
  position: relative;
  width: 760px;
}

#content {
  width: 760px;
}
a {
  color: #98271b;
  text-decoration: none;
}

#content_foot {
  border-top: 1px solid #000;
  margin-left: 10px;
  margin-right: 10px;
}
#copyright {
  margin: 5px;
}

.clean_super {
  vertical-align: top;
  font-size: 70%;
}
.clean_sub {
  vertical-align: text-bottom;
  font-size: 70%;
}
.right {
  float: right;
}
.left {
  float: left;
}
.presentation {
  margin: 5px;
}
.presentation h2 {
  font-size: 16px;
}
.credit_link {
  display: block;
  background-image: url(images/apply_link_bg.png);
  background-repeat: no-repeat;
  width: 230px;
  height:  65px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 5px;
}

a.download_button{
  display: block;
  color: #FFFFFF;
  width: 133px;
  height: 56px;
  background-image: url(images/download_button_red_arrow.png);
  margin-left: 15px;
}
.download_button .button_text {
  display: block;
  padding: 18px 32px 16px 16px;
}
/* for longer names on the buttons */
.download_button .twoline_button_text {
  display: block;
  padding: 9px 32px 16px 16px;
}
