@charset "ISO-8859-1";
  body { 
    background:url('../images/bgrd.gif') repeat-x #C8E3F1; 
    color: white;
    font: 10pt Verdana, Arial, sans-serif;
    margin: auto;
    text-align: center; 
   }

  h1 { font: bold 24pt Verdana, Arial, sans-serif }
  h2 { font: bold 16pt Verdana, Arial, sans-serif }
  h3 { font: bold 14pt Verdana, Arial, sans-serif }
  
  div#main {
    margin: auto;
    padding: 10px;
    border: 2px solid #0D4E7C;
    text-align: left;
    color: black; background-color: #DAEEF8;
    width: 760px; 
   }

  div#top {
    padding: 5px;
   }

  ul#Navigation {
    float: right;
    width: 20%;
    margin-top: 0;
    margin-left: 10px;
  }
  ul#Navigation li {
    list-style: none;
    text-align: center;
    margin-bottom:5px;
    padding: 3px;
    border: 3px outset white;
    background-color:#5284BD;
    color:#FFFFFF;
    font-weight:bold;
  }
  ul#Navigation a:link {
    text-decoration:none;
    background-color:#5284BD;
    color:#FFFFFF;
  }
  ul#Navigation a:visited {
    text-decoration:none;
    color:#FFFFFF;
  }
    ul#Navigation a:focus {
    text-decoration:none;
    color:#C8E3F1;
  }

    ul#Navigation a:hover {
    text-decoration:none;
    color:#C8E3F1;
  }

  p {
    margin: 5px;
    text-align: justify;
  }
  
  a:link { color: #000080 }
  a:visited { color: #800080 }

  a.outl {
    padding:3px 10px;
    border:3px outset white;
    background-color:#5284BD;
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
  }
  a.outl:link {
    text-decoration:none;
    background-color:#5284BD;
    color:#FFFFFF;
  }
  a.outl:visited {
    text-decoration:none;
    background-color:#5284BD;
    color:#FFFFFF;
  }
  a.outl:hover {
    text-decoration:none;
    background-color:#5284BD;
    color:#C8E3F1;
  }
  a.outl:focus {
    text-decoration:none;
    background-color:#5284BD;
    color:#C8E3F1;
  }

  img {
    margin: 0 5px;
    border:0;
    vertical-align: middle;
  }
  
  hr {
    background-color: #0D4E7C;
    color: #0D4E7C; 
    height: 2px;
    border: none;
  }


