﻿body {
}
.menuTop
{
    font-weight: bold;
    color: #000F2C;
    font-size: small;
    padding-right: 8px;
    padding-left: 8px;
}
.mainBodySection
{
    color: #000000;
    /*margin: 10px 36px 6px 36px;*/
    padding: 1px 8px 1px 8px;
    text-align: left;
    vertical-align: top;
    filter: alpha(opacity=75); /*IE's opacity*/;
    opacity: 0.75;
    background-color: #ffffff;
}
.copyrightInfo
{
    font-size: x-small;
    color: #FFFFCC;
    text-decoration: none;
    filter: glow(color:#000f2c, strength=5);
}


.imgFloatRight
{
    position: relative;
    margin: 4px;
    padding: 4px;
    float: right;
    display: block;
    top: 0px;
    left: 0px;
}
 
.imgFloatLeft
{
    position: relative;
    margin: 4px;
    padding: 4px;
    float: left;
    top: 0px;
    left: 1px;
}
h3
{
    font-size: small;
    font-weight: bold;
    color: #003366;
}

/*Double spaced bulleted list*/
ul.doubleSpace li, ol.doubleSpace li
{
    margin-bottom: 1em;
}

/*Single spaced bulleted list*/
ul.singleSpace li, ol.singleSpace li
{
    margin-bottom: 0em;
}

/* Adjustments */
#content p + h2, #content tble + h2 { padding:0px; }
.section { padding: 0 10 px 0px 20px; }
h2.section, .section h2 { margin: 0 0 12px -20px; }
h2.section, .section h2, h2 { padding: 16px 10px 4px 0; color: #003366; font-weight: bold; border-bottom: 1px solid #003366; font-size:medium; }
#content.section { padding: 0; }
#content.section > h2.section { margin: 0; }
.formFields
{
    background-color: #FFFFCC;
    color: #000066;
    font-weight: 700;
}

/*background picture for the flash banner */
.backgroundImageForFlashBanner
     {
          background-image: url("~/images/BannerImgBg.jpg");
          background-repeat: no-repeat
     }
.menuMainLeft
{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
}

