

body {
    background-color: #FFF;
    font-family: arial;
    margin-top: 60px;
    margin-left: 200px;
  }


a:link, a:visited {
    text-decoration: none;
    color: #0F0F7A;
  }


a:hover {
    text-decoration: underline;
  }


#topbar {
    position: absolute;
    top: 120px;
    left: 100px;
    right: 10px;
    z-index: 4;
  }


#topbar hr.topseparator {
    border: 0;
    color: #ff0000;
    background-color: #ff0000;
    width: 100%;
    border: 0;
    height: 3px;
  }


#bottombar {
    position: relative;
    top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }


#bottombar p {
    text-align: center;
  }


#bottombar hr.bottomseparator {
    border: 0;
    color: #ff0000;
    background-color: #ff0000;
    width: 100%;
    border: 0;
    height: 3px;
  }


#text {
    position: absolute;
    left: 250px;
    top: 140px;
    z-index: 2;
  }


#text h1 {
    color: #F00;
    background-color: #FFF;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: justify;
  }

#text h2 {
    color: #F00;
    background-color: #FFF;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: justify;
  }

#text p {
    font-size: 1.0em;
    text-indent: 30px;
    margin: 50px 50px 5px 50px;
    margin-top: 10px;
    margin-right: 40px;
    margin-bottom: 10px;
    margin-left: 40px;
    text-align: justify;
  }
#text p.block {
    font-size: 1.0em;
    text-indent: 0px;
    margin-top: 0px;
    margin-right: 70px;
    margin-bottom: 10px;
    margin-left: 90px;
    text-align: justify;
  }


#sidebar {
    width: 200px;
    position: absolute;
    left: 20px;
    top: 200px;
    z-index: 1;
  }


#sidebar ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
  }


#sidebar a {
    display: block;
    padding: 3px;
    width: 160px;
    background-color: #8d0000;
    border-bottom: 1px solid #eee;
    font-weight: bold;
  }


#sidebar a:link, #navlist a:visited {
    color: #EEE;
    text-decoration: none;
  }


#sidebar a:hover {
    background-color: #ff0000;
    color: #fff;
  }


#sidebar a.inner {
    display: block;
    padding: 3px;
    width: 130px;
    background-color: #13008D;
    border-bottom: 1px solid #eee;
    margin-left: 30;
    font-size:0.9em;
  }


#sidebar a.inner:link, #navlist a.inner:visited {
    color: #EEE;
    text-decoration: none;
  }


#sidebar a.inner:hover {
    background-color: #1f40d5;
    color: #fff;
  }

