BODY { 
  margin: 1em;

  color: #fff; 
  background-color: #336666;
  background-repeat: no-repeat;
  background-position: center center;
  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: #ff8;
  text-align: center;
}

#siteLinks a:link, #siteLinks a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #ff8;
  padding: 0em 0.5em 0 0.5em;
}

#siteLinks a:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: #c99;
  color: #ff8;
  padding: 0em 0.5em 0 0.5em;
}


/* Main Site Content */
.floatImage {
  margin: 0.5em;
  float: right;
}

.siteContent {
  text-align: left; 
  padding: 0.5em;
  border: 0;
}

.siteContent a:link, .siteContent a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #ff8;
}

.siteContent a:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: #c99;
  color: #ff8;
}

#description {
  margin: 0 0 0 2.0em;
  font-style: italic;
}

