hr {color:sienna;}
h1 {font-family:"Times New Roman",Times,serif;}
h2 {font-family:"Times New Roman",Times,serif;}
h3 {font-family:"Times New Roman",Times,serif;}
h4 {font-family:"Times New Roman",Times,serif;}
p {font-family:"Times New Roman",Times,serif;}
body {background-image:url("vestmnt_lg_gold.jpg");}
option {font-family:"Times New Roman",Times,serif; font-size:large;
background-color:lemonchiffon;
}
select {font-family:"Times New Roman",Times,serif; 
font-size:large; background-color:lemonchiffon;
}
ul.nobullets
{
list-style-type:none;
margin:0;
padding:0;
}
a.navbar:link,a.navbar:visited
{
display:block;
font-weight:bold;
color:blue;
background-color:lemonchiffon;
width:20%px;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a.navbar:hover,a.navbar:active
{
background-color:gold;
}
div.leftmenu
{
position:fixed;
    left:0;
    top:0;
    bottom:0;
    width:20%;//a value by which you need to add a offset onto your content element
    height:100%;
float:left;
margin:1em;
background-color:lemonchiffon;
}
div.maincontent
{
    width:75%;
    height:100%;
    float:right;
    margin:1em;
}
  
    
h2.navbar
{
display:block;
font-weight:bold;
color:black;
background-color:lemonchiffon;
width:20%px;
text-align:center;
padding:4px;
text-decoration:none;
}

    

  
    
    
   
}
