body {
  margin:0;
}

#header {
  position: relative;
  width: 100%;
  font-family:Arial,Helvetica,Geneva,sans-serif;
}

#header td {
  padding: 0;
}

#header #barTop {
  position: relative;
  width: 100%;
  background-color: #000099;
  text-align: center;
  border-bottom: solid #ff0000 1px;
}

#header #barTop #logo_dmdc {
  position: absolute;
  top: 0;
  left: 0;
}

#header #banner {
  position: relative;
  width: 100%;
  height: 90px;
  background: #084B8A; url(../images/authagent_banner_bg.gif) repeat-y top left;
  border-bottom: solid #000000 1px;
}

#header #banner td.logo_division {
  width: 1px;
  vertical-align: middle;
  text-align: right;
}

#header #banner td.logos {
  text-align: left;
  padding-left: 5px;
  vertical-align:middle;
  width: 4%
}

#header #banner td.webAppTitle {
  text-align: left;
  padding-left: 20px;
  vertical-align:middle;
}

#header #banner td.webAppTitle span.webAppTitle {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

#header #banner td.globalMenu {
  font-weight: bold;
  color: #663300;
  font-size: 13px;
  text-align: right;
  padding: 3px 10px;
  vertical-align: bottom;
}

#header #banner td.globalMenu a {
  color: #663300;
  white-space: nowrap;
  margin: .1em .2em;
  text-decoration: none;
}

#header #banner td.globalMenu a:hover {
  text-decoration: underline;
}

#dmdc-logo {
  width: 75px;
  height: 75px;
}

#dhra-logo {
  width: 75px;
  height: 75px;
}
