body
{
    font-size: 75%;
    font-family: arial, helvetica, sans-serif;
    line-height: 1.6;
    margin: 0 auto;
    padding: 0;
    color: #000000;
    text-align: center;
}
.fixed-width-and-center-wrapper
{
    width: 738px;
    text-align: center;
    margin: 0 auto;
}

.float-wrapper
{
    margin-left: 20px;
    margin-right: 20px;
}

/*
a, a:visited {
  color: #003366;
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
  font-weight: normal; }
*/
.a1
{
  color: #003366;
  font-family: arial, helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
}

h1, h2, h3, h4, h5 {
  color: #003366;
  text-align: left; }

ul {
  padding-bottom: 16px; }

.heading {
  color: #003366;
  font-size: 14px; }

#header {
  height: 70px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(../images/logo.jpg);
  text-indent: -9000px;
  overflow: hidden; }
  #header a {
    display: block;
    width: 270px;
    height: 40px; }

#navigation
{
    float: right;
    font-size: 14px;
    padding-left: 80px;
    margin-top: 35px;
    height: 25px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #003366;
}

#content-wrapper
{
    text-align: left;
    width: 738px;
    margin: 0 auto;
}

/*
img#front {
  margin-top: 0px;
  margin-bottom: 10px; }
*/

#footer {
  margin-top: 35px;
  padding-top: 5px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #003366;
  font-size: 10px;
  text-align: left;
  color: #003366; }
  #footer p {
    margin: 0; }
  #footer #footer_navigation ul {
    padding: 0;
    margin: 0; }
    #footer #footer_navigation ul li {
      font-family: arial, helvetica, sans-serif;
      padding: 0;
      margin: 0;
      margin-left: 4px;
      list-style: none;
      display: inline;
      font-size: 10px; }
      #footer #footer_navigation ul li a {
        font-weight: normal; }

.underline {
  text-decoration: underline; }
  
