/**************************************** 
* This is for the drop down menu items 
****************************************/

#dropmenudiv{
position:absolute;
border:1px solid blue;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:17px;
z-index:100;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 9px;
border-bottom: 1px solid blue;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
#dropmenudiv a:hover{ /*hover background color  DARKER BLUE COLOR ON ROLL OVER*/
background-color: #0377E4;
}


/**************************************** 
* This is for the scroll bars 
****************************************/

BODY{
scrollbar-face-color: #0377E4;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #018EFA;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #018EFA;
scrollbar-darkshadow-Color: #000000;

}


/**************************************** 
* This is for the body entire page settings
****************************************/

body { 
background-color: #ECECEC; 
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;}

a:link { color:#FFFFFF; }

a:visited { color: #0000FF; }


/**************************************** 
* This is for the special links settings
****************************************/

a#diff1:link { color: #0000FF; font-family: Sans-Serif; font-size: 8pt; }

a#diff2:link { color: #0000FF; font-family: Sans-Serif; font-size: 10pt; }

a#diff3:link { color: #0000FF; font-family: Sans-Serif; font-size: 12pt; }


a#diff1:visited { color: #0000FF; font-family: Sans-Serif; font-size: 8pt; }

a#diff2:visited { color: #0000FF; font-family: Sans-Serif; font-size: 10pt; }

a#diff3:visited { color: #0000FF; font-family: Sans-Serif; font-size: 12pt; }


/**************************************** 
* This is for the community links
****************************************/

/* The links are always Blue with a font size */

.bluelinks A:link, .bluelinks A:visited, .bluelinks A.active, .bluelinks A.hover {color:#0000FF; font-family: Sans-Serif; font-size: 10pt; )

.bluelinks3 A:link, .bluelinks3 A:visited, .bluelinks3 A.active, .bluelinks3 A.hover {color:#0000FF; font-family: Sans-Serif; font-size: 12pt; )



/* The links are always Blue without a font size */

.relocatelinks A:link, .relocatelinks A:visited, .relocatelinks A:active, .relocatelinks A:hover { color: #0000FF; }




