p.trailer {
    font-family: "Copperplate Gothic Light", "Copperplate", Ariel, sans-serif; 
    text-transform: uppercase; 
    letter-spacing: +1px;
    font-size: 0.5em;
    }

p.lowercase {text-transform: lowercase}
p.capitalize {text-transform: capitalize}

html,body, #total {
  /*overflow: hidden;*/
  background-color: #eee;
  color: #444;
  font-family: Verdana, Georgia, serif;
  font-size: 1em;
  height:100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
    
img.floatLeft { 
    float: left; 
    margin: 5px 10px 5px 20px; 
}
img.floatRight { 
    float: right; 
    margin: 5px 20px 5px 10px;  
}

div.login
{
  font-size: 0.8em;
  border:1px solid;
  border-color: #666 #333 #333 #666;
  margin-left: 20px;
}
 
div.inset
{
  float: left;
  padding-left: 40px;
  background-color: #0f0;  

}
 
td.nav {
  padding-bottom: 8px;
  padding-top: 8px;
  }


ul.indent {
  padding-left: 17em;
  }

input.nav {
  color:#555;
  font-size: 1em;
  font: bold 'trebuchet ms',helvetica,sans-serif; 
  background-color:#f0f0f0;
  border:0px solid;
  border-color: #666 #333 #333 #666;
}


input.nav:hover{
   color: #55A;
   text-shadow: #585858 5px 5px 4px;
   /* postion: relative; top: 5px; left: 5px;  */
   }
input.nav:focus{
   color: #5A5;
   }
input.nav:active{
   color: #5A5;
   }

#bodycontent{
  /* background: #f00;*/
   margin-top: 20px;
   margin-right: 50px;
   margin-bottom: 20px;
}
   
   