﻿html 
{
    scrollbar-base-color: #458fba;
    scrollbar-arrow-color: #336a96;
    }
body
{
    margin: 0px;
    background-image: url('i/bg.jpg');
    background-repeat: repeat-x;
    background-color: #458fba;
    font-family: Verdana;
    color: #666666;
    font-size: small;
}


#container
        {
        text-align: center;
        }
#containercontent
        {
        width: 778px;
        height: 835px;
        background-image: url('i/bgmain.jpg');
        background-repeat: no-repeat;
        text-align: center;
        padding:0px 0px 0px 0px;
        margin: 0 auto;
        }
#outertable
        {
        width: 778px;
        height: 720px;
        padding:0px 0px 0px 0px;
        vertical-align:top;
        }
 #tableheader
        {
            width: 778px;            
            height: 180px;
            vertical-align:top;
            
        }
#tablecontent
        {
            width: 778px;            
            height: 540px;
            vertical-align:top;
            
        }
#outertablefooter
        {
        width: 778px;
        height: 115px;
        vertical-align:top;
        }

a.footer
{
    text-decoration: none;
    font-size: x-small;
    font-family: Verdana;
    color: #FFFFFF;
    text-align: center;
}

a.footer:link {
    text-decoration: none;
    font-size: x-small;
    font-family: Verdana;
    color: #FFFFFF;
    text-align: center;
}

a.footer:visited {
    text-decoration: none;
    font-size: x-small;
    font-family: Verdana;
    color: #FFFFFF;
    text-align: center;
}

a.footer:hover {
	text-decoration: underline;
}


a.quicklinks
{
    text-decoration: none;
    font-size: x-small;
    color: #336a96;

}

a.quicklinks:link {
    text-decoration: none;
    font-size: x-small;
    color: #336a96;
}

a.quicklinks:visited {
    text-decoration: none;
    font-size: x-small;
    color: #336a96;
}

a.quicklinks:hover {
	text-decoration: underline;
}

.seperator
{
    font-family: verdana;
    font-size: x-small;
    color: #FFFFFF;
    font-weight: bold;
}

.imagelink
{
    border-style: none;
    height: 180px;
}

.title
{
    font-family: verdana;
    font-size: small;
    font-weight: bold;
}