
html
{
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
}

body
{
    font-family: Arial, sans-serif;
    color: Black;
    background-color: #fff;
    font-size: 13px;
    padding: 0px;
    margin: 0px !important;
}

#MainHeader
{
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

#MainFooter
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#MainContent
{
    width: 1020px;
    padding: 0px 5px 0px 25px;
    margin-left: auto;
    margin-right: auto;
}

.pageWidth
{
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.TopBanner
{
    position: relative;
    top: -15px;
    z-index: 400;
}

.topSearchBox
{
    background-image: url('images/search_bg.gif');
    background-repeat: no-repeat;
    height: 50px;
    float: right;
    padding: 20px 10px 10px 10px;
}

.logo
{
    width: 512px;
    height: 120px;
    float: left;
    position: relative;
    z-index: 500;
}

.content_top
{
}

.TopNav td
{
    background-image: url('images/top_nav_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    width: 194px;
    height: 47px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.1em;
    color: White;
}

.TopNav a
{
    text-decoration: none;
    color: White;
}

.selected a
{
    text-decoration: none;
    color: #00427a;
}

.selected
{
    background-image: url('images/top_nav_bg_selected.jpg') !important;
    color: #00427a !important;
}


.seperatorLine
{
    border-bottom: 1px dashed gray;
}

.top_divider
{
    background-image: url('images/top_divider.png');
    background-repeat: no-repeat;
    height: 18px;
}

.btn_divider
{
    background-image: url('images/top_divider.png');
    background-repeat: no-repeat;
    height: 18px;
}

.searchCriteriaColumn
{
}

.footer
{
    font-family: Arial;
    text-align: center;
    color: #242424;
    margin-top: 10px;
    font-size: 11.2px;
}

.footer a:link, a:active, a:visited
{
    color: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}

.footer a:hover
{
    color: inherit; /*font-weight: bold;*/
    text-decoration: underline;
}


.left_menu
{
    background-image: url('images/menu_bg.jpg');
    background-repeat: repeat-x;
    background-color: #B7D0E6;
    background-position: bottom;
    width: 204px;
    min-height: 204px;
    padding: 5px 5px 80px 5px;
    font-size: 0.75em;
}

.left_menu .level1
{
    background-image: url('images/menu_bg_level1.jpg');
    background-repeat: repeat-x;
    color: #00427a;
    font-weight: bold;
    min-height: 31px;
    height: 31px;
    width: 192px;
    padding-left: 10px;
    padding-right: 3px;
    vertical-align: middle;
    display: table-cell;
}

.left_menu .level2
{
    padding-left: 10px;
}

.ProBevleft_menu
{
    background-image: url('images/LeftNavBG.jpg');
    background-repeat: repeat-x;
    width: 204px;
    min-height: 250px;
    padding: 5px 5px 80px 5px;
    font-size: 12.5px;
    font-family: Arial;
    font-weight: bold;
}

.ProBevleft_menu .level1
{
    background-repeat: repeat-x;
    color: #00427a;
    min-height: 31px;
    height: 31px;
    width: 192px;
    padding-left: 10px;
    padding-right: 3px;
    vertical-align: middle;
    display: table-cell;
    border-top: 1px solid #c2d3e2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.selectedItem
{
    background-color: White;
    background-repeat: repeat-x;
    color: #00427a;
    font-weight: bold;
    min-height: 31px;
    height: 31px;
    width: 192px;
    padding-left: 10px;
    padding-right: 3px;
    vertical-align: middle;
    display: table-cell;
    border-top: 1px solid #c2d3e2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ProBevleft_menu .level2
{
    padding-left: 10px;
    padding-bottom: 5px;
}

.selectedItemLevel2
{
    background-color: White;
    padding-left: 10px;
    padding-bottom: 5px;
}


.selectedItem a
{
    color: #00427a;
}

.selectedItemLevel2 a
{
    color: #00427a;
}

.level1 a
{
    color: #00427a;
}

.level1 a:hover
{
    text-decoration: underline;
}

.level2 a
{
    color: #00427a;
    text-decoration: underline;
}


.hidden
{
    display: none;
}

.RegularText
{
    font-size: 12.5px;
    color: #2a2a2a;
    font-family: Arial;
}

.RegularText a
{
    font-size: 12.5px;
    color: #2a2a2a;
    font-family: Arial;
}

.RegularText_Small
{
    font-size: 12px;
    color: #2a2a2a;
    font-family: Arial;
}

.RegularText_Small a
{
    font-size: 12px;
    color: #2a2a2a;
    font-family: Arial;
}

.TitleText
{
    font-size: 24px;
    color: #7ea0c8;
    font-family: Tahoma;
    font-weight: bold;
}

.NormalText
{
    font-family: Arial;
    font-size: 13px;
    color: #242424;
    font-weight: normal;
}

a:link
{
    color: #1a3461;
}

a:visited
{
    color: #1a3461;
}

@media print
{
    .noprint
    {
        display: none;
    }
}
