* {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1em;
  outline: none;
  font-family: Verdana, sans-serif;
}

body {
  background-color: #EAEAEA;
  text-align: center;
  font-size: 100.01%;
  color: #000;
  padding-bottom: 10px;
}

a,
a:visited{
  color: #c00;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
  background-color: #eee;
}

#page_body_cols_title {
  position: absolute;
  left: -9000px;
}

.title_img {
  position: absolute;
  left: 0;
  top: 10px;
}

.spdlogo {
  position: absolute;
  right: 24px;
  top: 55px;
  z-index: 5;
}

h1 {
  background-color: #DE0000;
  color: #fff;
  padding: 2px 10px;
  margin-bottom: 10px;
  font-size: 1.05em;
  font-family: Lucida sans, Verdana, sans-serif;
}

h2,
h2 a {
  font-family: Lucida sans, Verdana, sans-serif;
  margin: 5px 0 5px 0;  
}

h3{
  font-family: Lucida sans, Verdana, sans-serif;
}

h4,
h5,
h6{
  margin: 5px 0;
  font-size: 1em;
  font-family: Lucida sans, Verdana, sans-serif;
}

p {
  margin-bottom: 7px;
}

.invisible { display: none; }
.clear     { clear:   both; }

.noheight {
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
}

.offscreen {
  position: absolute;
  left: -9000px;
}

