﻿body {
    background: url("images/bg.jpg");
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
}

td{
    vertical-align: top;
}

.maintable{
    
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    background: white;
}

.header{
    vertical-align: middle;
    background-color: #2e3091;
    text-align: center;
    color: white;
    font-size: 10px;
}

.contentcell{
    background-color: White;
    vertical-align: top;
    padding: 5px;
    width: 625px;
}

.menucell{
    vertical-align: top;
    text-align: center;
    width: 200px;
    max-width: 200px;
    background-color: #E0E0E0;
}

.rightcolumncell{
    vertical-align: top;
    width: 175px;
    padding: 5px;
}

.footer{
    vertical-align: middle;
    background-color: #2e3091;
    text-align: center;
    color: white;
    font-weight: bold;
    height: 20px;
}

.footer a, .footer a:hover, .footer a:active, .footer a:visited{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
    vertical-align: middle;
}


a, a:hover, a:active, a:visited{
    color: #2E3091;
}

.menutable{
    width: 165px;
    margin-left: auto;
    margin-right: auto;
}

.menubutton{
    background-color: White;
    border: solid 2px #737373;
    width: 165px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.menubutton a, .menubutton a:hover, .menubutton a:active, .menubutton a:visited{
    color: #2e3091;
    text-decoration: none;
    display: block;
}

.pagetitle, .scrolltitle{
    font-size: 16px;
    font-weight: bold;
    color: #2e3091;
}


.quicksearchtable{
    width: 100%;
    border: solid 2px #737373;
    font-size: 11px;
    background: #D8D8EA;
}   

.quicksearchinnertable{
    margin-left: auto;
    margin-right: auto;
}
.quicksearchinnertable input{
    width: 80px;
}

.scrollbody{
    text-align: center;
    background-color: #FFFFFF;
    border: solid 2px #737373;
    font-size: 11px;
    width: 175px;
    padding: 5px;
}



.scrollfloatingdiv{
    width: 185px;
    margin-left: auto;
    margin-right: auto;
}
.bottomcredit{
    font-size: 10px;
}

.bottomcredit a, .bottomcredit a:hover, bottomcredit a:active, bottomcredit a:visited{
    color: #FFFFAA;
}