body  {
  font-family:          Verdana, Arial, sans-serif;
  margin:               0px;
  background-color:     black;
}

#allcontent {
  font-size:            12pt;

  width:                800px;
  margin:               auto;
}

#header {
  margin:               5px 0px 10px 0px;
  padding:              0px;
  height:               145px;
  width:                800px;
  border:               thin solid black;
  text-align:           left;

}

#main  {
  padding:              10px;
  margin:               10px 0px 0px 0px;
  width:                635px;
  min-height:           450px;
  float:                right;
  background-color:     white;
  border:               thin solid black;
}

#links {
  float:                left;
  padding:              2px;
  margin:               0px;
  width:                100px;
}

#linkbutton {
  background-image:    url(Images/LinkButton.gif);
  vertical-align:      middle;
  text-align:          center;
  width:               100px;
  height:              50px;
}

#footer {
  color:                white;
  text-align:           center;
  font-size:            9pt;
  padding:              5px;
  margin:               5px;
  clear:                right;
}


h1, h2 {
  font-weight:          bold;
  color:                #006600;

}

h1 {
  font-size:           24pt;
  text-align:          center;
}

h2 { 
  font-size:           14pt;
  text-decoration:     underline;

}

h3 {
  font-size:           12pt;
  color:               red;
  text-align:          center;
}


th {
  color:                black;
  font-size:            12pt;
  border:               thin solid black;
  padding:              5px;
  margin:               5px;
}

td {
  padding:              0px 10px 0px 10px;
}

a:link {
  color:                #8FBC8F;
  font-weight:          bold;
  text-decoration:      none;
}

a:visited {
  color:                 #006600;
  text-decoration:       underline;
}

a:hover {
  color:               red;
  filter:              alpha(opacity=70);
  opacity:             .7;
  -moz-opacity:        .7;
}