BODY { 
  margin: 0;

  color: #fff; 
  background-color: #000;
  background-image: url(../site_images/flameblack.gif);
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;

  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 1.0em;
}


/* The Main IVP Logo point, if necessary */
#siteHead {
  margin: 0em;
  padding: 0em;
  text-align: center;
  float: left;
}

#siteHead img {
  border: 0;
}


/* The Site Area Links */
#siteLinks {
  margin: 0 0.5em 1.5em 0.5em;
  padding: 0.2em;
  border: 0;
  color: #ff9;
  text-align: left;
}

#siteLinks a:link, #siteLinks a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #ff9;
  padding: 0em 0.5em 0 0.5em;
}

#siteLinks a:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: #900;
  color: #ff9;
  padding: 0em 0.5em 0 0.5em;
}


/* Main Site Content */
.siteContent {
  text-align: left; 
  padding: 0.5em;
  margin: 0.5em 1.5em 2.0em 1.0em;
  border: 0;
  width: 80%
}

.siteContent a:link, .siteContent a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #ff9;
}

.siteContent a:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: #900;
  color: #ff9;
}

#title {
  border-bottom: 1px solid black;
  margin: 0.2em;
}

#date {
  background-color: #333;
  margin: 0.2em;
}

