body
{
  background-color: #E2E1E3;
  font-family: sans-serif;
  font-size: small;
  text-align: justify;
  margin-left: 0px;
  margin-right: 0px;
}

h1
{
  font-size: large;
  font-weight: bold;
}

a
{
  color: #802cb1;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

#headingimage
{
  position: absolute;
  z-index: 2;
  top: 30px;
}

#splatpadding
{
  float: left;
  width: 550px;
  height: 380px;
}

#maincontentdiv
{
  z-index: 1; /* negative number so doesn't hide the navlinks in IE6 */
  position: relative;
  top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  border: dashed black 2px;
  padding: 15px 25px 10px 25px;
  background-color: white;
}

#maintext
{
  
}

#navlinks
{
  text-align: right;
  padding-right: 30px;
}

#navlinks a
{
  color: #802cb1;
  font-weight: bold;
  text-decoration: none;
}

#navlinks a:hover
{
  background-color: #802cb1;
  color: white;
}

.progtable
{
  border: dashed 1px #DADADA;;
}

.progtable td
{
  border: dashed 1px #DADADA;;
  padding: 4px;
}

.progtable th
{
  text-align: left;
  font-weight: bold;
  background-color: #E2E1E3;
  border: dashed 1px #DADADA;;
  padding: 4px;
}

