BODY{
  margin: 10px;
  padding: 0px;
}

#page{
  width: 730px;
}

#topbar{
  background-image: url(../images/topbar_bg.gif);
  width: 730px;
  margin-bottom: 6px;
}

#topbar TD{
  padding: 0px;
}

#topbar #nav{
  width: 100%;
}

#topbar #nav TD{
  width: 100%;
  text-align: right;
}

#topbar #nav TABLE{
  padding: 0px;
  height: 70px;
}

#topbar #slogan{
  height: 45px;
  vertical-align: top;
  text-align: right;
}

#topbar #tabs{
  height: 25px;
  vertical-align: bottom;
  text-align: right;
  background-color: #2573B5;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: white;
}

#topbar #tabs A{
  color: white;
  text-decoration: none;
}

#topbar #tabs A:hover{
  text-decoration: underline;
}

TD{
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
}

P{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  margin-top: 0px;
  margin-bottom: 6px;
}

H1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: black;
  margin-top: 0px;
  margin-bottom: 6px;
  font-weight: normal;
}

H2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: black;
  margin-top: 0px;
  margin-bottom: 6px;
}

H3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  margin-top: 0px;
  margin-bottom: 6px;
}

A{
  color: #1D3391;
}

A:hover{
  color: #FF2400;
}

#footer{
  margin-top: 6px;
  border-top: 1px solid #1D3391;
  padding-top: 6px;
  text-align: center;
  color: #1D3391;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

UL{
  margin-top: 0px;
  margin-bottom: 6px;
  list-style-type: none;
  list-style-image: url(../images/arrow_blue.gif);
}