﻿#maincontainer 
    {
    width: 990px;
    height: 610px;
    margin:5px auto 0px auto;
    min-height: 100%;
    position: relative;
    }

#banner 
    {
    height: 202px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    }

#pagecontent
    {	
    border: 1px solid #C0C0C0;	
    min-height: 100%;
    position: relative;
    background-color:#fff;
    }

#navcontent
    {
    margin-left:10px;
    width: 970px;
    margin-top:10px;
    } 

#navigation 
    {
    width: 970px;
    height: 30px;
    float: left;
    background:#555C78;
    }

#navigation li 
    {
    list-style-type: none;
    display:inline;
    margin-left:17.5px;
    margin-top:10px;
    font-size:18px;
    }

#navigation li a:hover 
    {
    color: #EAC17E;
    text-decoration: underline;
    }

#navigation li a 
    {
    text-decoration: none; 
    color: #FFF;
    }

#sub-nav-content
    {
    margin:10px 0px 10px 10px;
    width: 188px;
    height: 100%;
    float: left;
    padding: 5px;
    min-height: 100%;
    border: 1px solid #C7211E;
    }

#sub-nav
    {
    width: 208px;
    height: 100%;
    float: left;
    min-height: 100%;
    }

#main-content-area 
    {
    min-height: 100%;
    width:760px;
    float: right;
    }

#footer 
    {
    bottom: -25px;
    left: -1px;
    width: 100%;
    height: 100%;
    clear: both;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    }

#footer li 
    {
    list-style-type: none;
    display: inline;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    }

/* ************************************* */

#logo 
    {
    width: 990px;
    float: left;
    }

#imglogo 
    {
    border-width: 0;
    width:990px;
    height:71px;
    }