﻿body
{
    margin: 0;
    padding: 0;
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    background-color: #ffe640;
}
a, a:visited
{
    color: #556fae;
}
.off
{
    opacity: .35; 
    filter:Alpha(Opacity=35); 
}
.alert
{
    border: solid 1px #fddc00; 
    padding: 5px; 
    margin:15px;
    font-size: 16px; 
    text-align: left;
    color:#556fae;
}
#header
{
    color: Black;
    background-color: #fff454;
}
a img
{
    border: none;
}
.linkButton
{
    padding: .4em 1em .4em 20px;
    text-decoration: none;
    position: relative;
    font-size: 10px;
    margin: 3px;
    cursor: pointer;
}
.linkButton span.ui-icon
{
    margin: 0 5px 0 0;
    position: absolute;
    left: .2em;
    top: 50%;
    margin-top: -8px;
}
#subheader
{
    width: 898px;
    height: 147px;
    background-image: url("../img/b_header.png");
    background-repeat: no-repeat;
    background-position: top left;
    margin: auto;
}

#navigation
{
    color: #999999;
    margin-bottom: 18px;
    font-weight: bold;
}

#navigation a, #navigation a:visited
{
    text-decoration: none;
    color: #999999;
}

#navigation a:hover
{
    color: Black;
}

#main
{
    background-color: White;
}

#innerContent
{
    width: 800px;
    padding: 10px;
    text-align: left;
    margin: auto;
}

.leftCol
{
    float: left;
    width: 180px;
    background: #deddde url("../img/b_topbox.png") no-repeat top center;
    font-size: 12px;
}
#leftColInner
{
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
    font-family: 'trebuchet MS';
}
#leftColFooterImg
{
    background: black;
    height: 30px;
    background: #deddde url("../img/b_bottombox.png") no-repeat bottom center;
}
.rightCol
{
    float: right;
    width: 595px;
    font-family: 'trebuchet MS';
}

.clearFloats
{
    clear: both;
    float: none;
    height: 1px;
}
.dots
{
    background: #deddde url("../img/b_dot.png") repeat-x;
    height: 10px;
}
.whiteDots
{
    background: #deddde url("../img/b_dotw.png") repeat-x;
    height: 10px;
    margin-bottom: 8px;
}
#footer
{
    background: url("../img/b_footerbg.jpg") repeat-x top;
}

#subFooter
{
    width: 800px;
    background-image: url("../img/b_footer.png");
    background-repeat: no-repeat;
    background-position: top center;
    height: 60px;
    color: Black;
    padding-top: 80px;
    text-align: left;
    font-size: 12px;
    margin: auto;
}

#subFooter a, #subFooter a:visited
{
    text-decoration: none;
    color: #000000;
}

#subFooter a:hover
{
    color: #556fae;
}
.headerText
{
    font-family: arial, Helvetica, sans-serif;
    color: #556fae;
    font-weight: bold;
    font-size: 14px;
}
a.headerText
{
    text-decoration: none;
}
a.headerText:hover
{
    color: Black;
}
h1
{
    font-size: 18px;
    font-weight: bold;
    color: #556fae;
    margin: 3px;
    margin-top: 10px;
}
h2
{
    font-size: 16px;
    font-weight: bold;
    margin: 2px 0 2px 6px;
}
.ministerLetter
{
    background-color: #FFFFCC;
    border: 2px solid #FFFF99;
    padding: 10px;
    margin: 10px;
}
p
{
    padding: 0;
    margin: 0;
}
