﻿body 
{
    font-family:Arial;
    font-size:small;
    text-align:center;
    background-color:#331D7B;
}
#divContent
{
    width:900px;
    background-color:White;
    text-align:left;
}
#divTop
{
    height:200px;
    background-position:left;
    background-repeat:no-repeat;
    background-color:#331D7B;
}
#divBanner
{
    width:700px;
    float:left;
    height:200px;
}
#divJumper
{
    width:180px;
    float:right;
    height:180px;
    padding:10px;
    color:White;
}
#divMenu
{
    height:35px;
    background-color:#331D7B;
    text-align:center;
}
#divMain
{
    min-height:500px;
    width:580px;
    height:auto !important;
    height:500px;
    float:left;
    padding:10px;
}
#divRight
{
    min-height:500px;
    width:300px;
    height:auto !important;
    height:500px;
    float:right;
    text-align:center;
}
#divFooter
{
    height:50px;
    clear:both;
    position:relative;
    bottom:0px;
    background-color:#331D7B;
    color:White;
    text-align:center;
}
.plainlink
{
    text-decoration:none;
}
.plainlink a:link
{
    color:White;
}
.plainlink a:visited
{
    color:White;
}
.plainlink a:hover
{
    color:Yellow;
    text-decoration:underline;
}
.plainlink a:active
{
    color:White;
}