﻿html, body
{
    width: 100%;
    height: 100%;
}
html
{
    display: table;
}

a:visited
{
    text-decoration: none;
}

a
{
    outline: 0;
}

body
{
    display: table-cell;
    vertical-align: top;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: White;
}

img
{
    outline: none;
    border: none;
}

.missiontext
{
    font-family: Trebuchet MS;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: white;
}

.newsTitle
{
    font-family: Trebuchet MS;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    border: none;
    color: white;
    cursor: pointer;
}

.newsTitle:hover
{
    color: #333333;
}

.newsContent
{
    font-family: Trebuchet MS;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    border: none;
    color: white;
}

.detaildate
{
    font-family: Verdana;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    border: none;
    color: white;
}

.detailcontent
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    border: none;
    color: white;
}

.detailimg
{
    width: 100%;
}

.detailtitle
{
    font-family: Trebuchet MS;
    font-size: 14pt;
    color: #215858;
    font-weight: bold;
    font-style: normal;
    outline: none;
    border: none;
}

.detailtitlefb {
    font-family: Trebuchet MS;
    font-size: 14pt;
    color: White;
    font-weight: bold;
    font-style: normal;
    outline: none;
    border: none;
}

.innersubmenudivs
{
    opacity: 0.6;
    filter:Alpha(Opacity=60);
    cursor: pointer;
}

.innersubmenudivs:hover
{
    opacity: 1;
   filter:Alpha(Opacity=100);
}

.repeaterdivs
{
    opacity: 0.6;
   filter:Alpha(Opacity=60);
    cursor: pointer;
}

.repeaterdivs:hover
{
    opacity: 1;
   filter:Alpha(Opacity=100);
}

.repeatertitle
{
    font-family: Trebuchet MS;
    font-size: 11pt;
    color: white;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    border: none;
    outline: none;
}

.repeatercontent
{
    font-family: Trebuchet MS;
    font-size: 8pt;
    color: white;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    border: none;
    outline: none;
}

.repeaterimg
{
    max-width: 100%;
    min-height: 100%;
}
.detaillink     { font-family: Verdana;cursor: pointer; text-decoration: none; font-size: 12px; font-style: normal; font-weight: bold; color: white;  outline: none; border: none;}
.detaillink:hover { text-decoration: underline;}
.detailnav
{
    opacity: 0.6;
   filter:Alpha(Opacity=60);
    cursor: pointer;
}

.detailnav:hover
{
    opacity: 1;
    filter:Alpha(Opacity=100);
}

.content
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.repSecs
{
}

.companylink {
    font-family: Verdana;
    font-size: 6pt;
    font-weight: normal;
    font-style: normal;
    color: white;
    text-decoration: none;
}

.companylink:hover {
    color: #004379;
}

.companytext {
    font-family: Verdana;
    font-size: 6pt;
    font-weight: normal;
    font-style: normal;
    color: White;
    text-decoration: none;
}

.closebtn {
    text-decoration: none;
    outline: none;
    border: none;
    color: white;
    font-family: Trebuchet MS;
    font-size: 18pt;
    cursor: pointer;
    opacity: 0.8;
   filter:Alpha(Opacity=80);
}

.closebtn:hover {
    color: #d9cea7;
    opacity: 1;
   filter:Alpha(Opacity=100);
}

.banner {
    min-height: 100%;
    width: 100%;
}

.bannersections {
    width: 100%;
    height: auto;
}

.internaltitlesGreen {
    font-family: Trebuchet MS;
    font-size: 12pt;
    color: #215858;
    font-weight: normal;
    font-style: normal;
    outline: none;
    border: none;
}

.internaltitlesWhite {
    font-family: Trebuchet MS;
    font-size: 12pt;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    outline: none;
    border: none;
}