#stdheader {  
  border-bottom: solid 1px black;
  margin: 0px auto 10px auto;
  width: 100%;
}

#stdheader #title {
  vertical-align: bottom;
}

#stdheader #titletext {
  font-size: x-large;
  color: black;
  font-weight: bold;
  margin-bottom: 2px;
}

#stdheader #breadcrumb {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #000;
}

#stdheader #breadcrumb a {
  font-weight: normal;
  text-decoration: underline;
}

#stdheader #links {
  padding-top: .50em;
  padding-right: 15px;
  font-size: small;
  text-align: right;
}
#stdheader #links a {
  text-decoration: underline;
}  
#dispStep {
  font-weight: bold;
}

