DIV.customscroll {
scrollbar-darkshadow-color: #CCCCD9;
scrollbar-arrow-color: #ECE7D9;
scrollbar-shadow-color: #D6CAAD;
scrollbar-base-color: #D6CAAD;
}


DIV.body_headertext {
color : #0F3360;
background-color : #ECE7D9;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 95%;
font-weight: bold;
}

DIV.body_maintext {
color : #0F3360;
background-color : #ECE7D9;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
}

DIV.footertext {
color : #0F3360;
background-color : #D6CAAD;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

A:link { text-decoration: underline; color: #0F3366; }
A:visited { text-decoration: underline; color: #0F3366; }

.text1
{
color: #0F3360;
}

.finances {
color : #0F3360;
background-color : #ECE7D9;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

div.homewide { width: 205px; }
div.wthin { width: 90px; }
div.w1 { width: 105px; }
div.w2 { width: 115px; }
div.w3 { width: 120px; }
div.w4 { width: 125px; }
div.w5 { width: 130px; }
div.w6 { width: 137px; }
div.w7 { width: 140px; }
div.w8 { width: 145px; }
div.w9 { width: 150px; }
div.w10 { width: 155px; }
div.w11 { width: 160px; }
div.w12 { width: 165px; }
div.w13 { width: 170px; }
div.w14 { width: 175px; }
div.w15 { width: 180px; }
div.w16 { width: 185px; }
div.w17 { width: 190px; }
div.w18 { width: 195px; }

/*home menu specifications*/
.homenavlist a
{
width: 162;
text-align: center;
display: block;
font-family: Verdana;
font-size: 12px;
text-decoration: none;
color: #0F3360;
padding: 6px;
margin: 9 0 9 0; /*top,right,bottom,left*/
border: 2px #E8DCC1 solid; /*these four are for the borders of the boxes*/
}

.homenavlist a:hover { background-color: #B6A998;}

.homenavlist a:visited { text-decoration: none; color: #0F3366; }



/*this controls whether they have diamonds to the left or not for the top menus*/
#navlist li
{
display: inline;
color: #0F3360;
/* for IE5 and IE6 */
}






/*top menu specifications*/
#topnavlist
{
/*display: block; what does this do?*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #0F3360;
margin: 2 0 2 0; /*distance from the edge of the letters to the edge of the box*/
padding: 0;
border-top: 1px #E8DCC1 solid; /*these four are for the borders of the boxes*/
border-left: 1px #E8DCC1 solid;
border-right: 1px #E8DCC1 solid;
border-bottom: 1px #E8DCC1 solid;
}

#topnavlist li
{
display: inline;
color: #0F3360;
}

/*this is the specifications for the links (in the topmenu)*/
#topnavlist a
{
width: 99.99%;
color: #0F3360;
/* extend the sensible area to the maximum with IE5 */
display: block;
/* top - right - bottom - left */
padding: 2px 0px 2px 0px; /*distance from the edge of the letters to the edge of the box*/
text-decoration: none; /*this keeps the underlines from appearing*/
}

/*this is the specification for the mouse-over colors*/
#topnavlist a:hover { background-color: #B6A998;}


/*this begins the submenu specifications*/

/*this controls whether they have diamonds to the left or not for the top menus*/
#navlist li
{
display: inline;
color: #0F3360;
/* for IE5 and IE6 */
}

/*submenu specifications*/
#navlist
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0F3360;
margin: 0 0 0 0;
padding: 0;
border-top: 1px #E8DCC1 solid;
border-left: 1px #E8DCC1 solid;
border-right: 1px #E8DCC1 solid;
}

/*this is the specifications for the rest of the links (in the submenu)*/
#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #D6CAAD;
/* top - right - bottom - left */
padding: 2px 0px 2px 0px;
border-bottom: 1px #E8DCC1 solid;
text-align: right;
text-decoration: none;
color: #0F3360;
}

/*this is the specification for the mouse-over colors*/
#navlist a:hover { background-color: #B6A998; }


/*this is the specifications for the current page link (in the submenu)*/
#active a:link, #active a:visited, #active a:hover
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background: transparent url(images/arrow2.gif) left center no-repeat;
background-color: #D6CAAD;
/* top - right - bottom - left */
margin 0 0 0 0;
padding 0 0 0 0;
border-bottom: 1px #E8DCC1 solid;
text-align: right;
text-decoration: none;
color: #0F3360;
}


