﻿body 
{
    background-color: #8EA7BA;
    background-image: url('../../images/Background.jpg');
    background-repeat: repeat-x;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
    color: #362b2b;
}

img { border: 0px; }
.right
{
    float:right;
    margin:20px 0 20px 20px;
}
.left
{
    float:left;
    margin:20px 20px 20px 0;
}
.whiteLink 
{
    color: #fff;
    text-decoration: none;    
}

#container { width: 874px; }
        
#header 
{
    clear:both;
    height: 101px;
}

#logo { float:left; }
#banner { float: right; }

#menuWrapper { clear:both; }
#menu { height: 29px; float:right; }

#menu ul     
{
    list-style: none;
    padding:0; 
    margin:0;    
    text-decoration:none; 
}

#menu li{     
    display:inline;  
    list-style: none;          
    position:relative;       
    float: left;                
}

#menu img {  border:0 }

#pageHeaderContainer { background-color: #FFF; clear: both; height: 352px; }
#pageBodyContainer { clear:both; overflow: auto; min-height: 350px; background-color: #FFF; text-align:left; vertical-align: top; padding: 16px 25px 16px 20px; }
#taglineContainer { background-color: #FFF; text-align:right; padding-bottom: 15px; }
#footer { background-image: url('../../images/Footer.jpg'); background-repeat: no-repeat;  width: 874px; height: 24px; text-align:left; color:#fff; padding-top:4px; }
#copyrightContainer { text-align:right; color: #fff; font-size: 8pt; padding: 5px 5px 30px 0; font-weight: bold; }       