body {
   font-family:      arial, sans-serif;
   background-color: white;
   background-image: url("menubar.gif");
   background-repeat: repeat-y;
   color:            black;
}
#palmmenu {
   font-size:        24px;
   color:            white;
   background-color: white;
   text-align:       center;
   vertical-align:   bottom;
   background-image: url("menuheader.gif");
   position:         absolute;
   top:              10px;
   left:             10px;
   width:            171px;
   height:           36px;
   margin:           0px;
   padding:          5px 0px 0px 0px;
   font-weight:      normal;
}
div#header {
   height:           48px;
   color:            #2e3192;
   background-color: white;
   margin:           -15px;
   border-bottom-style: solid;
   border-bottom-width: 2px;
}
img#header {
   position:         absolute;
   top:              10px;
   left:             0px;
}
p#byronnie {
   position:         absolute;
   color:            black;
   background-color: white;
   top:              20px;
   left:             200px;
   font-weight:      bold;
}
div.menu {
   position:         absolute;
   top:              48px;
   left:             0px;
   background-image: url("menubar.gif");
   width:            180px;
}

li.rmenu {
   list-style:       none;
   width:            100px;
   height:           32px;
}
li.lmenu {
   list-style:       none;
   margin-left:      -30px;
   width:            100px;
   height:           32px;
}
li.valid {
   list-style:       none;
   margin-left:      -16px;
   margin-top:       16px;
}
ul.valid {
   margin-top:       30px;
}
a.menu {
   background-image: url("button.gif");
   color:            black;
   background-color: white;
   text-decoration:  none;
   font-family:      arial, sans-serif;
   padding:          5px;
   font-size:        18px;
   width:            100px;
   height:           32px;
   list-style:       none;
   text-align:       center;
   margin-top:       16px;
}
a.menu:hover {
   background-image: url("button_selected.gif");
   color:            white;
   background-color: #2e3192;
}
div.main {
   position:         absolute;
   top:              48px;
   left:             180px;
   margin-top:       16px;
}
