﻿body
{
    padding: 0px;
    margin: 0px;
    background-color: White;
    font-family: Arial;
    font-size: 12px;
}

h2
{
    font-size: 14px;
}
.Button
{
    border-width: 2px;
    margin: 5px;
}

.table1
{
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    vertical-align: top;
    border-spacing: 5px;
}


.thead
{
    font-size: 14px;
    font-weight: bold;
    background-color: #2BBA00;
    text-align: center;
    color: White;
}
.theadcell
{
    border-style: solid;
    border-width: 2px 4px 2px 4px;
    border-color: #FFFFFF;
    height:25px;
}

.tbody
{
    background-color: #CFFFC1;
    vertical-align: top;
}

.tcell
{
    border-style: solid;
    border-width: 2px 4px 2px 4px;
    border-color: #FFFFFF;
    padding: 5px;
    border-spacing: 5px;
}

.table1 ul
{
    font-size: 11px;
    font-weight:normal;
}


.MainPage
{
    border-width: thin;
    border-color: #2BBA00;
    background-color: #FFFFFF;
    width: 1000px;
    position: relative;
    border-right-style: solid;
    border-left-style: solid;
}
.Page
{
    text-align: center;
}
.Header
{
    background-position: left top;
    height: 100px;
    background-image: url('Images/TopHeader3.png');
    background-repeat: no-repeat;
}
.Banner
{
    float: right;
    clear: right;
    margin: 15px 20px 0px 0px;
    width: 400px;
    color: #003366;
    font-weight: bold;
}

.Banner a
{
    color: #003366;
}

.Contact
{
    float: right;
    margin: 0px 3px 0px 0px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
    font-size: 14px;
}

.Contact a
{
    color:White;
}

.MainMenu
{
    position: relative;
    top: 80px;
    height: 20px;
    left: 0px;
    text-align: left;
    font-weight:bold;
    font-size:14px;
}
.MainMenuItem
{
    background-position: left bottom;
    width: 180px;
    height: 20px;
    background-image: url( 'Images/Tab.png' );
    background-repeat: no-repeat;
    text-align: center;
    zoom: 1;
    color: #2BBA00;
}
.MainMenuItem:hover
{
    background-position: left bottom;
    width: 180px;
    height: 20px;
    background-image: url('Images/TabS.png');
    background-repeat: no-repeat;
    text-align: center;
    color: #FFFFFF;
}
.MainMenuSelected
{
    background-position: left bottom;
    width: 180px;
    height: 20px;
    background-image: url( 'Images/TabS.png' );
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
}

.SubMenuPos
{
    background-position: left top;
    top: 0px;
    left: 0px;
    height: 20px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.SubMenuItem
{
    background-position: left bottom;
    width: 160px;
    height: 15px;
    text-align: center;
    background-color: #2BBA00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 2px 0px 0px 0px;
    display: block;
    color: White;
    font-weight:bold;
}
.SubMenuItem:hover
{
    width: 160px;
    height: 15px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    margin: 2px 0px 0px 0px;
    color: #2BBA00;
    background-color:White;
}
.SubMenuSelected
{
    width: 160px;
    height: 15px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    margin: 2px 0px 0px 0px;
    color: #2BBA00;
    background-color: White;
}

.Content
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    min-height: 600px;
    
}
.Footer
{
    height: 70px;
    float: left;
    clear: both;
}
.FooterLeft
{
    float:left;
    width: 290px;
    text-align: left;
    margin: 0px 0px 0px 10px;
}
.FooterMiddle
{
    float: left;
    width: 400px;
}
.FooterRight
{
    float: right;
    margin: 0px 10px 0px 0px;
}

.ClassOne
{
    color: Black;
}
