body {
  background: #79418D;
  background-image: url(images/bgtile.gif);
  background-repeat: repeat-x;
  font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
  text-align: left;
  color: #000;
  padding: 0px;
  margin: 0px;
  }

#header {
  padding: 0px;
  margin: 0px 0px 0px 15%;
  background-image: url(images/header.gif);
  background-repeat: no-repeat;
  width: 662px;
  height: 100px;
  }
  
#content {
  padding: 0px 0px 0px 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-top: 3px;
  width: 950px;
  background: #d1b4db;
  font-family: Verdana,'Lucida Grande', Arial, Sans-Serif;
  font-size: 65%;
  color: 000;
  }
  
#footer {
  padding: 0px;
  margin: auto;
  width: 600px;
  height: 101px;
  font-size: 65%;
  font-weight: bold;
  }
  
.contacttext {
  padding-top: 25px;
  color: #fff;
  }
  
.mainimage {
  padding: 0px;
  margin: 5px 5px 0px 0px;
  border: 1px solid #40005A;
  }

.mainhead {
  color: #40005A;
  font-size: 160%;
  font-weight: bold;
}

.subhead {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  }

.subhead a {
  color: #000;
  text-decoration: none;
  }
  
.subhead a:link {
  color: #000;
  text-decoration: none;
  }
  
.subhead a:active {
  color: #000;
  text-decoration: none;
  }
  
.subhead a:visited {
  color: #000;
  text-decoration: none;
  }
  
.subhead a:hover {
  color: #000;
  text-decoration: underline;
  }
  
a:link, a:hover, a:visited {
  color: #fff;
  text-decoration: none;
  }
  
a:hover {
  text-decoration: underline;
  }

a.main:link, a.main:hover, a.main:visited {
    color: #000;
    text-decoration: none;
    }
a.main:hover {
    text-decoration: underline;
  }
  
a.tabBar:link, a.tabBar:visited {
    /*color: #79418D;*/
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;

    }
a.tabBar:hover, {
    text-decoration: underline;
  }  
  
p {
  font-size: 110%;
  }