BODY
{
    margin: auto;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
    background-color: #eaeaea; /*#6699FF eaeaea*/
    scrollbar-face-color: #006699;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: SteelBlue;
    scrollbar-3dlight-color: SteelBlue;
    scrollbar-arrow-color: white;
    scrollbar-track-color: #ffffff;
    scrollbar-darkshadow-color: SteelBlue;
    scrollbar-base-color: #ffffff;
    font-size: 11pt;
}

.TopMap
{
    background-image: url('../PIC/mapTitle.png');
    height: 140px;
    width: 100%;
}

.GradientTopOld
{
    height: 80px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#003366,endColorStr=#ccffff);
    background: -ms-linear-gradient(top,#003366,#ccffff);
}
.GradientTop
{
    height: 80px;
    background-color: White;
}
.GradientButtom
{
    height: 20px;
    padding: 6px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ccffff,endColorStr=#003366);
    background: -ms-linear-gradient(top,#ccffff,#003366);
}

#govLink
{
    text-align: right;
}
#noticeSpan
{
    overflow: hidden;
    clear: both;
    border-style: ridge;
    background-color: white;
    height: 258px;
    border-color: #ccffff;
}
#noticeDiv
{
    border-right: #d9e2e8 1px solid;
    border-top: #d9e2e8 1px solid;
    background: #f7f8fa;
    margin: 0px 0px 5px;
    border-left: #d9e2e8 1px solid;
    border-bottom: #d9e2e8 1px solid;
    height: 258px;
}
#TitleH3
{
    border-style: outset;
    text-align: center;
    clear: both;
    font-size: 12px;
    background: url(end_n_i4.gif) #f2f6fb no-repeat 8px 50%;
    color: #1f3a87;
    line-height: 28px;
    border-bottom: #d0dbe7 1px solid;
    height: 28px;
    border-color: #ccffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ccffff,endColorStr=SeaGreen);
}
#pointermenu
{
    border-top: 8px solid #0077be; /*optional border across top*/
    margin: 0;
    padding: 0;
    height: 32px;   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#062b5f,endColorStr=#0077be);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#062b5f,endColorStr=#0077be);
    background: -ms-linear-gradient(top,#062b5f,#0077be);
    background: -moz-linear-gradient(top,#062b5f, #0077be);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#062b5f), to(#0077be));
}

.buttom
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0077be,endColorStr=#062b5f);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0077be,endColorStr=#062b5f);
    background: -ms-linear-gradient(top,#0077be,#062b5f);
    background: -moz-linear-gradient(top,#0077be, #062b5f);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0077be), to(#062b5f));
}

#pointermenu ul
{
    margin: 0;
    margin-left: 15px; /*menu offset from left edge of window*/
    float: left;
    padding-left: 10px;
    padding-bottom:5px;
    font: 14px ËÎÌå;
    background-color: #eaeaea;
    background: #ccffff url(../images/leftround.gif) bottom left no-repeat; /*optional left round corner*/
    height: 20px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0077be,endColorStr=#062b5f);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#0077be,endColorStr=#062b5f);
    background: -ms-linear-gradient(top,#0077be,#062b5f);
    background: -moz-linear-gradient(top,#0077be, #062b5f);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0077be), to(#062b5f));
}

* html #pointermenu ul
{
    /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
    margin-bottom: 2em;
    margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li
{
    display: inline;
    
}


#pointermenu ul li a
{
    float: left;
    padding: 2px 11px 8px 7px;
    text-decoration: none;
    color: #ffffff;
}

#pointermenu ul li a:visited
{
    color: #ffffff;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected
{
    /*PaleGreenhover and selected link*/
    color: #ffffff;
    background-color: #0077be;
    font-weight: bold;
}

#pointermenu ul li a#rightcorner
{
    padding-right: 0;
    padding-left: 8px;
    background: url(../images/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}
