html {
  background-color: #ffffff;

}
body {
  min-width: 750px;
  font-size: 100%;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center; /* ie5 align hack */
}
a {
  text-decoration: underline;
}
a:link {
  color: #000000;
}
a:over {
  color: #000000;
}
a:visited {
  color: #888888;
}
a:hover {
  color: #ffffff;
}
a:active {
  color: #888888;
}
/* Headers */
h1{
  color: #00408c;
  font-size: 140%;
  font-weight: bold;
}
h2{
  color: #8e8e8e;
}
h3 {
  font-size: 150%;
  font-weight: bold;
}
h3.indexh3 {
  font-size: 160%;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin: -10px 0 5px 5px;

}
h4 {
  font-size: 110%;
  font-weight: bold;
  margin: 15px 0 0 15px;
}
h4.indexh4 {
  font-size: 110%;
  font-weight: bold;
  margin: 5px 0 0 55px;
}
h5 {
  font-weight: bold;
  margin: 0 40px;
}
h6 {
  font-weight: bold;
  margin: 20px 0 0 40px;
}
td, textarea, input, select {
	font-family: Verdana;
	font-size: 10px;
	color: #8e8e8e;
	font-weight: normal;
}
tbody {
  margin: 0;
  padding: 0;
}
td {
  padding: 5px;
}
th {
  color: #8e8e8e;
  font-weight: bold;
  padding-bottom: 5px;
}
#container {
  width: 1000px;
  border: thin solid #00408c;
  border-top: none;
  margin: 0px auto;
  padding: 0px;
  text-align: left; /* ie5 align hack */
  background:url(../images/bg_grad.gif);
}
#header {
  position: relative;
  text-align: right;
  background:url(../images/col_bg.gif) repeat-x;
}
#telnumber {
  position: absolute;
  left: -3000px;
  top: -135px;
}
#faxnumber {
  position: absolute;
  left: -3000px;
  top: -100px;
}
#emailtop  {
  position: absolute;
  left: -3000px;
  top: -130px;
}
/* footer links and copyright */
#footer {
  clear: both;
  margin: 0;
  padding: 5px;
  font-size: 70%;
  border-top:8px solid #00408c;
}
#footer a {
    padding: 0 5px;
}
#copyright {
  text-align: center;
  font-size: 80%;
}
/* End footer links and copyright */
