td
{
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
    color: #000000;
}

#heading
{
    background-color: EFC303;
    width: 100%;
}

#content
{
    border: 1px solid #B80000;
}

#body
{
    width: 500px;
}

#menulinks
{
    width: 200px;
    background-color: #B80000;
    height: 600px;
}

#menulinks a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#main
{
    display: block;
}

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

#menu li
{
    float: left;
    margin: 0 0.15em;
    padding: 0px;
    text-align: center
}

#menu li a
{
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #EFC303;
    height: 18px;
    line-height: 18px;
    float: left;
    width: 135px;
    display: block;
    border: 1px solid #B80000;
    text-decoration: none;
    text-align: center;
}

#menu li a:hover
{
    background-color: #FBF2CC;
}

#menu li #current
{
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FBF2CC;
    height: 18px;
    line-height: 18px;
    float: left;
    width: 11em;
    display: block;
    border: 1px solid #B80000;
    text-decoration: none;
    text-align: center;
}

h1 
{
    font-family: Verdana, Arial, Sans-serif;
    font-weight: bold;
}
