* {
  border: 0;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

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

  a:hover {
    color: #666;
    text-decoration: none;
  }

h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 32px 0;
  text-align: center;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 16px 0;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0;
}

p {
  margin-bottom: 1em;
}

ol, ul {
  margin: 0 1.5em 1em;
}

  ol li, ul li {
    margin-bottom: 1em;
  }

img.left {
  float: left;
  margin: 0 1em 1em 0;
}

img.right {
  float: right;
  margin: 0 0 1em 1em;
}

#header {
  background-color: #041E42;
  padding-top: 32px;
  text-align: center;
}

  #logo {
    display: block;
    margin: 0 auto;
    width: 600px;
  }

  #tagline {
    color: #333;
    font-weight: bold;
    margin-top: 16px;
  }

  #navigation {
    font-size: 14px;
    list-style: none;
    margin-top: 32px;
  }

    #navigation li {
      display: inline;
    }

      #navigation li a {
        color: #FFF;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        padding: 0.5em 1em;
        text-decoration: none;
        text-transform: uppercase;
      }

        #navigation li.active a {
          background-color: #FFF;
          border-radius: 3px 3px 0 0;
          color: #333;
        }

#content {
  padding: 32px 0 48px;
}

  #hero {
    margin-bottom: 16px;
  }

.internal {
  margin: 0 auto;
  width: 800px;
}

#footer {
  background-color: #DDD;
  padding: 64px 0;
}

  #copyright {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
  }
