body
{
        font-family: Arial;
}




.navigation
{
        font-family: "Arial";
        font-size: medium;
        vertical-align: text-bottom;
        width: 100%;
        text-align: center;
}

.news
{

        background: url(../img/NewsBG.gif) no-repeat;
        font-family: Arial;
        font-weight: normal;
        font-size: x-small;
        text-align: left;
}

.GrayToWhiteBG
{
        background: url(../img/GrayToWhite.jpg) repeat-x;
}
.TextBold, h1, h2
{
        font-family: Arial;
        font-weight: bold;
        font-size: smaller;
}
.TextNormal
{
        font-family: Arial;
        font-weight: normal;
        font-size: smaller;
        text-align: justify;
}

.Footer
        {
                font-family: Arial;
                font-weight: normal;
                font-size: smaller;
                text-align: center;
                padding:0px;
                margin:0px;
        }

  ul#Navigation
  {
          text-align: center;
    background-color: silver;
    margin: 0;
    padding: 0;
  }
  ul#Navigation li
  {
    list-style: none;
    display: inline;
  }

  ul#Navigation a, ul#Navigation span {
    float: left; width: 8em;
    margin-top: 2px;
    margin-right: 10px;
    font-family: Arial;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;

    color: black; background-color: #ccc;
  }

  ul#Navigation a:hover, ul#Navigation span
  {
    color: white; background-color: #878280;
  }



  ul#Navigation div {
     clear: left;
  }