body 
 { 
    font-size: 0.8em;
    font-family: Verdana, Geneva, Helvetica, Arial, 'Arial CE', sans-serif;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: white;
    color: black;
    background-image: url('../img/background.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* 
 Header layer styles
 */
 
 #header #logo 
 { 
    float: left;
    padding: 12px 0 0 65px;
}

#logo  
{ 
    margin: 0 0 0 0;
}

#logo a img  
{ 
    border: none;
}

#header #headermenu  
{ 
    float: right;
    margin: 0 0 0 0;
    padding: 12px 58px 0 0;
    color: white;
    
}

#header #headermenu a  
{ 
    color: white;
    text-decoration: underline;
    margin: 0 7px 0 7px;
}

#header #headermenu a:hover  
{ 
    text-decoration: none
}

#header #headermenu a:visited, #header #headermenu a:active
{ 
    color: #F08D00;
}

/*
 Header styles END
 */
 
 
/*
 Menu Styles
 */

#rightPanel a, #rightPanel a.image
{
    display: block;
    line-height: 1.5em;
}
 
#rightPanel a
{
    text-decoration: underline;
    background-image: url('../img/menuarrow.gif');
    background-position: left 40%;
    background-repeat: no-repeat;
    padding: 5px 0 10px 20px;
    color: #336699;
}

#rightPanel a.image 
{
    text-decoration: none;
    background-color: none;
    background-image: none;
    background-position: none;
    background-repeat: none;
    margin: 0;
    padding: 0;
}

#rightPanel a:hover
{
    text-decoration: none;
    background-image: url('../img/menuarrowhover.gif');
}

#rigthPanel a.image:hover
{
    text-decoration: none;
    background-color: none;
    background-image: none;
    background-position: none;
    background-repeat: none;
}

#rightPanel a.current, #rightPanel a.current:hover
{
    text-decoration: none;
    display: block;
    background-image: url('../img/menuarrow.gif');
    background-position: left 40%;
    background-repeat: no-repeat;
    padding: 5px 0 10px 20px;
    color: #F08D00;
    line-height: 1.5em;
    font-weight: bold;
}

#rightPanel a:visited, #rightPanel a:active
{
    color: #F08D00;
}

#rightPanel a.image img
{
    border: none;
}

/* 
 Content Links 
 */

#footer a  
{ 
    text-decoration: underline;
    color: #336699;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: none;
    display: inline;
}

#footer a:hover  
{ 
    text-decoration: none;
    background: none;
} 
                
#footer a:visited  
{ 
    color: #F08D00;
} 
    
 
/*
 Page Links - currently disabled
 */
/* div.pageLinks
{
    display: block;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
}
*/ 

/*
 Debug styles
 */
 
div 
 { 
    border: solid 0px black;
} 