html, body, form
{
  height: 100%;
  font-family: Arial;
  font-size: 8pt;
}

div, table, th, td, p, span, li, a
{
  font-family: Arial;
  font-size: 8pt;
  line-height: 16pt;
}

body
{
  margin: 0px;
  color: #242424;
  background-color: #4a4a49;
  /*background-image: url(../images/background.jpg);*/
  background-repeat: no-repeat;
  text-align: center;
}

img
{
  border: none;
}

div.center
{
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}

div#header
{
  margin-top: 10px;
  margin-left: 25px;
  width: 900px;
  height: 50px;
  color: #ffffff;
}

div#footer
{
  text-align: left;
  margin-left: 35px;
  height: 35px;
  color: #000000;
  text-transform: uppercase;
}

div#header a:link, div#header a:visited, div#footer a:link, div#footer a:visited
{
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

div#header a:hover, div#footer a:hover
{
  color: #ffffff;
  text-decoration: underline;
}

div#frame_container
{
  padding-top: 0px;
  padding-bottom: 0px;
  width: 970px;

  background-image: url(../images/background_container.png);
  color: #ffffff;

  overflow: none;
}

div#inner_frame_container
{
  margin-left: 35px;
  height: 590px;
  width: 900px;
  color: #ffffff;
}

div#menu
{
  width: 100%;
  height: 35px;
  /*background-color: #ffffff;*/
  /*background-image: url(../images/background_container.png);*/

}

div#menu a:link, div#menu a:visited
{
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}

div#menu a:hover
{
  color: #990000;
  text-transform: uppercase;
  text-decoration: none;
}





