/* Menu Layout Stylesheet */ 

body { background-image:url('images/diagb.jpg')
      }

td {
    font-family: Arial; sans-serif;
    font-size: 16px;
    }
    
h1 { 
    font-family: Arial; sans-serif;
    font-size: 20px; 
    color: #000000; 
    } 
    
h2 { 
    font-family: Arial; sans-serif;
    font-size: 30px; 
    color: #FDEB6A; 
    font-weight:bold; 
    }    
    
 a { 
 font-size: 12px;
 color: #D8C061;  
 text-decoration: none; 
 }

 a:active { 
 color: #D8C061; 
 text-decoration: none; 
 font-size: 12px; 
 }
 
 a:hover  { 
 color: #666666;
 text-decoration: none; 
 font-size: 12px;
 font-weight: bold;
 }
 
 a:visited  { 
 color: #D8C061;
 text-decoration: none; 
 font-size: 12px; 
 }
 
 a:link  { 
 color: #D8C061;
 text-decoration: none; 
 font-size: 12px; 
 }
    

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

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

#menu {
 width: 150px;
}

#menu ul {
 margin: 0; 
 padding: 0;
 list-style-type: none;
 font-family: Arial;
 font-size: 9pt;
 text-align: left
}

#menu li {
 margin: 2px 0;
}

#menu a {
 border-left:0px solid #D8C061; 
 border-right:10px solid #D8C061; 
 border-top:0px solid #D8C061; 
 border-bottom:2px solid #D8C061; 
 display: block;
 width:150px;
 color: #FFFFFF;
 text-decoration: none;
 background-color: #C60F07; 
 padding-left:3px; 
 padding-right:2px; 
 padding-top:2px; 
 padding-bottom:2px
}


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


#ftr {
 text-align: center;
 font-family: Arial; sans-serif;
 FONT-SIZE: 12px;
 clear: both;
 color: #000000;
 background-color: #C60F07;
 width:800px;
 }
 
#rss {
 font-family: Arial;
 font-size: 9pt;
 text-decoration:none;
}

#rss a {
text-decoration: underline;
line-height: 22px;
font-size: 11pt;
font-weight: bold;
color: #542917;
	}