h4 {
    font-size: 1.6em;
    line-height: 100%;
    padding: 10px 0 0 0;
    margin: 0px;
    text-align: center;
    color: #555555;
    border: 0;
    font-family: 'Open Sans', Arial, Tahoma, sans-serif;
}

A:visited {
    color: #000aaa;
    text-decoration: none;
}

A:link {
    color: #000aaa;
    text-decoration: underline;
}

.menubar {
    width: 100%;
    margin-left: -8px;
    margin-top: -8px;
    padding-right: 14px;
    height: 32px;
    font-family: arial, serif;
    border: 1px solid #000000;
    background-image: url(../img/headerbarbg.jpg);
}

    .menubar a {
        color: #666666;
        text-decoration: none;
        font-weight: bold;
    }

ul.menuitems {
    height: 32px;
    padding: 0px;
    margin: 0px;
}

    ul.menuitems li {
        float: left;
        list-style: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        border-right: 1px inset #000000;
        border-left: 0px;
        height: 32px;
    }

    ul.menuitems .homeLi img {
        vertical-align: middle;
        padding-top: 8px;
    }

.ali {
    height: 22px !important;
    padding: 9px 0 0 0;
    text-align: center;
}

.l1 {
    width: 85px;
}

.l2, .l3, .l4 {
    width: 55px;
}

.l5 {
    width: 160px;
    padding: 5px 0 !important;
}

.top {
    background: #292929;
    min-height: 150px;
    background: no-repeat url(../img/Images_Homepage_TopBanner_1140x250.png) top center;
}

.wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 1;
    background: #fff;
}

.skin_width {
    width: 100%;
    max-width: 1140px;
    min-width: 767px;
    margin: 0 auto;
}

.site_logo {
    padding: 5px 5px 10px 10px;
    line-height: 0px;
    margin: 0 auto;
}

.mastheadText {
    float: left;
    vertical-align: middle;
}

p {
    margin: 0 0 8px 0;
}

.site_logo img {
    max-height: 140px;
}

.headerBottom {
    width: 100%;
    height: 30px;
}

.rowMenu {
    width: 100%;
    height: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    background-color: #17367c;
    border-top: thin solid #999999;
    border-bottom: thin solid #999999;
    background: rgb(23,53,132);
    background: -moz-linear-gradient(top, rgba(208,228,247,1) 0%, rgba(80,141,255,1) 7%, rgba(12,24,50,1) 94%, rgba(80,141,255,1) 100%, rgba(83,159,225,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,228,247,1)), color-stop(7%,rgba(80,141,255,1)), color-stop(94%,rgba(12,24,50,1)), color-stop(100%,rgba(80,141,255,1)), color-stop(100%,rgba(83,159,225,1)));
    background: -webkit-linear-gradient(top, rgba(208,228,247,1) 0%,rgba(80,141,255,1) 7%,rgba(12,24,50,1) 94%,rgba(80,141,255,1) 100%,rgba(83,159,225,1) 100%);
    background: -o-linear-gradient(top, rgba(208,228,247,1) 0%,rgba(80,141,255,1) 7%,rgba(12,24,50,1) 94%,rgba(80,141,255,1) 100%,rgba(83,159,225,1) 100%);
    background: -ms-linear-gradient(top, rgba(208,228,247,1) 0%,rgba(80,141,255,1) 7%,rgba(12,24,50,1) 94%,rgba(80,141,255,1) 100%,rgba(83,159,225,1) 100%);
    background: linear-gradient(to bottom, rgba(208,228,247,1) 0%,rgba(80,141,255,1) 7%,rgba(12,24,50,1) 94%,rgba(80,141,255,1) 100%,rgba(83,159,225,1) 100%);
}

.menu_box {
    float: left;
    width: 100%;
}

#megaMenu {
    position: relative;
}

    #megaMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #megaMenu li {
        position: relative;
        display: block;
        float: left;
        margin: 0;
        list-style: none;
    }

        #megaMenu li.selected span {
        }

    #megaMenu .root li a {
        display: block;
        position: relative;
        float: none;
        z-index: 10;
        cursor: pointer;
        text-decoration: none;
        font-family: 'Noto Sans',Arial, Tahoma, sans-serif;
    }

        #megaMenu .root li a span {
            display: block;
            padding: 0 10px;
            height: 30px;
            line-height: 30px;
            color: #f3f3f3;
            white-space: nowrap;
            font-size: 12px;
            font-weight: 400;
            text-transform: none;
        }

    #megaMenu li.lampback {
        position: absolute;
        top: 0;
        z-index: 8;
        width: 100%;
        height: 30px;
        background: #b2cff9;
        border-top: solid 2px #29316c;
        margin-top: -3px;
    }


.innerContent {
    position: relative;
    width: 100%;
    max-width: 1060px;
    min-width: 767px;
    margin: 50px auto 15px auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 15px;
    border: rgba(0,0,0,0.42) thin solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 5px 5px -2px rgba(0,0,0,0.42);
    -moz-box-shadow: 4px 5px 5px -2px rgba(0,0,0,0.42);
    box-shadow: 4px 5px 5px -2px rgba(0,0,0,0.42);
}

.rowFooter {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px 0px 5px 5px;
    background-color: #cad1e4;
    border-top: solid 2px #ededed;
}

.copyright_bar {
    padding: 15px 20px;
}

.rov_footer_seal {
    width: 120px;
    height: 120px;
    float: left;
}

.rov_footer_seal img {
    padding-top: 30px;
}

.rov_footer_h1 {
    font-family: Georgia, serif, 'Open Sans',Arial, Tahoma, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    line-height: 24px;
    color: #333;
}

.rov_footer_h1-2 {
    font-family: Georgia, serif, 'Open Sans',Arial, Tahoma, sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 24px;
    color: #333;
}

.footerRight {
    float: right;
    color: #999;
    margin-top: -50px;
}

.rov_footer_right {
    margin: 0px;
    padding: 0px 0 0 0px;
    text-align: right;
    color: rgb(51, 51, 51);
    line-height: 16px;
}

.rov_footer_seal_hidden {
    margin-bottom: 15px;
}

.header-bar {
    width: 100%;
    height: 100px;
    background-color: #003366; 
    position: fixed;
    z-index: 1000; 
    top: 0;
    left: 0;
  }
  
  .logo-link {
    text-decoration: none!important;
    display: inline-block;
  }
  
  .logo-container {
    width: auto;
    height: auto;
    display: flex;
    align-items:center;
    justify-content:flex-start;
    gap: 22.5px;
    padding: 10px;
  }
  
  .logo-img {
    width: 8.5rem;
    height: auto;
  }
  
  .logo-divider {
    width: 0.5px;
    opacity: 0.75;
    height: 50px;
    background-color: #FFFFFF;
  }
  
  .logo-site-name {
    color: #fff;
    font-size: 1.25rem;
  }

  .top {
    background: #292929;
    height: 260px;
    background: no-repeat url(../img/banner.jpg) top;
    width: 100%;
    margin: 0 auto;
}