﻿body 
{
}

.navmenu_item
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    background-repeat: no-repeat;
}

.navmenu_item:hover
{
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
}

.navmenu_item_sec
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    text-decoration: none;
    padding-left: 5px;
    background-color: #336699;
}

.navmenu_item_sec:hover
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    text-align: left;
    vertical-align: top;
    text-decoration: none;
    padding-left: 5px;
    background-color: #336699;
}

.menu
{
    background-image: url(   'images/menu_item_back.jpg' );
    background-repeat: repeat-x;
    vertical-align: top;
    background-color: #FFFFFF;
    height: 33px;
}

.top_logo
{
    background-image: url(       'images/top_logo.jpg' );
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    height: 65px;
    width: 526px;
    background-repeat: no-repeat;
}

.top_right
{
    background-image: url(          'images/top_back.jpg' );
    padding: 0px 20px 0px 0px;
    margin: 0px;
    vertical-align: middle;
    height: 65px;
    font-family: Arial;
    font-size: 26px;
    text-align: right;
    width: 498px;
    color: #FFFFFF;
}

.bulleted_list
{
    vertical-align: top;
    word-spacing: 30px;
    text-indent: 30px;
    text-align: left;
    line-height: 30px;
}

.menu_sep
{
    background-image: url( 'images/menu_div.jpg' );
    background-repeat: no-repeat;
}



