body {
  background: white;
  font-size: 12pt;
	margin-top:-350px;
}

h1.grayHeading {
	display: none;
}

#menu {
  display: none;
}

#wrapper,
#content {
  width: auto;
  margin: 0 5%;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
}

div#content {
  margin-left: 10%;
  padding-top: 1em;
  border-top: 1px solid #990000;
}

div#mast {
  margin-bottom: -8px;
}

div#mast img {
  vertical-align: bottom;
}

/* Links */
a:link, a:visited {
  background: #fff;
  color: #cb2026;
  text-decoration: none;
}

.page-content a:link[href^="http://"]:after, .page-content a[href^="http://"]:visited:after, .page-content a:link[href^="https://"]:after, .page-content a[href^="https://"]:visited:after {
  content: " ("attr(href) ") ";
  font-size: 11px;
}

/*Remove Element*/
footer, #header-pre, #header-main, #header-mobile, .menu-toggle, .container.profile, .requestInfo, .interiorNav, .skipLink {
  display: none;
}

#header-mobile {
	visibility: collapse;
}
