body {
  font-family: "myriad-pro-1","myriad-pro-2", "myriad pro", arial, sans-serif;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  border-top: 13px solid #db402b;
  padding: 0;
}

a {
  color: #D41031;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 20px;
  margin-top: 2em;
}

div.menu {
  position: absolute;
  width: 182px;
  top: 102px;
  left: -106px;
}

div.menu div.nav {
  background: #36812A;
  color: white;
  font-size: 16px;
}

div.americas {
  background:#fff;
  margin-top: 24px;
  border: 1px solid #ccc;
  padding: 14px;
  color: #007dc3;
  font-size: 12px;
  font-family: helvetica, arial, sans-serif;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

div.americas a {
  color: #007dc3;
}

div.americas div.logo {
  margin-bottom: 8px;
}

div.americas div.logo a,
div.americas div.logo a img {
  border: none;
}

div.menu a.home {
  display: block;
  text-decoration: none;
  color: white;
  padding: 16px;
}

div.menu a.home h2 {
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}

div.menu a.home h2 + h2 {
  margin-top: 1em;
}

div.menu div.links a {
  display: block;
  padding: 4px 10px 4px 30px;
  border-top: 1px solid #77A96B;
  color: white;
  text-decoration: none;
}

div.menu a.current {
  background: #006EA9;
}

div.container {
  width: 807px;
  margin: 0 auto 30px auto;
  padding: 13px 0 40px 0;
  border: 1px solid #ccc;
  border-top: none;
  position: relative;
}

div.content {
  margin-left: 94px;
  position: relative;
}

div.content_body {
  margin-left: 30px;
  width: 500px;
}

table.schedule {
  border-collapse: collapse;
}

table.schedule th, table.schedule td {
  vertical-align: top;
  padding: 3px;
}

table.schedule tr + tr th,
table.schedule tr + tr td {
  border-top: 1px solid #ccc;
}

table.schedule th {
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  padding-right: 1em;
}

table.schedule h3 {
  margin: 18px 0 2px 0;
  font-size: 18px;
}

div.letter p {
  margin: 0;
}

div.letter p + p {
  text-indent: 2em;
}

.button {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
       -o-border-radius: 6px;
          border-radius: 6px;
  background-color: #DA3F2A;
  color: #fff;
  padding: .5em 1em;
  text-decoration: none;
}
