
.red
{
   background: #c2171d url(../gfx/red.gif) no-repeat top;
   color: #fff;
}

.fawn
{
   background: #f0ede0 url(../gfx/fawn.gif) no-repeat;
}

.fawnsplit
{
   background: #EBE7DA url(../gfx/fawnsplit.gif) no-repeat;
}

h3
{
    border-bottom: 1px solid #fff;     
}

li
{            
    background: url("../gfx/bullet.gif") 0px 0.5em no-repeat;
}

.panel ul li ul li
{
    background: url("../gfx/bullet_sub.gif") 0px 0.6em no-repeat;
}

.content .menu li
{            
    background: url("../gfx/link.gif") 0px 0.2em no-repeat;
}

.content .menu li.home
{            
    background: url("../gfx/link_home.gif") 0px 0.2em no-repeat;
}

.menu a.current
{
    background: #f6f4ee;
    font-weight: bolder;
}

.underline
{
    border-bottom: 1px solid #fff;
}

.topline
{
    border-top: 1px solid #ccc;
}

.footer
{
    color: #666;
}

/* ------ links ------ */



a:link, a:visited
{
    color: #000;
    background-color: transparent;
}

a:hover
{
    color: #333;
    background-color: transparent;
    text-decoration: underline;
}