/* style sheet for BrakeLLC */

/* DarkKhaki=BD B7 6B is used for the background of the page
Goldenrod=DA A5 20 is used for the header background
DarkGoldenrod=0xB8860B
A ligher but greener DarkGoldenrod 0xB8860B
But we lower the red and blue
DarkOliveGreen=55 6B 2F
*/

body {
   font-family: Ariel, Helvetica, Verdana, sans-serif;
   background-color: DarkKhaki;
   color: black;
   padding: 0;
   margin: 0;
}

#header {
   font-size: 1.5em;
   font-weight: bold;
   background-color: #987600;
   color: black;
}

.header-title {
  font-size:2em;
  margin: 0 0 0 5px; padding: 5px 0 0 5px ;
}

.header-sub-title {
  font-size: small;
  margin: 0 0 3px 3px; padding: 0 0 3px 3px;
}

/* left navigation menu */
#menu {
   position: absolute;
   top:90px;
   left:10px;
   width:150px;
   padding:10px;
}

/* navigation menus */
 .navitem {
   font-weight: bold;
   background-color: DarkOliveGreen;
   width: 100px;
   vertical-align: center;
   text-align:center;
   padding: 5px;
   margin: 5px;
   border-style:ridge;
}

.navitem a:link {color:white;}
.navitem a:visited {color:white;}

.navitem a {
   text-decoration: none;
   color: white;
}

#content {
   font-size: .8em;
   margin: 0 0 0 15px;
   padding:10px;
}

#footer {
   font-size: .8em;
   margin: 10px 0 0 200px;
}