/* style.css    Parsec's main style sheet    1 Jul 10    [MLS] */

html {
  margin: 0;
  padding: 0;
  height: 100%;  /* Leave this here for both HTML and body */
}

body {
  background: url("Backdrop.jpg") center center no-repeat fixed #FBFBFB;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;  /* Leave this here for both HTML and body */
}

.FullPage {
  width: 100%;
  position: absolute;
  top: 0px;
  min-height: 100%;
  height: auto !important;
  padding: 0;
  margin: 0;
}

.Content {
  margin: auto 5% 7em 5%;  /* make room for the footer */
}

.Clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

.Footer {
  text-align: center;
  border-top: 3px solid black;
  background-color: #F8F0F8;
  width: 100%;
  min-height: 5.5em;
  padding: 0;
  margin: 0;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

a:hover {
  color: #E0E0FF;
  background-color: #7070C0;
  text-decoration: italic;
}

b {
  font-size: 1.1em;
  font-weight: bold;
}

.Title {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.3em;
  color: darkblue;
  border-top: solid 1px;
  border-top-color: black;
  border-bottom: solid 1px;
  border-bottom-color: black;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  background-color: lightblue;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
  text-decoration: italic;
}

p.tagline {
  font-size: 1.4em;
  font-style: italic;
}

dd {
  padding-top: 0.5em;
  padding-bottom: 1em;
}

hr {
  color: darkblue;
  background-color: darkblue;
  height: 5pt;
}

small {
  font-size: 0.8em;
}

.statement {
  color: gray;
  font-size: 1.2em;
  font-weight: bold;
}
