body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 700px;
}

#header {
  margin-left: 15px;
  padding: 0px;
  height: 115px;
}

#left {
  position: absolute;
  left: 15px;
  top: 140px;
  width: 125px;
}

#center {
  top: 0;
  margin-left: 160px;
}

#footer {
  top: 0;
  margin-left: 35px;
  width: 700px;
}

.bodytext {
  font-family: Arial,Helvetica,Univers,Zurich BT;
  color: #330099;
}

.bodytextmed {
  font-family: Arial,Helvetica,Univers,Zurich BT;
  color: #330099;
  font-size: 90%;
}

.bodytextsml {
  font-family: Arial,Helvetica,Univers,Zurich BT;
  color: #330099;
  font-size: 80%;
}

.linktext {
  font-family: Arial,Helvetica,Univers,Zurich BT;
  color: #330099;
  font-weight:bold;
}

.linktextsml {
  font-family: Arial,Helvetica,Univers,Zurich BT;
  color: #330099;
  font-weight:bold;
  font-size: 80%;
}

.linktextmed {
  font-family: Arial,Helvetica,Univers,Zurich BT;
  color: #330099;
  font-weight:bold;
  font-size: 90%;
}

.linktextbig {
  font-family: Arial,Helvetica,Univers,Zurich BT;
  color: #330099;
  font-weight:bold;
  font-size: 24px;
}

.headingtext {
  font-family: Arial,Helvetica,Univers,Zurich BT;
  color: #330099;
  font-weight:bold;
  font-size: 120%;
}

.footertext {
  font-family: Arial,Helvetica,Univers,Zurich BT;
  color: #330099;
  font-size: 70%;
}

.imagetext {
  font-family: Arial,Helvetica,Univers,Zurich BT;
  color: #330099;
  font-size: 60%;
}

a:link {
 color: blue;
 text-decoration: none;
}

a:visited {
 color: purple;
 text-decoration: none;
}
a:hover {
 color: #000099;
 text-decoration: underline;
}

a.leftnavlink {
 text-decoration: none;

  }