body {
     font-family: arial, sans-serif;
     font-size: medium;
     font-color: black;
     font-weight: normal;
     background-color: #ffffff;
     width: 800px;
     margin-top: 3%;
     margin-bottom: 3%;
     margin-left: 10%;
     margin-right: 10%;
      }

#header {
        width: 800px;
        height: 71px;
        padding: 5px;
        margin: 0px;
        background-image: url(Title-Bar.gif);
        background-color: #c3c3c3;
		}

#menu {
      font-family: arial, sans-serif;
      font-size: 80%;
      width: 792px;
      color: white;
      font-weight: bold;
      background-color: #003865;
      padding: 5px;
      margin: 0px;
      border-style: solid;
      border-color: #c3c3c3;
       }
       
#mainbar {
         width: 810px;
         height: 400px;
         background-image: url(mainbar.gif);
         background-repeat: no-repeat;
         font-family: arial, sans-serif;
         color: #ffffff;
         background-color: #003865;
         text-align: right;
          }
           
#footer {
        width: 810px;
        height: 100px;
        background-color: #003865;
        color: #ffffff;
        text-align: left;
        font-size: 70%;
        font-weight: bold;
         }
         
#padding1 {
          padding-left: 410px;
          padding-right: 10px;
          padding-top: 10px;
          padding-bottom: 10px;
           }
           
#padding2 {
          padding: 10px;
           }
      
.center {
        text-align: center;
         }
         
.vright {
      text-align: right;
      vertical-align:text-bottom;
       }
       
.large {
       font-size: 1.5em;
       text-align: center;
        }
        
.borderless {
            border: none;
             }
      
a:link {
       color: #ffffff;
       text-weight: normal;
       text-decoration: none;
        }
        
a:hover {
        color: #003865;
        text-weight: normal;
        background-color: #c3c3c3;
        text-decoration: none;
         }
         
a:visited {
          color: #ffffff;
          text-weight: normal;
          text-decoration: none;
           }