body {
    margin: 0px;
    background-color: #26478c;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #393b3f;
    text-decoration: none;
}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    text-decoration: underline;
}

a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}

.main_title {
    font-size: 15px;
    font-weight: bold;
    color: #2064b7;
    text-decoration: none;
}

.gray_border {
    border: 1px solid #999999;
}

.boldtxt {
    font-weight: bold;
    color: #9b9b9b;
}

.noborder {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.normaltxt {
    font-size: 11px;
    color: #666666;
    font-weight: bold;
}

.top_link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.right_pad {
    padding-right: 20px;
    color: #FFFFFF;
}

.content_bg {
    background-image: url(../images/content_bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

li {
    list-style-image: url(../images/bullets.jpg);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #393b3f;
    vertical-align: bottom;
}

.content_txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #393b3f;
    line-height: 16px;
    text-align: justify;
}

.top_link:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #CCCCCC;
    text-decoration: none;
}

.head_bg {
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    height: 91px;
    width: 760px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.sub_head_bg {
    background-image: url(../images/subtitleback.jpg);
    background-repeat: repeat-x;
}

.footer_bg {
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    height: 91px;
    width: 762px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.bottom_gray_border {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c8c8c8;
}

.darkboldtxt {
    font-weight: bold;
    color: #393b3f;
}

textarea {
    border: 1px solid #CCCCCC;
}

.white_thick_border {
    border: 2px solid #FFFFFF;
}

.nav_dropdown {
    position: relative;
}

.nav_submenu {
    display: none;
    position: absolute;
    left: 2px;
    top: 100%;
    width: 130px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.nav_dropdown:hover .nav_submenu {
    display: block;
}

.nav_submenu .nav_item {
    list-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
}

.nav_submenu .nav_item:last-child {
    border-bottom: 0;
}

.nav_submenu .nav_item .nav_link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 15px;
    color: #393b3f;
}

.nav_submenu .nav_item .nav_link:hover,
.nav_submenu .nav_item .nav_link.nav_active {
    background-color: #01673f;
    color: #fff;
}