﻿
html{

}

body {
        margin: 0 auto;
        padding: 0;
        font: 85% Georgia, Serif;
        width:100%;
        max-width:1000px;
        background-color:#3c5896;
        /*background-image:url("http://www.lrc.ky.gov/newformat/images/background4.jpg");
        background-repeat:no-repeat;*/
        line-height:150%;
}

li:not(:last-child) {
    margin-bottom: 5px;
}

.main{
    width:100%;
    margin: 0 auto;
    background: #faedbc;
    max-width:1010px;
}

.center
{
    text-align:center;
}

.leftDivMargin
{
    margin-left:1%;
    margin-right:1%;
}

.wideLine
{
    line-height:165%;
}

.Banner
{

}
a.Banner:hover {text-decoration:none; background-color: transparent;}

a:link {color:#0000FF; text-decoration:none;}
a:visited {color:#730000;  text-decoration:none;}
a:hover {color: #FFFFFF;  text-decoration:none; background-color: #898b8e;}
a:active {color: #FFFFFF;  text-decoration:none; background-color: #898b8e;}


.PageHeader
{
        margin: 0px 0px 0px 0px;
        padding: 5px 0 5px 0px;
        font-family: Verdana, serif;
        font-size: 14pt;
        text-align: center;
        color: #0f3c9e;
        font-weight: bold;
        display:block;
}

.indexHeadings
{
    text-align: left;
    margin-left: 1%;
    margin-right: 1%;
}

.indexDivider
{
    font-size: 14pt;
}

.SubHeader
{
    font-family: Verdana, serif;
    font-size: 12pt; 
    color: #0f3c9e;
    font-weight:bold;
}

.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: #000000;
    font-family: Verdana, serif;
    font-size: 12pt;
}
.bold
{
    font-weight: bold;
}
.DisclaimerText
{
    font-family: Verdana, serif;
    font-size: 9pt;
    color: #0f3c9e;
}
.DisclaimerTextRed
{
    color: #bd4f5c;
    font-family: Verdana, serif;
    font-size: 9pt;
}
.footer
{
        padding: 0px 0px 0px 0px;
        color: white;
        background: #898b8e; 
        text-align: center;
        font-size: 12pt;
        display:block;
        height:auto;
        max-width:1010px;
        width:100%;
}

.footer a:link    {color: white;   text-decoration:underline;}
.footer a:visited {color: white;   text-decoration:underline;}
.footer a:hover   {color: #FFC700; text-decoration:underline;}
.footer a:active  {color: #FFC700; text-decoration:underline;}

.hrReplacement {
background-color: #000080;
border: 1px solid #000000;
height: 3px;
margin: 1%;
max-width: 1000px;
width:98%;
}

.hrReplacementGray {
background-color: #898b8e;
border: 1px solid #000000;
height: 3px;
margin: 1%;
max-width: 1000px;
width:98%;
}

.whitefooter 
{
        padding: 0px 0px 0px 0px;
        color: white;
        background: white; 
        text-align: center;
        font-size: 12pt;
        display:block;
        height:10px;
        width:100%;
        max-width: 1010px;
}
