<!--
/*------------------------------------------------*
 * Main Styles 
 *
 */

/**
 *  Set base font characteristics
 */
body {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
    background-color: #FFFFFF;
}

.body_printer_friendly {
    background-color: #FFFFFF;
    text-align: left;
    margin-left: 10px;
}

a {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: underline;
    color: #003366;
}

a:visited {
    color: #003366;
}

a:active {
    color: #003366;
}

a:hover {
    cursor: pointer;
    color: #990000;
}

/**
 * Used to center the body - must be used on every page
 */
.generic_container {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.right_floating_box {
    width: 220px; 
    display: block;
    position: relative;
    float: right; 
    margin: 0px 2px 4px 4px; 
    padding: 6px 6px 6px 6px; 
    border: 1px solid #003366;
    background-image: url(/assets/images/floating_box_bg.gif);
    background-repeat: repeat-y;
}

.right_floating_box_white {
    width: 220px; 
    display: block;
    position: relative;
    float: right; 
    margin: 0px 2px 4px 4px; 
    padding: 6px 6px 6px 6px; 
    border: 1px solid #003366;
}

.popup_container {
    position: relative;
    display: block;
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    background-image: url(/assets/images/popup_background.gif);
    background-repeat: repeat-y;
}

.popup_container table {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000;
}

.content_container {
    position: relative;
    display: block;
    clear: both;
    width: 660px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.content_heading {
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000; 
}

.content_heading h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 15pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #003366; 
    text-decoration: none;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/**
 *  Provider Finder specific heading 
 *  (provider finder content is wider than other content)
 */
.content_heading_provider_finder {
    position: relative;
    display: block;
    width: 615px;
    clear: both;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000; 
}

.content_heading_provider_finder h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 15pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #003366; 
    text-decoration: none;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/**
 *  Container for printer icon displayed inside the content heading
 */
.printer_friendly {
    position: absolute;
    right: 0px;
    top: 0px;
}

/**
 *  Main content container for secondary pages (right of sidebar)
 *  Used inside of a content_wrapper_xxx block
 */
.content_section {
    position: relative;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000;
}

.content_section h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 15pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #003366; 
    text-decoration: none;
    padding-top: 0px;
    margin-top: 0px;
}

.content_section h2 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #003366; 
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.content_section h3 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #003366; 
    text-decoration: none;
    padding-top: 0px;
    margin-top: 0px;
}

.content_section h4 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    padding-top: 0px;
    margin-top: 0px;
}

.content_section p {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
    margin-right: 5px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000; 
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 6px;
    margin-bottom: 14px;
}

.content_section p em {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
    font-style: italic; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000; 
}

.content_section ul {
    list-style-image: url(/assets/images/unordered_list_bullet.gif);
}

.content_section sup {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000; 
}

.content_section hr {
    background-color: #000000;
    color: #003366;
    border-width: 1px;
}

.content_section table {
    position: relative;
    display: block;
    width: 97%;
    clear: both;
}

/**
 *  Main content container for secondary pages (right of sidebar)
 *  Used inside of a content_wrapper_xxx block
 */
.content_section_provider_finder {
    position: relative;
    display: block;
    clear: both;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000;
}

.content_section_provider_finder h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 15pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #990000; 
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 2px;
}

.content_section_provider_finder p {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
    margin-right: 5px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000; 
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 2px;
    margin-top: 6px;
    margin-bottom: 14px;
}

.content_section_provider_finder p em {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
    font-style: italic; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000; 
}

.content_section_provider_finder_specialty {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14pt;
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #003366;
    width:96%; 
    background-image: url(/assets/images/provider_finder_specialty_bg.jpg); 
    background-repeat: repeat-y;
    padding: 2px 2px 2px 2px; 
    clear: both;
}

.content_section_provider_finder_tier {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14pt;
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #FFFFFF;
    width:96%; 
    background-color: #004785; 
    padding: 2px 2px 2px 2px; 
    clear: both;
}

.content_section_porovider_finder_type {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14pt;
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #FFFFFF;
    width: 96%; 
    background-color: #A90533; 
    padding: 2px 2px 2px 2px; 
    clear: both;
}


/**
 *  Main content window (right of sidebar box)
 *  No fixed height
 *  Wrapper for content_section
 */
.content_wrapper_variable {
    position: relative;
    display: block;
    float: left;
    width: 490px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000;
}

/**
 *  Main content window (no sidebar box)
 *  No fixed height
 *  Wrapper for content_section
 */
.content_wrapper_full {
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000;
}

/**
 *  Main content window (right of sidebar box)
 *  Height to match 3 sidebar boxes
 *  Wrapper for content_section
 */
.content_wrapper_fixed_three {
    position: relative;
    display: block;
    float: left;
    width: 490px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000;
}

/**
 *  Main content window (right of sidebar box) to contain
 *  site search results.
 *  Height to match slightly less than 3 sidebar boxes
 *  Wrapper for content_section, leaving room at the bottom
 */
.content_wrapper_search_results {
    position: relative;
    display: block;
    float: left;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000;
}

