Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}

#siteSub, #jump-to-nav {
  display: none
}

img {
  border: none;
}

p, li {
  line-height: 2em;
}

div#globalWrapper {
  position: absolute;
  width: 100%;
}

.selected {
  font-weight: bold;
}

div#column-content{
  margin-left: 200px;
  z-index: 2;
  float: right;
  padding-top: 0px;
  position: absolute;
}

div#content {
  margin: 10px;
  margin-right: 20px;
}

div#siteNotice {
  display: none;
}

div.portlet {
  margin-left: 10px;
}

.pBody {
  margin: 10px;
}

.pBody ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

div.portlet h5 {
  display: none;
}

div#footer {
  clear: left;
  float: left;
  width: 200px;
  padding-top: 10px;
  font-size: smaller;
}

div#f-poweredbyico, div#f-copyrightico {
  display: none;
}

#f-list {
  margin-left: 20px;
  padding: 0px;
  list-style-type: none;
}

#f-list li {
  margin-bottom: 5px;
}

div#p-logo, div#p-logo a {
  height: 155px;
  width: 135px;
  position: absolute;
  top: 10px;
  left: 10px;
}

div#p-search{
  height: 20px;
  width: 300px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  z-index: 3;
}

div#column-one {
  padding-top: 180px;
  float: left;
}

.firstHeading {
  padding-right: 300px;
}

#references-small, .printfooter, #catlinks {
  font-size: smaller;
}

.floatleft, .tleft {
  float: left;
  clear: left;
  margin-right: 10px;
}

.floatright, .tright {
  float: right;
  clear: right;
  margin-left: 10px;
}