/*
   styles.css
*/

/*-- body --*/
body {
  background-color: #C6D2DD;
  /*background-image: url(images/bgfade.gif);*/
  /*background-repeat: repeat-x;*/
  color: #000000;
  margin: 0px 10px 10px 10px;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
}

td {
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
}

/*-- default links --*/
a:link {
  color:#0000ff;
}
a:active {
  color:#0000ff;
}
a:visited {
  color:#3300cc;
}

h1 {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}

h2 {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #000;
}

#container {
  border: 1px solid #ccc;
  width: 780px;
  background-color: #fff;
  padding: 0px 25px;
}




#bottom_menu {
  text-align: center;
  color: #666;
  margin: 20px 0px 10px 0px;
}

#bottom_menu a {
  text-decoration: none;
  color: #666;
}

#bottom_menu a:hover {
  text-decoration: underline;
}



#footer {
  margin: 5px 0px 10px 0px;
  color: #666;
  text-align: center;
  padding: 0px;
  border: 1px solid #ccc;
}


a.top_banner_link {
  color: #900700;
  text-decoration: none;
}
a.top_banner_link:visited {
  color: #900700;
}
a.top_banner_link:hover {
  text-decoration: underline;
}

