<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
    font-family: Calibri;
    font-size: 14px;
    height: 100%;
    margin-top: 0;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}
.main
{
    border: 1px solid gray;
    border-top: none;
    width: 990px;
    overflow: hidden;
    position: absolute;
    background-repeat: repeat;
    padding-bottom: 30px;
}
.common
{
    background-image: url('../Images/banner.png')!important;
    width: 100%;
    height: 80px;
}
.customBanner
{
    background-image: url('../Images/custombanner.png') !important;  
    width: 100%;
    height: 80px;
   

}

.Facility
{
    height: 80px;
    font-size: 12px;
    color: White;
    width: 300px;
    text-align: left;
    padding-left: 2px;
}
.MBanner
{
    height: 80px;
}
.welcome_msg
{
    padding: 8px 5px 0 0px;
    float: right;
    color: White;
    font-weight: bold;
    font-family: Calibri;
    font-size: 14px;
}
.agency_left
{
    padding: 0px 20px 0 20px;
}
.agency_right
{
    float: left;
    text-align: left;
    text-decoration: none;
    font-family: Calibri;
    font-size: 13px;
}

.logo
{
    padding: 0px 20px 0px 0px;
}


.btnmenu
{
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 1px;
    display: block;
    color: #371C1C;
    text-align: center;
    text-decoration: none;
    font-family: Calibri;
    font-size: 14px;
    color: #3475bb;
    line-height: 24px;
    margin-top: 0px;
}

.btnmenuhover
{
    background-image: url('../Images/menu_hover.png');
    background-repeat: repeat-x;
    height: 27px;
    background-color: transparent;
}

.top_nav
{
    float: left;
    padding: 0px 0 0px 0px;
    margin: 0 0 0 0px; /*background-image: url('../Images/menu.jpg');*/
    background-repeat: repeat;
    background-color: #DBE1E6;
    height: 25px;
    width: 100%;
}

.top_nav ul
{
    list-style-type: none;
    margin: 0px 0px 0px -33px;
}

.top_nav ul li
{
    float: left;
}

.top_nav ul a
{
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 1px;
    display: block;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-family: Calibri;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
}

.top_nav li a:hover
{
    color: #000;
    background-color: #aab6c3;
    background-repeat: repeat;
    height: 24px;
}
.top_nav li:hover
{
    position: relative;
    z-index: 200;
}

.top_nav li.current &gt; a
{
    color: #fff; /* background-image: url('../Images/menu_hover.png'); */
    background-color: #aab6c3;
    background-repeat: repeat;
    height: 24px;
}


.top_nav ul.sub-menu
{
    display: none;
    position: absolute;
    top: 25px;
    left: -10px;
    padding: 10px;
    z-index: 90;
    background-color: #DBE1E6;
    background-repeat: repeat;
}

.top_nav ul.sub-menu li
{
    text-align: left;
}

.top_nav li:hover ul.sub-menu
{
    display: block;
    border: 0px solid #ececec;
}



.menu_sep
{
    background-color: #9da2a5;
    background-repeat: no-repeat;
    height: 25px;
    width: 1px;
}
.mainHeader
{
    height: 70px;
}
/* Footer */
.footer1
{
    /*background-image: url('../Images/header.png');*/ /* background-color: #657d93; */
    background-image: url('../Images/Gradient.png');
    background-position: center;
    background-repeat: repeat;
    color: White;
}

.footer_new
{
    /*background-image: url('../Images/header.jpg'); */
    background-image: url('../Images/Gradient.png');
    background-color: #657d93;
    background-position: center;
    background-repeat: repeat;
    position: absolute;
    height: 30px;
    bottom: 0;
    width: 990px;
}

.hgt35
{
    height: 35px;
}

.hgt21
{
    height: 21px;
}

.footer
{
    font-family: Calibri;
    font-size: 14px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background-image: url('../Images/header.jpg');
    background-position: center;
    background-repeat: repeat;
    height: 34px;
    color: White;
    margin: 0 auto; /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

.footerdiv
{
    padding: 5px 0 0 0;
}

.footer a:link
{
    text-decoration: none;
    color: #ffffff;
}
.footer a:visited
{
    text-decoration: none;
    color: #ffffff;
}
.footer a:hover
{
    text-decoration: underline;
    color: #d3ab5d;
}
.contentPlaceHolder
{
    min-height: 530px;
    overflow: auto;
}
/*
@media screen and ( device-width: 1600px )
{
    .contentPlaceHolder
    {
        min-height: 630px;
        overflow: auto;
    }

}

@media screen and ( device-width: 1440px )
{
    .contentPlaceHolder
    {
        min-height: 530px;
        overflow: auto;
    }

}

@media screen and ( device-width: 1366px )
{
    .contentPlaceHolder
    {
        min-height: 500px;
        overflow: auto;
    }

}
@media screen and ( device-width: 1280px )
{
    .contentPlaceHolder
    {
        min-height: 730px;
        overflow: auto;
    }

}

@media screen and ( device-width: 1024px )
{
    .contentPlaceHolder
    {
        min-height: 500px;
        overflow: auto;
    }

}
*/</pre></body></html>