body {
  background: #fff;
  margin: 0 auto;
  font-family: arial, helvetica, sans-serif;
  color: #000;
}

a {
  color: #004e73;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: 0.85em;
}

h1 {
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
}

h2 {
  font-size: 1.05em;
  font-weight: bold;
  color: #000;
  padding-top:5px;
  padding-bottom:3px;
}  

h3 {
  font-size: 1.0em;
  font-weight: bold;
  color: #3eb1f1;
}

img {
  border: 0;
}

.container {
  width: 774px;
  float: left;
  margin: 0 auto;
  padding: 0;
}

.header {
  padding: 20px 0px 16px 10px;
  width: 764px;
  _width: 774px;
  float: left;
  border-bottom: 5px solid #3eb1f1;
  margin-bottom: 3px;
}

.nav {
  background: #b2b3b5;
  float: left;
  width: 754px;
  _width: 774px;
  padding: 3px 10px 5px 10px;
}

.nav a {
  background: #b2b3b5;
  color: #004e73;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.7em;
  padding: 1px 5px;
}

.nav a:hover {
  text-decoration: none;
  background: #004e73;
  color: #fff;
}

.content {
  padding: 20px 10px 16px 10px;
  width: 754px;
  _width: 774px;
  float: left;
}

.footer {
  background: #d1dfe9;
  float: left;
  width: 774px;
  margin-bottom: 10px;
  font-size: 1.4em;
}
