BODY { 
  margin: 0;

  color: #000000; 
  background-color: #CC0000;

  font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
}

.centreImage640, .centreTable640.table {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -320px;
  height: 480px;
  width: 640px;
  text-align: center;
}

.centreImage700 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -207px;
  margin-left: -350px;
  height: 414px;
  width: 700px;
  text-align: center;  
  border: 0;
}

table.centreTable640 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -320px;
  height: 480px;
  width: 640px;
  text-align: center;
}



/* 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: #000;
  text-align: center;
}

#siteLinks a:link, #siteLinks a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 0em 0.5em 0 0.5em;
}

#siteLinks a:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: #900;
  color: #000;
  padding: 0em 0.5em 0 0.5em;
}


/* Main Site Content */
.siteContent {
  text-align: center; 
  padding: 0.5em;
  margin: 2.0em 1.0em 2.0em 1.0em;
  border: 0;
}

.siteContent a:link, .siteContent a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.siteContent a:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

img.borderMe {
  border: 2px solid black;
  text-align: center;
}

#title {
  border-bottom: 1px solid black;
  margin: 0.2em;
}

#date {
  background-color: #333;
  margin: 0.2em;
}
