#globalNav, #leftColumn {
  display: none;
}
a {
  text-decoration: none !important;
}
#outerpage {
  margin: 0px;
  width: auto;
}

#innerpage {
  border: 0px;
  height: auto;
  background-color: transparent;
}

#header {
  background-color: transparent;
  background-image: none;
  width: auto;
  height: auto;
}

#header h1 {
  position: static;
  margin: 0px 0px 0px 0px;
  padding: 7px 0px 0px 24px;
}
html>body #header h1 {
  padding-top: 10px;
}

#header h1 a {
  color: #000000;
  font-family: trajan, serif;
  font-size: 11pt;
}
html>body #header h1 a {
  font-size: .7em;
}

#header #crest {
  float: left;
  position: absolute;
  top: 20px;
  left: auto;
  display: inline;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  margin-left: 0px;
}

#header #crest img {
  width: 20px;
}

#header #siteTitle {
  background-color: #ffffff;
  background-image: none;
  border-top: 0px solid #cc9900;
  border-bottom: 0px solid #cc9900;
  height: auto;
}

#header #siteTitle span a {
  padding-top: 30px;
  margin-left: 0px;
  display: block;
  color: #000;
}

#centerColumn a:link {
  border-bottom: 1px dotted #ababab;
}

.hide {
  display: none;
}

#content {
  background-image: none;
}

#centerColumn {
  width: auto;
  float: none;
  border-right: 0px;
}

#centerColumn .sheath {
  border-left: 0px solid #cc9900;
  padding-top: 20px;
}
html>body #centerColumn .sheath {
  padding-top: 10px !important;
}

.sheath {
  padding: 0px;
}

#footer {
  margin-top: 3px;
  border-top: 1px solid #000;
}
