body, html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #cccccc;
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
  line-height: 1.5em;
}
a:link {
  color: blue;
}
a:visited {
  color: purple;
}
#container {
  position: relative;
  min-height: 100%;
  min-width: 700px;
}
#header {
  border:  none;
  margin: 0;
  padding: 20px 20px 15px;
  background-color: black;
  color: #0079c5;
  text-align: right;
  min-width: 700px;
}
#tagline {
  border:  none;
  margin: 0em;
  padding: 0.5em 2em;
  background-color: #cccc;
  color: #0079c5;
  text-align: right;
  font-weight: bold;
  font-size: 1em;
  font-style: italic;
}
#content {
  border:  none;
  margin: 0em 11em;
  padding: 1em 2em 3.85em;
  background-color: #cccccc;
  color: black;
  min-height: 33em;
  font-size: 1em;
}
#footer {
  border-style: groove;
  border-color: #cccccc;
  border-width: 2px 0px 0px;
  margin: 0em 11em;
  padding: 0.5em 2em;
  background-color: #cccccc;
  color: black;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#menu {
  border:  none;
  margin: 0em;
  padding: 1em 1.5em 1em 1em;
  color: black;
  position: fixed;
  z-index: 2;
  font-weight: bold;
  font-size: 1.2em;
  left: 0.5em;
  top: 110px;
  line-height: 0.6em;
  background-color: #cccccc;
}
#menu a, #menu a:link, #menu a:visited, #menu a:active {
  text-decoration: none;
  color: black;
}
#menu li {
  color: black;
  list-style-type: none;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.4em;
  margin-left: -2.5em;
}
#picturebar {
  border: none;
  margin: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #c40d00;
  text-align: left;
}
h1 {
  color: #0079c5;
  text-align: center;
  font-size: 2em;
  padding-top: 0em;
}
h2 {
  color: #0079c5;
  padding-top: 0.75em;
  padding-bottom: 0em;
  font-size: 1.4em;
}
h2 a {
  text-decoration: none;
}
h2 a:link {
  color: #0079c5;
}
h2 a:visited {
  color: #0079c5;
}

h3 {
  color: #0079c5;
  padding-top: 0.75em;
  padding-bottom: 0em;
  font-size: 1.2em;
}
.linkslist a {
  text-decoration: none;
}
.linkslist a:hover {
  text-decoration: underline;
}
.imgright img {
  padding: 1em 0em 1em 1em;
  float: right;
}
.imgleft img {
  padding: 1em 3em 1em 0em;
  float: left;
}
.imgbottom img {
  padding: 1em 0em 0em 1em;
  position: absolute;
  bottom: 3.9em;
  right: 11em;
}
.installpics {
  text-align: center;
  padding: 1em 0em 0em;
}
.pagepic  {
  text-align: right;
}
.notice {
  color: red;
  font-weight: bold;
  font-size: 1.2em;
}
.spectable th {
  padding-top: 1em;
  text-align: left;
}
.subspec {
  vertical-align: top;
  padding-left: 2em;
  border-bottom-width: 1px;
}
.subspec2 {
  vertical-align: top;
  padding-left: 4em;
  border-bottom-width: 1px;
}