html { 
  min-height: 100%; 
  margin-bottom: 1px; 
}
body {
  width: 100%;
  margin: 0;
  background-color: #989898;
}
h1 {
  display: none;
}
.top_nav a, .top_nav a:visited {
  text-align: center;
  font-family: verdana, sans-serif;
  font-size: 80%;
  font-weight: bold;
  color: #000080;
  text-decoration: none;
  vertical-align: middle;
  height: 50px;
}
.top_nav a:hover; {
  text-decoration: underline;
}
.white_text {
  font-family: verdana, sans-serif;
  color: white;
  font-size: 80%
}
.white_text a, .white_text a:visited {
  color: white;
  text-decoration: none;
}
.white_text a:hover {
  text-decoration: underline;
}
.white_text_link {
  font-family: verdana, sans-serif;
  color: white;
  font-size: 70%
}
.white_text_link a, .white_text_link a:visited {
  color: white;
  text-decoration: none;
}
.white_text_link a:hover {
  text-decoration: underline;
}
.navy_text {
  font-family: verdana, sans-serif;
  color: #000080;
  font-size: 80%;
}
.container {
  padding: 14px;
} 
.copy {
  color: #9BB1D8;
  font-family: verdana, sans-serif;
  font-size: 70%;
  text-align: left;
  padding-left: 20px;
}
.copy2 a, .copy2 a:visited {
  text-decoration: none;
  color: #9BB1D8;
}
.copy2 a:hover {
  text-decoration: underline;
}
.copy2 {
  color: #9BB1D8;
  font-family: verdana, sans-serif;
  font-size: 70%; 
  text-align: right;
  padding-right: 30px;
  vertical-align: top;
}
.headline {
  font-family: verdana, sans-serif;
  font-size: 16px;
  padding-left: 0px;
  font-weight: bold;
  font-style: italic;
} 