  a {
    text-decoration: none;
  }

  a:link {
    color: rgb(0, 0, 255);
  }

  a:visited {
    color: rgb(51, 102, 255);
  }

  a:hover {
    color: rgb(125, 25, 25);
  }

  img {
    border: 0px solid;
    width: 80px;
    height: 15px;
  }

  body {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    margin 0px;
    padding 0px;
  }

  h2 {
    font-size: 125%;
    color: rgb(255, 255, 255);
    background-color: rgb(75, 75, 75);
    margin-top: 0px;    
    margin-bottom: 1px;
  }

  h3 {
    font-size: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(75, 75, 75);
    margin-top: 0px;    
    margin-bottom: 5px;
  }

  h6 {
    font-size: 75%;
    color: rgb(255, 255, 255);
    margin-top: 0px;    
    margin-bottom: 0px;
  }

  ul {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  li {
    margin-bottom: 10px;
  }

  p {
    margin-bottom: 20px;
  }

  #outer {
    background-color: rgb(75, 75, 75);
    border: 1px solid rgb(204, 204, 204);
    font-family: Arial, Times;
    font-size: 100%;
    width: 80%;
    margin-left:auto;
    margin-right:auto;
  }

  #header {
    background-color: rgb(0, 0, 125);
    background-image: url(MTI-Banner.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    border-bottom: solid thin rgb(204, 204, 204);
  }

  #header h1 {
    color: white;
    padding: 0px 0px;
    margin: 0px 0px;
  }

  #sidebar {    
    color: yellow;
    background-color: rgb(75, 75, 75);
    padding: 0px 5px;
    margin: 0px 0px;
    width: 100px;
    float: left;
  }

  #sidebar h1 {
    font-size: 100%;
    margin-top: 5px;
    margin-bottom: 2px;
  }

  #sidebar ul {
    margin-left: 0px;    
    padding-left: 20px;
  }

  #sidebar li {
    list-style-type: none;
    font-size: 75%;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  #sidebar a:link {
    color: rgb(255, 255, 255);
  }

  #sidebar a:visited {
    color: rgb(250, 250, 250);
  }

  #sidebar a:hover {
    color: rgb(255, 255, 0);
  }


  #main {
    color: rgb(0, 0, 0);
    background-color: rgb(225, 225, 225);
    border-left: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-left: 110px;
  }