﻿body 
{
    font-family: Arial, Verdana, Times New Roman;
    font-size: 12px;
    background-color:#15a2da;
    text-align:center;
}
*{ margin:0; padding:0; }
#mainBody
{
    margin:0px auto;
    border:0px;
    width:900px;
    }

#header
{
    margin:0px Auto;
    border:0px;
    text-align:left;
    background-color:#FFFFFF;
    }

#navigation
{
    text-align:center;
    width:900px;
    margin:0px;
    min-height:25px;
    background:#596E80;
    }
#content
{
    /*background:#FFFFFF;*/
    width:900px;
    min-height:500px;
    background:#CFDBE6;
}
#footer
{
    color:#ffffff;
    padding-top:10px;
}
ul{
    list-style-type:none;
    padding:0;
    margin:0px;
        
}

li{
    display:inline;
    
}
li a{ 
    float:left;
    text-decoration:none;
    color:#FFFFFF;
    font-weight:bold;
    background:#596E80;
    width:120px;

    padding:5px 0px 5px 0px;
}
li a:hover{
    background:#CFDBE6;
    color:#596E80;
}

.brightBlueBlock a
{
    text-decoration:none;
    color:Yellow;
}

.brightBlueBlock a:hover
{
    text-decoration:underline;
    color:Yellow;
}

.brightBlueBlock a:visited
{
    color:Yellow;
}

.lightBlueBlock a
{
    text-decoration:none;
    color:Blue;
}

.lightBlueBlock a:hover
{
    text-decoration:underline;
    color:Blue;
}

.lightBlueBlock a:visited
{
    color:Blue;
}

.brownBlock a
{
    text-decoration:none;
    color:#596E80;
}

.brownBlock a:hover
{
    text-decoration:underline;
    color:Blue;
}

.brownBlock a:visited
{
    text-decoration:underline;
    color:Blue;
}

.largeBlockImage
{
    width:600px;
    text-align:left;
}

.largeBlockText
{
    width:300px;
    text-align:left;
    border:solid 0px;
}
.brownBlock
{
    text-align:left;
    background:#C0B0A7;
    height:125px;
    width:300px;
}
.lightBlueBlock
{
    text-align:left;
    background:#CFDBE6;
    height:125px;
    width:300px;
}
.brightBlueBlock
{
    text-align:left;
    background:#6094BF;
    height:125px;
    width:300px;
}
.whiteBlock
{
    text-align:left;
    background:#FFFFFF;
    height:125px;
    width:300px;
}
.padded
{
    margin: 5px 10px;
}
.contentHeaderRed
{
    font-weight:bold;
    font-size:14px;
    color:#993333;
}
.contentHeaderBlue
{
    font-weight:bold;
    font-size:14px;
    color:#596E80;
}

.contentHeaderLightBlue
{
    font-weight:bold;
    font-size:16px;
    color:#15a2da;
    text-align:center;
}


#pageContent
{
    float:left;
    width:600px;
    text-align:left;
    padding:10px 10px 10px 10px;
    background-image:url('images/globe.png');
    background-repeat:no-repeat;
    min-height:400px;
}
#leftContent
{
    width:260px;
    float:left;
    padding:10px 10px 10px 10px;
}
