body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color:#FFFFFF;
    font-family: Arial, Verdana, Geneva, sans-serif;
    color:#000099;
    text-align: left;
}

h1,h2,h3,h4,h5,h6
{
    text-align: center; 
}

a:link
{
    color: #FF0000;
}

a:visited 
{
    color: #00CC00;
}

a:hover 
{
    color: #CCCC00;
}

a:active 
{
    color: #0000FF;
}

div#mainbox
{
    margin-top: 25px;
    border: 2px solid #999999;
    position: relative;
    width: 704px;
}

div#logobox
{
    height: 175px;
    overflow: hidden;
}

div#menubox
{
    height: 40px;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: 1px solid #FF0000;
    border-bottom: 1px solid #00FF00;
}

div#centerbox
{
    width: 700px;
    height: auto;
    margin: 0 auto;
    text-align: left;
}

div#rightbox
{
    float: right;
    width: 199px;
    height: inherit;
    border-left: 1px solid #999999;
    overflow: visible;
}

div#leftbox
{
    float: left;
    width: 489px;
    height: inherit;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #999999;
}

div#footbox
{
    font-size: x-small;
    width: 700px;
    border-top: 2px solid #999999;
}

div#clear
{
    clear: both;
}
