/* CSS definition file containing sitestyle stylesheets */
BODY 
{
    font-family: Verdana; 
    background-image: none;
    }
 p 
 {
     font-family: Verdana;
     font-size: 0.9em;
    text-align: center;
}
 .link A:active 
 {
     color: rgb(255,204,51); font-weight: normal; font-style: normal;}
 .link A:link 
 {
     color: rgb(255,255,255); font-weight: normal; font-style: normal;}
 .link A:visited  
 {
     color: rgb(255,255,204); font-weight: normal; font-style: normal;}

 .link A:hover  
 {
     color: rgb(255,204,51); 
}
 .red
{
    background-color: #990100;
    width:100%;
}
.black
{
    background-color: #000000;
    width:100%;
}
.gold
{
    background-color: #FFDD78;
    padding:10px;
    vertical-align:top;
}
.footer
{
    font-size: 0.8em;
    height:15px;
    color: White;
    text-align:center;    
}
.footerright
{
    vertical-align:bottom;
    background-image:right_bottom_corner.gif;   
}
.footerleft
{
    vertical-align:bottom;
    background-image:left_bottom_corner.gif;   
}
.header
{
    font-size: 0.6em;
    color: White;
    height:15px; 
    text-align:left;
}
.menubackground
{
 background-color: #990100;
 width: 160px;
 vertical-align: top;   
}
.picture
{
    height:80px;
    width: 120px;
}
.adjustedZIndex {
    z-index: 1;
}