

body {
    background-color : #FFC65B;
    font-family : helvetica, arial, sans-serif;
    text-align: center;
  }


h1 {
    font-family : times, serif;
    text-align: center;
  }


h2 {
    font-family : times, serif;
    font-size : 16pt;
  }


h3 {
    font-family : times, serif;
    font-size : 22pt;
  }


li {
    padding-bottom: .5em;
  }

img {
    border: 0;
  }


.Page {
    text-align : left;
    width : 9in;
    margin-left: auto;
    margin-right: auto;
  }


.Title {
    position: relative;
    top: 45px;
    left: 120px;
  }

.Title1 {
    position: relative;
    top: 45px;
    float:left;
  }

.headLeft {
      float: left;
  }

.Menu {
    clear : both;
    font-size: 10pt;
    height : 2em;
    width : 100%;
    background-color : orange;
  }


.Menu ul {
    font-weight : bold;
    list-style-type : none;
    margin: 0;
    padding: 0;
  }


.Menu li {
    display: block;
    float: left;
  }


.Menu li a {
    color: #777;
    text-decoration: none;
    text-align: center;
    display: block;
    float: left;
    line-height: 2em;
    height: 2em;
    width: 9em;
  }


.Menu li a:hover {
    color: Black;
    background: #CD6600;
  }


.Menu li a.current {
    color: White;
    background: #8B4500;
  }


.Pad {
    float: left;
    width: 4em;
  }

#H5 {
    float: right;
    text-align: center;
    font-size: 8pt;
  }

.Testominals {
    float: right;
    width: 2in;
    margin-left: 1em;
    padding-left: .5em;
    padding-right: .5em;
    font-family: times, serif;
    font-style: italic;
    font-size: 12pt;
    background-color: orange;
}

.x {
   padding-left: .25em;
   padding-right: .25em;
}