﻿
html {
}

body {
    display: flex;
    flex-direction: column;
}



li:not(:last-child) {
    margin-bottom: 5px;
}

.center {
    text-align: center;
}

.leftDivMargin {
    margin-left: 1%;
    /*margin-left:10px;*/
}

.wideLine {
    line-height: 165%;
}

.Banner {
}

a.Banner:hover {
    text-decoration: none;
    background-color: transparent;
}



/*a.DropDown:link {color:#000000; text-decoration:none;}
a.DropDown:hover {color:none;}*/

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #730000;
    text-decoration: none;
}

a:hover {
    color: none;
    text-decoration: underline;
}
/* background-color: #666666;} */
a:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #666666;
}

.indexHeadings {
    text-align: left;
    margin-left: 1%;
    margin-right: 1%;
}

.indexDivider {
    font-size: 14pt;
}

/*.SubHeader {
    padding: 5px 0 5px 0px;
    font-family: Verdana, Helvetica, san-serif; //the comma after Verdana was a ; if you experience unexpected behavior change it back
    font-size: 12pt;
    text-align: center;
    color: #0f3c9e;
    font-weight: bold;
    display: block;
}*/

.table {
    display: table;
    width: 60%;
    margin-left: 20%;
}

.row {
    display: table-row;
}

.cellRight {
    width: 50%;
    display: table-cell;
    text-align: right;
}

.cellLeft {
    width: 50%;
    display: table-cell;
    text-align: left;
}

.StandardText {
    color: rgb(64,0,0);
    font-family: Arial, Verdana, Helvetica;
    font-size: 12pt;
}

.DisclaimerText {
    font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
    color: rgb(0,0,128);
}

.DisclaimerTextRed {
    color: red;
    font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
}

.hrReplacement {
    background-color: #3c5896;
    border: 1px solid #000000;
    height: 3px;
    margin: 1%;
    width: 98%;
    box-sizing: content-box;
}

.hrReplacementGray {
    background-color: #898b8e;
    border: 1px solid #000000;
    height: 3px;
    margin: 1%;
    max-width: 1000px;
    width: 98%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.TitleText {
    font-weight: bold;
    color: #000000;
}

.IntroText {
    /*font: normal  'Georgia', 'Times New Roman', serif;
    margin: 0px 0px 2px 0px;
    padding: 13px 10px 0 10px;
    text-align: left;
    font-size: 13pt;
    color: #000000;*/
}

    .IntroText a:link {
        color: #0000FF;
        text-decoration: none;
    }

    .IntroText a:visited {
        color: #730000;
        text-decoration: none;
    }

    .IntroText a:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #666666;
    }

    .IntroText a:active {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #666666;
    }

.DSectionGroup.panel-group {
    max-width: 100%;
    padding: 0px 10px 0px 10px;
    margin-bottom: 0px;
}

.DSectionPanel.panel.panel-default {
    background-color: #f0f0f0;
    max-width: 100%;
}

div.panel-group {
    margin-bottom: 0px;
}

.JSectionPanel.panel.panel-default {
    background-color: #dad9d6
}

.KSection.list-group-item {
    padding-left: 25px;
    background-color: #FFFFFF;
}