/**
 *  Main content window (right of sidebar box) 
 *  used by the provider finder
 */
.content_wrapper_provider_finder {
    position: relative;
    display: block;
    float: left;
    width: 660px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000;
}

/**
 *  Container for a single provider finder result
 */
.provider_finder_result {
    position: relative;
    display: block;
    float: left;
    width: 270px;
    height: 150px;
    margin-left: 0px;
    margin-right: 10px;
}

.provider_finder_paging {
    display: none;
    visibility: hidden;
}

/**
 *  Search results from the site search
 */
.search_result_odd {
    position: relative;
    display: block;
    width: 490px;
    margin-bottom: 2px;
    padding-left: 2px;
    padding-top: 2px;
    background-image: url(/assets/images/floating_box_bg.gif);
    background-repeat: repeat-y;
}

.search_result_even {
    position: relative;
    display: block;
    width: 490px;
    padding-left: 2px;
    padding-top: 2px;
    margin-bottom: 2px;
}

.results_page_link_section {
    position: relative;
    display: block;
    width: 490px;
    padding-left: 2px;
    margin-bottom: 2px;
}

/**
 *  Printer Friendly Page 
 */
.printer_friendly a {
    font-weight: normal;
    font-size: 11px;
    line-height: normal;
    font-style: normal;  
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #003366;
}

.printer_friendly a:visited {
    color: #003366;
}

.printer_friendly a:active {
    color: #003366;
}

.printer_friendly a:hover {
    color: #003366;
}

.tool_tip { 
    display: block;
    position: relative; 
    width: 350px;
    padding: 6px 6px 6px 6px; 
    border: 1px solid #003366;
    text-align: left;
    background-image: url(/assets/images/floating_box_bg.gif);
    background-repeat: repeat-y;
}

.footnote {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 6px;
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000;
}

.disclaimer {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
    font-style: italic; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000;
}

/**
 *  The sidebar is the section of boxes on the left side of the screen
 *  and below the menu bar.
 */
.sidebar_section { 
    position: relative;
    display: block;
    float: left;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 155px;
}

/**
 *  Provider finder sidebar is narrower than the 
 *  standard sidebar
 */
.sidebar_section_provider_finder { 
    display: none;
    visibility: hidden;
}

.sidebar_box {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    background-image: url(/assets/images/sidebar_box_bg.jpg);
    background-repeat: no-repeat;
    width: 155px;
    height: 190px;
    border: 1px solid #333333;
}

.sidebar_box_find_a_doctor {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    background-image: url(/assets/images/sidebar_box_find_a_doctor_bg.jpg);
    background-repeat: no-repeat;
    width: 155px;
    height: 190px;
    border: 1px solid #333333;
}

.sidebar_box_nominate_a_provider {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: right;
    background-color: #FFFFFF;
    background-image: url(/assets/images/sidebar_box_nominate_a_provider_bg.jpg);
    background-repeat: no-repeat;
    width: 155px;
    height: 190px;
    border: 1px solid #333333;
}

.sidebar_box_ProviderInfoSource {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: left;
    background-color: #FFFFFF;
    background-image: url(/assets/images/sidebar_box_ProviderInfoSource_bg.jpg);
    background-repeat: no-repeat;
    width: 155px;
    height: 190px;
    border: 1px solid #333333;
}

.sidebar_box_provider_finder {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
    background-color: #FFFFFF;
    background-image: url(/assets/images/sidebar_box_bg.jpg);
    background-repeat: no-repeat;
    width: 135px;
    height: 190px;
    border: 1px solid #333333;
}

.box_content {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #003366; 
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.box_content img {
    float: left;
    border: 0;
    margin-left: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
}

.box_content ul {
    margin: 6px 0px 0px 0px;
    padding: 6px 0px 0px 20px;
    font-size: 9pt; 
    font-style: normal; 
    line-height: 12px; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #003366; 
}

.box_content h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #003366; 
}

.box_content h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13pt; 
    font-style: normal; 
    line-height: 18px; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #553A24; 
}

.box_content p {
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 9pt; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    line-height: 120%;
    color: #003366; 
}

.box_content a {
    font-weight: bold;
    font-size: 9pt;
    font-style: italic;  
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: underline;
    line-height: normal;
    color: #003366;
}

.box_content a:visited {
    color: #003366;
}

.box_content a:active {
    color: #003366;
}

.box_content a:hover {
    color: #990000;
}

.box_content_button_wrapper {
    position: absolute;
    left: 3px;
    bottom: 3px;
    overflow: hidden;
}

.box_content_button_wrapper_right {
    position: absolute;
    right: 3px;
    bottom: 3px;
    overflow: hidden;
}

/**
 *  Styles used in network programs content (i.e. ppo, oaiii, etc.)
 *  to present content in a blue box.
 */
.blue_box {
    border: 1px solid #003366;
    background-color: #3996CE;
    position: relative;
    display: block;
    float: left; 
    width: 31%;
    height: 100%;
    margin: 2px 6px 2px 0px;
}

.blue_box p {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #FFFFFF; 
    text-decoration: none;
}

