body {
  font-family: Verdana, sans-serif;
  font-size: .8em;
  margin: 0 16px;
  background-color: #2E4076;
}
h1 {
  background-color: #E7E7E7;
  font-size: 1.3em;
  font-style: italic;
  border-top: 1px solid #C7C7C7;
  border-bottom: 2px solid #616F97;
  margin: 0;
  font-weight: normal;
  padding-left: 6px;
}
h2 {
  color: #000080;
  padding: 2px;
  padding-left: 4px;
  font-weight: bold;
  font-size: 1em;
  margin: 12px 0 0;
  background-color: #F0F0F0;
  clear: right;
}
h3 {
  font-size: .9em;
  margin: 0 0 12px;
  border: 1px #2E4076;
  border-style: solid none;
  padding: 2px;
  text-align: right;
}
h3 span {
  float: left;
}
div:target {
  border: 3px double #2E4076;
  margin-top: 8px;
  padding: 0px 4px;
}
#nav, #nav2 {
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
#nav2 {
  border-bottom: 1px solid #000000;
  top: -8px;
  margin: 0 -8px;
  background: #616F97;
  z-index: 0;
}
#nav a, #nav2 a {
  padding: 1px 4px 1px 4px;
}
#nav a, #nav2 a, #nav2 a:visited {
  color: #FFF;
  text-decoration: none;
}
#nav a:visited {
  color: #E0E0E0;
  text-decoration: none;
}
#nav a:hover {
  color: #FFB355;
  background-color: #2E4076;
  border: 2px #000;
  border-style: solid none;
  text-decoration: none;
}
#nav2 a:hover {
  color: #2E4076;
  background-color: #FFB355;
  padding: 0 inherit;
  text-decoration: none;
}
#header #logo {
  float: left;
/*  background-color: #616F97; */
  background: url('/shared/scanlines.png') #616F97;
  text-align: center;
  border: none;
/*  border-right: 1px solid #000; */
/*  width: 178px; */
  height: 66px;
  color: #FFF;
}
#header {
  height: 66px;
  font-size: 0.8em;
  font-weight: bold;
  background: url('/shared/scanlines.png') #616F97;
  border: 1px solid #000;
  border-top: none;
  overflow: hidden;
}
#header div {
  white-space: nowrap;
  float: right;
  background: #616F97;
  border-left: 1px solid #000;
  text-align: left;
  color: #FFF;
  height: 66px;
}
#header h1 {
  font-size: 1.0em;
  font-weight: bold;
  font-style: normal;
  border: none;
  text-align: center;
  border-bottom: 1px solid #000;
  background-color: #D7D7D7;
  color: #000;
}
#header input {
  font-size: 1em;
  width: 7em;
}
#header form {
  padding: 4px;
  margin: 0;
  text-align: right;
}
p:hover .advisory {
  display: block;
}
.advisory {
  color: #000;
  display: none;
  position: absolute;
  left: 50px;
  background: #E7E7E7;
  border: 1px solid black;
  font-weight: bold;
  padding: 2px;
  margin: 2px 0px;
  -moz-opacity: 0.85;
  filter:alpha(opacity=85);
  width: 170px;
}
.advisories h3, .network h3 {
  margin: 0;
}
#ad {
  float: right;
  padding: 0 0 4px 4px;
}
#content {
  background-color: #FFF;
  border: 1px solid #000;
  padding: 8px;
  margin: 0 8px 8px;
  max-width: 100%;
}
#copyright {
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  color: #FFF;
  margin: 8px;
}
#copyright a {
  color: #FFF;
  text-decoration: underline;
}
a.go:link, a.go:visited {
  display: block;
  color: black;
  border: 1px #C7C7C7;
  border-style: solid none;
  background-color: #E7E7E7;
  margin-top: 4px;
  padding: 0 4px;
  text-decoration: none;
  text-align: right;
  font-weight: normal;
}
a:link, a:visited {
  font-weight: bold;
  color: #2E4076;
  text-decoration: none;
}
a:hover, a.go:hover {
  color: #616F97;
  text-decoration: none;
}
#topper {
  position: fixed;
  text-align: left;
  left: 1px;
  bottom: 1px;
}
#topper img {
  vertical-align: bottom;
}
#topper a:hover span {
  visibility: visible;
  color: #000;
}
#topper a span {
  font-size: .8em;
  border: 1px solid #000;
  background: #FFF;
  visibility: hidden;
  -moz-opacity: 0.7;
  filter:alpha(opacity=70);
}
.spotlight {
  border: 2px #C7C7C7;
  border-style: solid none;
  background-color: #E7E7E7;
  margin-bottom: 8px;
  padding: 4px;
  clear: right;
}
.spotlight h2, .spotlight a {
  padding: 2px;
  border: 1px solid #000000;
  background: #FFF;
  font-weight: bold;
  margin: 0 0 4px;
}
.spotlight h3 {
  border: none;
  padding: 0;
  font-size: 1.4em;
  font-style: italic;
  text-align: left;
}
.spotlight img {
  float: right;
}
.spotlight a {
  margin: 4px 0 0;
  display: block;
  text-align: right;
}
table {
  clear: right;
}
