body {
  background-color: #eee;

  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;

  padding: 0; 
  margin: 0;
  
  overflow: auto;
}

div#hd div {
  font-size: 16pt;
  padding: 7px 0 0 13px;
}

div#hd {
  height: 60px;
  background: url(../img/np-unit-bg-0.png);
  border-bottom: 2px solid #999;
}

div#hd h1 { 
  font-size: 16pt; 
  padding: 0px;
  margin: 0px;
}

div#bd {
  margin: 0;
  padding: 0;
  position: absolute;

  left: 20px;
  right: 290px;
  top: 80px;
  height: 100px;
}

div#sb {
  margin: 0;
  padding: 0;
  position: absolute;

  width: 250px;
  right: 20px;
  top: 80px;
  bottom: 10px;
}

div.panel, a.go {
  background: url(../img/panel-bg-0.png);
  background-repeat: repeat-x;

  /* margin: 0px 10px 20px 10px; */
  margin: 0 0 20px 0;

  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;

  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;

  background-color: #fcfcfc;

  font-family: arial, helvetica, sans-serif;
  font-size: 10pt !important;

  padding: 10px;
}

div.panel-label {
  font-size: 9pt;
  font-weight: bold;
  padding-bottom: 10px;
}

div#contact {
  margin: 10px 0px 10px 0px;
  padding: 10px;

  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;

  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;

  background-color: #eeeec9;
  color: #333;

  font-family: helvetica, arial, sans-serif;
  font-size: 10pt;

  padding: 10px;
}

ul#links {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

ul#links li {
  list-style: none;
  padding-bottom: 5px;
}

a.go, a.go:active, a.go:visited {
  border-top-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 2px;

  display: block;
  width: 270px;

  margin: 0px;
  margin-left: 20px;

  background: url(../img/np-unit-bg-0.png);
  color: #333;

  text-decoration: none;
  font-weight: bold;
  font-size: 12pt;
}

a.go:hover {
  color: #669;
}

img#gsa-logo {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 1000;
}

img.sb-icon {
  padding-right: 5px;
}

a#feed-icon {
  position: absolute;
  right: 0px;
  margin-right: 10px;
}

table#np-menu {
  position: absolute;
  top: 37px;
  left: 10px;
  padding: 0px;
  margin: 0;
}

table#np-menu a.np-menu-item {
  margin: 0;
  padding: 0px;
  text-decoration: none;
}

table#np-menu td {
  margin: 0;
  padding: 0;
}

table#np-menu a.np-menu-item div {
  margin: 0px 2px 0px 2px;
  padding: 4px 8px 4px 8px;

  background-image: url(../img/tb-bg.png);
  background-image-repeat: repeat-x;
  border: 1px solid #999;
  border-bottom: 0px;

  color: #333;
  font-size: 9pt;
}

table#np-menu a.np-active-menu-item div {
  font-weight: bold;
}

table#np-menu a.np-menu-item:hover div {
  color: #000;
  text-decoration: underline;
}

.hidden {
  display: none;
}

p.outage-notice, p.cert-expiration-warning {
  border: 1px solid red;
  padding: 10px;

  text-size: 120%;
  font-weight: bold;

  background-color: #eee;
  color: #f00;
}
