﻿body 
{
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        font-size:smaller;
        margin: 20; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        background:#FFFFFF;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #222222;
}

.MainContainer
{
        width: 900px;
        height:100%;
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 0px solid #000000;
        text-align: left; /* this overrides the text-align: center on the body element. */
}

    /* Container Attributes */
    .logo_container
    {
        width: 880px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .menu_container
    {
        width: 841px;
        padding-left: 50px;
        padding-right: 10px;
        padding-top:10px;
    }

    .main_body_container
    {
        width: 880px;
        padding-left: 10px;
        padding-right: 10px;
    }
        .body_surround
        {
         border: solid 3px #fe8c48;
        }

    .footer_container
    {
        width: 880px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top:10px;
    }
    
    .tdFooter_line1
    {
        width:100%;
        height:18px;
        background-image:url(../images/footer_line1.jpg);
        background-repeat:no-repeat;
        padding-left:10px; padding-right:10px;
        font-size:10px;
        font-weight:bold;
        color:#FFFFFF;
    }
    
    .tdFooter_line2
    {
        height:18px;
        width:393px;
        background-image:url(../images/footer_line2.jpg);
        background-repeat:no-repeat;
        padding-right:10px;
        font-size:10px;
        font-weight:bold;
        color:#FFFFFF;
        text-align:right;
    }
    
    .footer_line2_bluetxt
    {
        font-size:10px;
        font-weight:bold;
        color:#062649;
    }
    
    .tdFooter_line3
    {
        height:19px;
        background-image:url(../images/footer_line3.jpg);
        background-repeat:no-repeat;
        padding-left:10px; padding-right:10px;
        font-size:10px;
        font-weight:bold;
        color:#FFFFFF;
        text-align:right;
    }
    
    .tdFooter_line4
    {
        height:18px;
        background-image:url(../images/footer_line4.jpg);
        background-repeat:no-repeat;
        padding-left:10px; padding-right:10px;
        font-size:10px;
        font-weight:bold;
        color:#FFFFFF;
        text-align:right;
    }
    /* Container attributes End */
    
    h1
    {
        font-family: Verdana;
        font-size:18px;
        font-weight:bold;
        color:#bbbbbb;
        text-align:right;
    }
    
    h5
    {
        font-family: Verdana;
        font-size:12px;
        font-weight:bold;
        color:#333333;
        text-align:center;
        margin:0px;
    }
    
    .tblMenu
    {
        width:100%;
        padding:0px;
    }
    
    .tblMenu a
    {
        font-size:12px;
        font-weight:bold;
        color:#FFFFFF;
        text-decoration:none;
    }
    
    .tblContent_layout
    {
        width:100%;
        height:205px;
        padding-left:5px;
        padding-top:5px;
        background-image:url(../images/content_bg.gif);
        background-repeat:repeat-x;
        background-color:#FFFFFF;
        vertical-align:top;
    }
    
    .body_contentRight
    {
        width:321px;
    }
    
    .body_contentLeft
    {
        width: 546px;
    }
    
    .homepage_podContainer
    {
        height: 194px;
    }
    
    .homepage_pod
    {
        width:176px;
        border: solid 2px #062649;
        border-bottom:0px;
        background-color:#FFFFFF;
        font-family:Verdana;
        font-size:10px;
        color:#222222;
    }
    
    .find_btn
    {
        width:176px;
        height: 29px;
        border: solid 2px #062649;
        border-top:0px;
        background-color:#FFFFFF;
        text-align:center;
    }
    
    .pod_spacer
    {
        width:2px;
    }
    
    .activeMenu
    {
        width:119px;
        height:32px;
        background-image:url(../images/orange_btn.jpg);
        background-repeat:no-repeat;
        font-size:12px;
        font-weight:bold;
        color:#FFFFFF;
        text-align:center;
    }
    
    .inactiveMenu
    {
        width:119px;
        height:32px;
        background-image:url(../images/grey_btn.jpg);
        background-repeat:no-repeat;
        font-size:12px;
        font-weight:bold;
        color:#FFFFFF;
        text-align:center;
    }
    
       a
    {
        color:#003399;
        font-weight:bold;
        text-decoration:none;
    }
    
        a:hover
    {
        color:#999999;
        font-weight:bold;
        text-decoration:none;
    }