  body {
    margin: 0px;
    font-family: arial, helvetica;
    font-size: 11px;
    line-height: 20px;
  }
  td {
  font-family: arial, helvetica;
  font-size: 11px;
  line-height: 20px;
  }
  .navigation {
    font-family: arial, helvetica, sans;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  }
  a.navigation {
    text-decoration: none;
    color: #000000;
  }
  a.navigation:hover {
    text-decoration: underline;
    color: #0000FF;
  }
  .homenavigation {
    font-family: arial, helvetica, sans;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
  }
  a.homenavigation {
    text-decoration: none;
    color: #000000;
  }
  a.homenavigation:hover {
    text-decoration: underline;
    color: #0000FF;
  }
  h1 {
    font-family: "times new roman", times, serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 24px;    
    color: #99CCCC;
    margin: 1px;
  }
  h2 {
    font-family: arial, helvetica;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;    
    color: #FFCC99;
    margin-bottom: -15px;
  }
  
  #bodytext {
    width: 60%;
    float: left;
    position: relative;
    margin-left: 38px;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }

  #rightside {
    width: 27%;
    position: relative;
    float: right;
    padding-bottom: 10px;
    text-align: center;
  }

#toolbar        {       
                        margin: 0;
                        padding: 0;
                        width: 741px;
                        background: buttonface;
                        border-top: 1px solid buttonhighlight;
                        border-left: 1px solid buttonhighlight;
                        border-bottom: 1px solid buttonshadow;
                        border-right: 1px solid buttonshadow;
                        text-align: right;
                        }
                        
.button         {
                        background: buttonface; 
                        border: 1px solid buttonface;
                        margin: 1; 
                        }
                        
.raised         { 
                        border-top: 1px solid buttonhighlight;
                        border-left: 1px solid buttonhighlight;
                        border-bottom: 1px solid buttonshadow;
                        border-right: 1px solid buttonshadow;
                        background: buttonface;
                        margin: 1;
                        }
                        
.pressed        {
                        border-top: 1px solid buttonshadow;
                        border-left: 1px solid buttonshadow;
                        border-bottom: 1px solid buttonhighlight;
                        border-right: 1px solid buttonhighlight;
                        background: buttonface;
                        margin: 1;
                        }

textarea {
  width: 739px;
}

#footer {
    width: 60%;
    margin-left: 38px;
    position: relative;
    float: left;
    text-align: center;
    font-size: 10px;
    line-height: 12px;   
    color: #666666;
    margin-bottom: 10px;
  }

