/* style.css    SRCB style sheet    16 Jul 10    [MLS] */

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

body {
  background: url("Images/Backdrop.jpg") center center no-repeat fixed;
  color: black;  
  font-family: "Verdana", "Arial", sans-serif;
  font-size: 11pt;
  margin: 0;
  padding: 0;
  height: 100%;
}

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

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

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

.Title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  background-color: #F0F0B0;
  color: #402010;
  margin-top: 1em;
  padding: 0 0.2em 0 0.2em;
  margin-bottom: 1.5em;
}

.Changebar {
  border-left: solid 3px red;
  padding-left: 0.5em;
}

.ChangeNote {
  font-style: italic;
  font-size: 0.8em;
}

.NewsItem {
  border: solid 2px;
  padding: 0.5em 1em 0.5em 1em;
  margin: 1em 2em 1em 2em;
}

.Announcement {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  padding: 0.2em;
}

h1 {
  font-size: 1.8em;
}