BODY { 
  margin: 0;

  color: #f00; 
  background-color: #ebdfc7;
  background-image: url(../site_images/flameblack.gif);
  background-repeat: no-repeat;
  background-position: top left;
  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: right;
}

#siteHead img {
  border: 0;
}


/* The Site Area Links */
#siteLinks {
  margin: 0 0.5em 1.5em 0.5em;
  padding: 0.2em;
  border: 0;
  color: #f44;
  text-align: right;
}

#siteLinks a:link, #siteLinks a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #f44;
  padding: 0em 0.5em 0 0.5em;
}

#siteLinks a:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: #ffc;
  color: #f44;
  padding: 0em 0.5em 0 0.5em;
}


/* Main Site Content */
.siteContent {
  text-align: right; 
  padding: 0.5em;
  margin: 0.5 em 1.0em 2.0em 0em;
  margin-left: 200px;
  border: 0;
}

.siteContent a:link, .siteContent a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #f44;
}

.siteContent a:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: #ffc;
  color: #f44;
}

#title {
  border-bottom: 1px solid black;
  margin: 0.2em;
}

#date {
  background-color: #333;
  margin: 0.2em;
}

