﻿body
{
    background-color:#6666cc;
    text-align:center; 
    padding-top:10px;
    font-family:Verdana;
    font-size:.75em;
    color:#0d2b88;
    line-height:1.9em;
}
img
{
    border:0px;
}
.topMenuLink
{
    color:#0d2b88;
    text-decoration:underline;
    font-size:1em;
    margin-right:13px;
    font-weight:bold;
}
.topMenuLink:hover
{
    color:#6666cc;
    text-decoration:none;
}
.selectedTopMenuLink
{
    color:#6666cc;
    text-decoration:none;
    font-size:1em;
    padding-right:10px;
    font-weight:bold;
}
.darkLink
{
    color:#6666cc;
    text-decoration:none;
}
.darkLink:hover
{
    text-decoration:underline;
}
h1
{
    font-size:1.25em;
    margin-bottom:-15px;
    text-decoration:underline;
}
.menuDiv
{
    padding:15px 33px 0px 33px;
    text-align:left;
    width:540px;
    margin:4px auto auto auto;
    background-image:url('/Images/Template/Main.jpg');
    border:solid 0px blue;
}
.mainContentDiv
{
    padding:15px 50px 0px 50px;
    text-align:left;
    width:506px;
    margin:auto auto auto auto;
    background-image:url('/Images/Template/Main.jpg');
}
#contentDiv
{
    margin-top:-20px;
}


