a{
  color: black;
}
a:visited{
  color: black;
}
a:hover{
  color: black;
  font-weight: bold;
}
.bluefont {
  color: #000066;
  text-align: center;
}
.redfont {
  color: #990000;
}
.padded {
  padding-left: 3em;
  padding-right: 3em;
}
.speccenter {
  text-align: center;
}
.specitalic {
  font-style: italic;
}

#all {
  background-image: url("fixedBG.gif");
  background-repeat: repeat-y;
  width: 780px;
  height: 2000px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  background-color: #FFFFFF;
  text-align: center;
  float: left;
  width: 780px;
  clear: both;
}

#left {
  text-align: center;
  float: left;
  width: 390px;
  clear: left;
}

#right {
  float: left;
  width: 370px;
}

#footer {
  float: left;
  width: 780px;
  clear: both;
  text-align: center;
  background-color: #FFFFFF;
}
