a:link {
    color: #121472;
    text-decoration: none;
}
a:visited {
    color: #121472;
    text-decoration: none;
}
a:hover {
    color: #121472;
    text-decoration: underline;
}
a[target = '_blank'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icon_popup.gif) no-repeat center right;
}

a[href ='.pdf'] {
    padding: 5px 20px 5px 0;
    background: transparent url(/images/icon_pdf.gif) no-repeat center right;
}

.bodycopy {  
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}
.footer {  
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
}
.leftnav {
    color: #333333;
    font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.leftnavactive {
    color: #333333;
    font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    background-color: #F3E9C6;
}
.homealert {
    color: #333363;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
}
.homenewshead  {
    color: #333333;
    font-size: 16px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
}
.spotlighttitle {
    color: #121472;
    font-size: 11px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.caldescription {
    color: #ffffff;
    font-size: 10px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.countynews {
    color: #FFFFFF;
    background-color: #333663;
    font-size: 42px;
    font-style: normal;
    font-weight: bold;
    font-family: Times, serif;
    border-bottom: thin solid;
    padding-left: 15px;
    padding-right: 15px;
}
.sigline{
    color: #000000;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: Times, serif;
}
td, td.body {
    color: #000000;
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 15px;
}
.small_lightblue {
    color: #CCCCFF;
    font-size: 11px;
    line-height: 14px;
}
.headline {
    color: #000000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
}
.small_blue {
    color: #336699;
    font-size: 11px;
    line-height: 14px;
}
.small_yellow {
    color: #FFCC33;
    font-size: 11px;
    line-height: 14px;
}
.big_blue {
    color: #343264;
    font-size: 16px;
    font-family: serif;
}
.brown {
    color: #AE9473
}
.big_brown {
    color: #AE9473;
    font-size: 16px;
    font-weight: bold;
}
.light_blue {
    color: #9999CC
}
.filled {
    background: transparent url(/images/positionfilled.gif) no-repeat center right;
}
.floatright
{
    float: right;
    margin: 0 0 5px 8px;
    padding: 8px;
    border: 1px solid black;
    text-align: center;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.floatleft
{
    float: left;
    margin: 0 8px 5px 8px;
    padding: 8px;
    border: 1px solid black;
    text-align: center;
    border-bottom-width: 2px;
    border-right-width: 2px;
}
.floatmiddle
{
    float: none;
    margin: 0 8px 5px 8px;
    padding: 8px;
    border: 1px solid black;
    text-align: center;
    border-bottom-width: 2px;
    border-right-width: 2px;
}
.cardtopleft {
    background-image:url(/images/topleft.gif);
    background-position: top left;
}
.cardtopmiddle {
    background-image:url(/images/topmiddle.gif);
    background-position: top center;
}
.cardtopright {
    background-image:url(/images/topright.gif);
    background-position: top right;
}
.cardleft {
    background-image:url(/images/left.gif);
    background-position: left;
}
.cardright {
    background-image:url(/images/right.gif);
    background-position: right;
}
.cardbottomleft {
    background-image:url(/images/bottomleft.gif);
    background-position: bottom left;
}
.cardbottom {
    background-image:url(/images/bottom.gif);
    background-position: bottom;
}
.cardbottomright {
    background-image:url(/images/bottomright.gif);
    background-position: bottom right;
}
#container {

    margin:0 auto;
}

fieldset {
    background:#f2f2e6;
    padding:10px;
    border:1px solid #fff;
    border-color:#fff #666661 #666661 #fff;
    margin-bottom:36px;

}
input, textarea, select {
    font:12px/12px Arial, Helvetica, sans-serif;
    padding:0;
}
fieldset.action {
    background:#9da2a6;
    border-color:#e5e5e5 #797c80 #797c80 #e5e5e5;
    margin-top:-20px;
}
legend {
    background:#AE9473; 
    color:#fff;
    font:17px/21px Calibri, Arial, Helvetica, sans-serif;
    padding:0 10px;
    margin: 0 0 0 -11px;
    font-weight:bold;
    border:1px solid #fff;
    border-color:#e5e5c3 #505014 #505014 #e5e5c3;
}
label {
    font-size:11px;
    font-weight:bold;
    color:#666;
}
label.opt {
    font-weight:normal;
}
dl {
    clear:both;
}
dt {
    float:left;
    text-align:right;
    width:90px;
    line-height:25px;
    margin:0 10px 10px 0;
}
dd {
    float:left;
    line-height:25px;
    margin:0 0 10px 0;
}