/* Orchid Menu Layout Stylesheet */ 

body {
background: #596F0D;
     }
     
a:link { 
font-family: Arial; sans-serif;
color:#000000;
text-decoration: none;
background:transparent; 
}

a:visited { 
font-family: Arial; sans-serif;
color:#000000;
text-decoration: none;
background:transparent; 
}

a:hover { 
font-family: Arial; sans-serif;
color:#fffff0;
text-decoration: none;
background:#596F0D; 
}

a:active { 
font-family: Arial; sans-serif;
color:#000000;
text-decoration: none;
background:transparent; 
}

     
td {
    font-family: Arial; sans-serif;
    font-size: 16px;
    }
    
h1 {
font-family: Arial;
font-size: 20px;
text-decoration:underline; 
color:#660033; 
font-weight:bold
}

 
#bar {
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000; 
 height:20px;
 background:#E4E2B6;
 color: #E4E2B6;
 padding:0;
 margin: 0px;
 }

#l-col {
 text-align: center;
 padding:0px;
 margin: 0px;
 }

#menu {
 width: 100%;
}

#menu ul {
 margin: 0; 
 padding: 0;
 list-style-type: none;
 font-family: arial, sans-serif;
 font-size: 12px;
 text-align: left;
}

#menu li {
 margin: 2px 0;
}

#menu a {
 display: block;
 width:130px;
 padding: 2px 2px 2px 3px;
 color: #000000;
 border-style: solid;
 border-width: 0px 10px 2px 0px;
 border-color: #542917;
 text-decoration: none;
 background-color: #E4E2B6;
}


#menu a:hover {
 color: #FFFFFF;
 border-style: solid;
 border-width: 1px;
 border-color: #FFFFFF;
 text-decoration: none;
 background-color: #542917;
}


#ftr {
 border-top:1px solid #596F0D; 
 text-align: center;
 background:#E4E2B6;
 font-family: Arial; sans-serif;
 FONT-SIZE: 12px;
 color: #666666;
 width:779px;
}
