      #searchbar #submit{
        border: 0;
        background-color: white;
        padding: 0;
        margin: 0;
        font-size: 1em;
        font-weight: bold;
        font-family: helvetica, arial, sans-serif;
      }
    
      body{
        font-family: helvetica, arial, sans-serif;
      }
      div#header{
        border-bottom: dotted 1px black;
        overflow: auto;
        padding: 5px 0px;
        margin-bottom: 1em;
      }
      
      .left{
        float: left;
      }
      .right{
        text-align: right;
        float: right;
      }
      div#bodyframe{
        width: 750px;
        margin: 0 auto;
        min-height: 100%;
      }
      #menu ul{
        display: inline;
      }
      #menu ul li{
        display: inline;
        list-decoration: none;
        border-right: solid 1px black;
        padding-left: 7px;
        padding-right: 10px;
      }
      #menu ul li a{
        color: #004455;
        text-decoration: none;
      }
      
      #menu ul li:last-child{
        border: 0;
        padding-right: 1px;
      }
      
      #content{
        text-align: justify;
        min-height: 500px;
      }
      
      #content h1{
        color: #aaaa00;
      }
      
      #footer{
        padding: 5px 0px;
        margin-top: 3em;
        border-top: 1px dotted black;
      }
      #heading{
        overflow: auto;
        padding-top: 5px;
      }
      #heading h1{
        margin: 0;
        font-size: 1em;
        font-weight: bold;        
      }
      #heading .date{
        font-size: 1em;
      }