.blue_box h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #FFFFFF; 
    text-decoration: none;
    margin: 4px 2px 2px 4px;
    border-bottom: 1px solid #FFFFFF;
}

.blue_box ul {
    list-style-type: square;
    list-style-image: none;
    padding-left: 18px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #FFFFFF; 
    text-decoration: none;
    margin: 4px 2px 2px 2px;
}

/**
 *  Styles for pages with forms
 */
.form_container {
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
    width: 590px;
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    border: 1px solid #003366;
    text-transform: none; 
    text-decoration: none;
    color: #000000;
}

.form_content_container {
    position: relative;
    display: block;
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 590px;
    border-top: 1px solid #003366;
}

.form_content_container p {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt;
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000; 
    padding: 4px 4px 4px 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 490px;
}

.form_content_container h1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #003366; 
    background-image: url(/assets/images/floating_box_bg.gif);
    background-repeat: repeat-y;
    text-decoration: none;
    text-align: center;
    padding: 4px 4px 4px 4px;
    margin-top: 0px;  
    margin-bottom: 0px;
    width: 490px;
}

.form_image_heading {
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 590px;
}

.form_content_container table {
    position: relative;
    display: block;
    clear: both;
}

.form_section_heading {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    text-align: center;
    color: #003366;
    background-color: #E6E1C4;
}

.form_field_section {
    padding-right: 4px;
    padding-left: 4px;
}

/**
 *  Adobe Acrobat Link (above the footer)
 */
.adobe_reader {
    position: relative; 
    display: block; 
    clear: both; 
    margin-top: 2px; 
    margin-bottom: 2px; 
    padding-top: 4px; 
    border-top: 1px solid #003366;
}

/**
 *  CSS red background buttons
 */
.redbuttton_wrapper { 
    overflow: hidden;
    width: 100%;
}

a.redbutton {
    background-image: url(/assets/images/button_red_left.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: transparent;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold;
    font-size: 9pt;
    font-style: normal; 
    line-height: 14px; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    vertical-align: middle;
    color: #FFFFFF;
    height: 22px; 
    padding-left: 5px; 
}

a:link.redbutton {
    color: #FFFFFF;
}

a:visited.redbutton { 
    color: #FFFFFF;
}

a:active.redbutton {
    color: #FFFFFF; 
}

a:hover.redbutton {
    color: #FFFFFF;
}

a.redbutton span {
    background-image: url(/assets/images/button_red_right.gif);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
    display: block;
    padding: 4px 5px 4px 0px;
}

a.redbutton:hover {
    color: #FFFFFF;
}

a.redbutton:hover span {
    color: #FFFFFF;
}

.preloaded_images {
    display: none;
    visibility: hidden;
}

.bold {
    font-weight: bold;
}

.red {
    color: #990000;
}

.blue {
    color: #003366;
}

.bold_red {
    font-weight: bold;
    color: #990000;
}

.bold_blue {
    font-weight: bold;
    color: #003366;
}


/*------------------------------------------------
 *  Styles carried over from previous web site
 */

.hl-18px-bold-blue-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 15pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #003366; 
    text-decoration: none;
}

.hl-18px-bold-red-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 15pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #990000; 
    text-decoration: none;
}

.hl-14px-bold-blue-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #003366; 
    text-decoration: none;
}

.hl-12px-normal-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none
}

.hl-12px-bold-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
}

.hl-12px-bold-red-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #003366; 
    text-decoration: none;
}

.hl-12px-bold-blue-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #003366; 
    text-decoration: none;
}

a.hl-12px-normal-link:link { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
}

a.hl-12px-normal-link:visited { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
}

a.hl-12px-normal-link:hover { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: underline;
}

a.hl-12px-normal-link:active { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: underline;
}

a.hl-12px-bold-link:link { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
}

a.hl-12px-bold-link:visited { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
}

a.hl-12px-bold-link:hover { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: underline;
}

a.hl-12px-bold-link:active { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: underline;
}

a.hl-11px-bold-link:link { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
}

a.hl-11px-bold-link:visited { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
}

a.hl-11px-bold-link:hover { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: underline;
}

a.hl-11px-bold-link:active { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: underline;
}

.hl-11px-normal-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
}

.hl-10px-normal-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 8pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
}

.hl-11px-bold-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 8pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
}

.hl-11px-bold-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
}

.hl-14px-bold-red-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #990000; 
    text-decoration: none;
}
a.hl-12px-italic-link:active { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: italic; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: underline;
}

a.hl-12px-italic-link:hover { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: italic; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: underline;
}

a.hl-12px-italic-link:link { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
}

a.hl-12px-italic-link:visited { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: italic; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none;
}

.hl-24px-bold-blue-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 20pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #990000; 
    text-decoration: none;
}

.hl-28px-bold-blue-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 28px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #990000; 
    text-decoration: none;
}

.hl-28px-bold-red-text { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 20pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none ; 
    color: #003366}

.hl-18px-bold-white-text {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 15pt; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #FFFFFF; 
    text-decoration: none;
}
-->