﻿body
{
font-family: Verdana;
font-size: 12px;
}
.mainTable
{
    width: 100%;
    border: solid 1px #000000;
    margin-top: -16px;
}
.topHeader
{
    text-align: left;
    background-image: url('images/topHeaderBG.png');
    background-repeat: repeat-x;
    height: 86px;
}
.navMenu
{
    color: #FFFFFF;
    font-family:  verdana;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    left: 243px;
    top: 66px;
    width: 520px;
    text-align: left;
}
.navMenu A
{
    color: White;
    text-decoration: none;
}

.navMenu A:Visited
{
    color: White;
    text-decoration: none;
}

.navMenu A:Hover
{
    color: #FCD241;
    text-decoration: underline;
}

.leftMenu
{
   width: 188px;
   background-image: url('images/leftMenuHeader.png');
   background-repeat:no-repeat;
   vertical-align: top;
}
.leftMenuTopSpacer
{
    width: 188px;
    height: 45px;
}
.leftMenuBody
{
    text-align: left;
    vertical-align: top;
    width: 170px;
    font-weight: bold;
    padding-left: 15px;
}
.leftMenuBody A
{
    text-decoration: none;
    color: #3236A4;
}
.leftMenuBody A:Visited
{
    text-decoration: none;
}
.leftMenuBody A:Hover
{
    text-decoration: underline;
    color: Black;
}
.midHeader
{
    font-weight: bold;
    font: normal normal bold 100% serif;
    width: 100%;
    background-image: url('images/midHeaderBG.png');
    border-bottom: solid 1px #517396;
    padding-left: 35px;
    padding-top: 15px;
    vertical-align: top;
    color: #FFFFFF;
}
.midHeaderShadow
{
	width: 7px;
	vertical-align: top;
	background-image: url('images/leftMenuMidShadow.png');
	background-repeat: repeat-y;
	font-size: medium;
	color: #000000;
}
.midHeaderShadow div
{
    height: 58px;
}

.mainBody
{
    vertical-align: top;
    background-image: url('images/mainBG.png');
    padding-left: 15px;
    padding-top: 15px;
}
.mainBodyShadow
{
    width: 7px;
    background-image: url('images/leftMenuShadow.png');
    background-repeat: repeat-y;
    height: 100px;
}
.mainBodyShadow
{
    height: 600px;
}