/* CSS Document */


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 .2em 0; }

#navcontainer a
{
display: block;
color: #000000;
background-color: #F3C200;
width: 8em;
padding: .1em .5em;
text-decoration: none;
font-size: 73%; 
font-family: sans-serif; 
}

#navcontainer a:hover
{
background-color: #5E211E;
color: #F3C200;
font-size: 73%; 
font-family: sans-serif; 
}






p.para  {font-size: 90%; font-family: sans-serif; color:#F3C200; text-decoration: none}

p.footer  {font-size: 70%; font-family: sans-serif; color:#000000; text-decoration: none}

table.dashed { border-color: #5E211E;
border-style: dashed; }

a:link {color: #000000; text-decoration: none}
a:visited {color: #A83A00 ; text-decoration: none}
a:active {color: #000000 ; text-decoration: none}
a:hover {text-decoration: underline; color: #A83A00}
