body
{
    background: #808080;
    padding: 0; 
    spacing: 0; 
    margin: 0;

    scrollbar-base-color: #808080;
    scrollbar-arrow-color: #ffffff;
    scrollbar-DarkShadow-Color: #000000;
    font-family: Verdana;
    font-size: 10pt;
}
td 
{ 
    vertical-align: top;
    font-family: Verdana;
    font-size: 10pt;
}


#main
{
    width: 950px;
}
#main2
{
    padding: 5px;
    background-color: #FFFFFF;
}

#header 
{
    border: 1px solid #000000;
    background-color: #808080;
}
#header_left
{
    border-right: 1px solid #000000;
    width: 218px;
}
#header_right
{
    text-align: right;
}


#menu
{
    width: 100%;
    text-align: center;
    background-color: #999999;
    margin-top: 2px;
    margin-bottom: 2px;
}
#menu td
{
    text-align: center;
}
ul.menu
{
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 0px;
    spacing: 0px;
    width: 100%;
}
.menu li
{
    margin: 0px;
    padding: 0px;
    spacing: 0px;
    list-style-type: none;
    float: left;
    width: 130px;
}
.menu a:link, .menu a:visited
{
    display: block;
    color: #FFFFFF;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    line-height: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
}
.menu a:hover
{
    display: block;
    background-color: #cccccc;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    color: #4A4545;
    line-height: 25px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
}

a.activepage:link, a.activepage:active, a.activepage:visited
{
    display: block;
    background-color: #E60000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
}
a.activepage:hover
{
    display: block;
    background-color: #FFFFFF;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    color: #1A4D7D;
    line-height: 25px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
}


#base
{
    border: 1px solid #CCCCCC;
    width: 100%;
}
#content
{
    padding: 10px;
}
#right
{
    padding: 10px;
    width: 240px;
}

h1
{
    margin: 0px;
    color: #666666;
    font-size: 15pt;
    padding: 4px;
    font-style: italic;
}
h2
{
    margin: 0px;
    color: #FFFFFF;
    background-color: #666666;
    font-size: 13pt;
    padding: 4px;
    font-style: italic;
}
p
{
    margin-bottom: 10px;
    margin-top: 0px;
}

ul.boxed
{
    margin-left: 0px;
    margin-top: 2px;
    margin-bottom: 0px;
    background-color: #cccccc;
    width: 240px;
    spacing: 0px;
    padding: 5px;
}
ul.boxed li
{
    margin-left: 19px;
    spacing: 0px;
    padding-left: 0px;
}

div.boxed
{
    border: 3px solid #99999;
    text-align: center;
    padding: 4px;
    background-color: #CCCCCC;
    color: #434343;
    font-family: Arial Rounded MT Bold;
    font-weight: normal;
}


#footer
{
    width: 950px;
}
#footer td
{
    font-size: 8pt;
    color: #FFFFFF;
}
#footer a:link, #footer a:active, #footer a:visited
{
    color: #FFFFFF;
}
#footer a:hover
{
    color: #000000;
}