html
{
  margin: 0px;
}

body
{
  margin: 0px;
  font-family: Arial;
  font-size: 12px;
  height: 100%;
  text-align: center;
  background-color: #EBEBEB;
}

img
{
  border-width: 0px;
}

a
{
  color: #000000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.small
{
  font-size: 10px;
}

.ssmall
{
  font-size: 10px;
  width: 175px;
}

#container
{
  width: 750px;
  height: 100%;
  background-color: #FFFFFF;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

#container2
{
  width: 750px;
  min-height: 100%;
  * height: 100%;
  background-color: #FFFFFF;
  position: relative;
  text-align: left;
  float: left;
}

div#container2
{
  border-left: 1px solid #00345C;
  border-right: 1px solid #00345C;
}

#logo
{
  width: 750px;
  height: 115px;
  float: left;
  clear: both;
  border-bottom: 5px solid #EBEBEB;
  position: relative;
  margin-bottom: 1px;
}

#logo img
{
  position: absolute;
  left: 21px;
  top: 16px;
}

#logo span
{
  display: block;
  width: 380px;
  height: 45px;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 40px;
  *top: 30px;
  border: 1px dashed #C8C8C8;
  font-size: 11px;
}

#header
{
  width: 750px;
  height: 130px;
  float: left;
  background-image: URL('../images/header.jpg');
  border-top: 9px solid #00345C;
  position: relative;
}

#nav
{
  width: 710px;
  height: 27px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#nav a
{
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  line-height: 25px;
  border: 1px solid #005190;
  background-color: #005190;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 3px;
}

#nav a:hover
{
  background-color: #4098DD;
  text-decoration: none;
}

a.on
{
  background-color: #FFFFFF !IMPORTANT;
  border-bottom: 1px solid #FFFFFF !IMPORTANT;
  color: #000000 !IMPORTANT;
}

#body
{
  float: left;
  width: 710px;
  height: auto;
  padding: 20px;
}

#news
{
  float: left;
  width: 158px;
  height: auto;
  padding: 10px;
  border: 1px solid #326E9D;
  background-color: #E3EEF6;
  font-size: 11px;
}

#news h2
{
  margin: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #326E9D;
}

#body2
{
  float: left;
  width: 510px;
  height: auto;
  padding-left: 20px;
  line-height: 18px;
}

#body2 h1
{
  font-size: 16px;
  font-weight: bold;
  display: block;
  border-bottom: 1px dashed #EBEBEB;
  margin: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}

table.t1
{
  float: left;
  clear: both;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

table.t1 td
{
  padding-top: 5px;
  padding-bottom: 5px;
}

#trailer
{
  clear: both;
  height: 50px;
}

#footer
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 750px;

  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #00345C;
  color: #FFFFFF;
  font-size: 11px;
}

#footer a
{
  color: #FFFFFF;
}