﻿html, body
{
    margin: 0px;
    padding: 0px;
    background-color:#00477F;
    z-index: -1;
    border:0px solid pink;
    font-family: Century Gothic;
    color: White;
}

img.BackgroundImage
{
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}
body *
{
    z-index: 100;
    position: relative;
    margin: 0 auto 0 auto;   
}



* html {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.png', sizingMethod='scale');
}

div.NavigationContainer 
{
    margin:0px auto 0px auto;
    text-align:center;
}
div.TopSectionContainer 
{
    margin:10px auto 0px auto;
    text-align:center;
}

div.BottomSectionContainer 
{
    margin-top:15px;
    width: 724px;
}

div.BottomSectionContainer div.BottomLeftSection 
{
    float:left;
}
div.BottomSectionContainer div.BottomRightSection 
{
    float:right;   
}

div.BottomSectionContainer div.BottomRightSection h2, p
{
    margin: 5px;
}

div.BottomRightSection table tr td.Content 
{
    background-color: #668f5d;
    margin:0px;
    padding: 0px;
}

div.BottomLeftSection table tr td.Content 
{
    background-color: #5789b2;
}

td.Content p
{
    padding: 5px;

}

td.Content img
{
        border: 1px solid #CCCCCC;
    margin: 10px;
    
}
a img
{
    border-style: none;
}

ul li
{
    list-style-type:square;
    padding: 3px;
    margin-left: 25px;
}