body 
{ background-color: #000099;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 700px;
}

#header {
  padding: 0px;
  height: 150px;
}

#left {
  position: absolute;
  padding-left:12px;
  left: 0px;
  top: 190px;
  width: 200px;
}

#center {
  margin-left: 230px;
  top: 210px;  
  width:470px;
}

#footer {
  top: 0;
 margin-left: 15px;
  width: 700px;
}


a:link { 
  text-decoration: none;
  background-color: none;
  color: #FF0000;
}

a:visited { 
  text-decoration: none;
  background-color: none;
  color: #FF0000;
}

a:hover {
  text-decoration: underline;
  color: #999999;
  background-color: none;
}

a:active {
  text-decoration: none;
  background-color: none;
  color: #FF0000;
}


.textsml {
  font-family: Trebuchet MS, georgia, arial;
  font-size: 10pt;
  color: white;
  font-weight:bold;
}

.textmed {
  font-family: Trebuchet MS, georgia, arial;
  font-size: 12pt;
  color: white;
}

.textlg {
  font-family: Trebuchet MS, georgia, arial;
  font-size: 14pt;
  color: white;
}

.textlg-bold {
  font-family: Trebuchet MS, georgia, arial;
  font-size: 14pt;
  color: white;
  font-weight:bold;
  padding-top:12px;
}


.title {
  font-family: Trebuchet MS, georgia, arial;
  font-size: 14pt;
  color: white;
}

.titlelg {
  font-family: Trebuchet MS, georgia, arial;
  font-size: 24pt;
  color: white;
}

