﻿html
{
        margin: 0;
        padding: 0;
}
body
{
        margin: 0;
        padding: 0;
        font: 85% Palatino, Times New Roman, serif;
        text-align: center;
        background: url("../images/background4.jpg");
        background-repeat: no-repeat; */
/*        background: #003366;  */
}

a:link {color:#0000FF; text-decoration:none;}
a:visited {color:#0000FF;  text-decoration:none;}
a:hover {color: #FFFFFF;  text-decoration:none; background-color: #666666;}
a:active {color: #FFFFFF;  text-decoration:none; background-color: #666666;}

div#SearchBox
{
        position:absolute;
        width: 150px;
        height:22px;
        top: 100px;
        left: 50%;
        margin-left:300px;
}
#SearchBoxLabel
{
        position:absolute;
        width: 150px;
        height: 15px;
        top: 104px;
        left: 50%;
        margin-left:198px;
        color: white;
        font-weight: bold;
}
#billsearchbox
{
        border: none;
        font-size: 10pt;
        height:16px;
        vertical-align: middle;
        margin:2px 0px 0px 7px;
        background: transparent;
}
#roundedbox
{
        width: 150px;
        text-align: left;
        background: url("../Images/RoundedRectangle.png");
        background-repeat: no-repeat;
        height: 25px;
}

.FakeHeader
{
        font-family: Palatino, Times New Roman, serif;
        font-size: 32pt;
        font-weight: normal;
        color: white;
        background: grey;
 }

.SidebarHeader
{
        margin: 0px 15px 2px 0px;
        padding: 15px 0 0 15px;
        font-family: Verdana; Helvetica, san-serif;
        font-size: 10pt;
        text-align: left;
        color: #000080;
        font-weight: bold;
        display:block;
}

.SidebarNote
{
        font: normal 9pt 'Palatino', 'Times New Roman', serif;
        margin-top: 0px;
        margin-left: 15px;
        margin-bottom:0px;
        padding:0ps;
        text-align: left;

}
.HighlightsHeader
{
        margin: 0px;
        padding: 10 10 2 0;
        font-family: Verdana; Helvetica, san-serif;
        font-size: 10pt;
        text-align: left;
        color: #000000;
        font-weight: bold;
        display:block;
}

.HighlightsNote
{
        font: normal 11pt 'Palatino', 'Times New Roman', serif;
        margin-left: 8px;
        margin-right:8px;
        text-align: left;

}
.HighlightsDate
{
        font: normal 8pt 'Palatino', 'Times New Roman', serif;
        margin-top: -6px;
        margin-right: 8px;
        padding:0px;
        text-align: right;

}
.ContentAreaHeader
{
        margin: 0px 0px 2px 0px;
        padding: 13px 0 0 25px;
        font-family: Verdana; Helvetica, san-serif;
        font-size: 12pt;
        text-align: left;
        color: #000080;
        font-weight: bold;
        display:block;
}

.ContentAreaHeaderNotice
{
        margin: 0px 0px 2px 0px;
        padding: 13px 0 0 25px;
        font-family: Verdana; Helvetica, san-serif;
        font-size: 12pt;
        text-align: left;
        color: #f90342;
        font-weight: bold;
        display:block;
}

/* ######### Content Area List Vertical Menu ######### */

.ContentAreaMenu{
width: 585px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.ContentAreaMenu ul{
list-style-type: none;
margin: 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.ContentAreaMenu ul li a{
/* background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center;*/ /*light gray background*/
font: normal 12pt "Palatino", "Times New Roman", serif;
color: black;
display: block;
width: auto;
padding: 0;
margin: 0px 25px 0 25px;
text-decoration: none;
text-align: left;
border-bottom: 0px solid #B5B5B5;
}

* html .ContentAreaMenu ul li a{ /*IE6 hack*/
width: 575px;
}

.ContentAreaMenu ul li a:active{
color: black;
}

.ContentAreaMenu ul li a:visited{
color: black;
}

.ContentAreaMenu ul li a.selected{
color: white;
background-color: #666666;
}

.ContentAreaMenu ul li a:hover{
color: white;
background-color: #666666;
}

/* ######### Half Width Content Area List Vertical Menu ######### */

.HalfAreaMenu{
width: 300px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.HalfAreaMenu ul{
list-style-type: none;
margin: 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.HalfAreaMenu ul li a{
/* background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center;*/ /*light gray background*/
font: normal 12pt "Palatino", "Times New Roman", serif;
color: black;
display: block;
width: auto;
padding: 0;
margin: 0px 25px 0 25px;
text-decoration: none;
text-align: left;
border-bottom: 0px solid #B5B5B5;
}

* html .HalfAreaMenu ul li a{ /*IE6 hack*/
width: 280px;
}

.HalfAreaMenu ul li a:active{
color: black;
}

.HalfAreaMenu ul li a:visited{
color: black;
}

.HalfAreaMenu ul li a.selected{
color: white;
background-color: #666666;
}

.HalfAreaMenu ul li a:hover{
color: white;
background-color: #666666;
}

/* ######### Wide Content Area List Vertical Menu ######### */

.WideContentAreaMenu{
width: 785px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.WideContentAreaMenu ul{
list-style-type: none;
margin: 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.WideContentAreaMenu ul li a{
/* background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center;*/ /*light gray background*/
font: normal 12pt "Palatino", "Times New Roman", serif;
color: black;
display: block;
width: auto;
padding: 0;
margin: 0px 25px 0 25px;
text-decoration: none;
text-align: left;
border-bottom: 0px solid #B5B5B5;
}

* html .WideContentAreaMenu ul li a{ /*IE6 hack*/
width: 775px;
}

.ContentAreaMenu ul li a:active{
color: black;
}

.WideContentAreaMenu ul li a:visited{
color: black;
}

.ContentAreaMenu ul li a.selected{
color: white;
background-color: #666666;
}

.WideContentAreaMenu ul li a:hover{
color: white;
background-color: #666666;
}

/* ######### END Content Area List Vertical Menu ######### */

.ContentAreaNote
{
        font: normal 12pt 'Palatino', 'Times New Roman', serif;
        margin: 0px 25px 0px 25px;
        padding:0;
        text-align: left;

}

p.ContentAreaNote .firstletter {
        font-size : 32pt;
        font-weight : normal;
        font-style: normal;
        margin-top: -6px;
        float : left;
        color : black;
}

.ContentAreaNotice
{
        font: normal 12pt 'Palatino', 'Times New Roman', serif;
        margin: 0px 25px 0px 25px;
        padding:0;
        text-align: center;
        color: #f90342;

}


.footer
{
        padding: 5px;
        color: white;
      background: #666666; 
/*      background: #ecae2a; */
/*        background: #ad3232; */
        text-align: center;
        font-size: 12pt;
        display:block;
}

.footer a:link    {color: white;   text-decoration:underline;}
.footer a:visited {color: white;   text-decoration:underline;}
.footer a:hover   {color: #FFCC00; text-decoration:underline;}
.footer a:active  {color: #FFCC00; text-decoration:underline;}

.hrForQuickLinks {
background-color: #000080;
border: 1px solid #000000;
height: 3px;
margin: 3px 0;
width: 170px;
}

