.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: none;
}





.style3
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
}
.style4
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000099;
font-weight:bold;
}



/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility:hidden;
border:groove;
border-bottom-width: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#ff6600;
width: 150px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
text-decoration:none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight:normal;
text-indent: 5px;
color:#000000;
}

.anylinkcss a:hover{ /*hover background color*/
background:#ffcba9;
color:#000000;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #006666;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 0; /*zIndex for shadow*/
background: black;
visibility: hidden;
}


.style1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
text-decoration:none;
font-weight:bold;
}
.style2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration:none;
}

.title
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color:#000099;
font-weight:bolder;
}

.title1
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color:#962DFF;
font-weight:bolder;
}

.links a:link
{
font-family: Calibri;
font-size: 11px;
color:#830b04;
background-color:#330033;
text-decoration: none;
}

.links a:hover
{
font-family: Calibri;
font-size: 11px;
color:#830b04;
background:#327ec3;
text-decoration: none;
}

.links a:visited{ /*hover background color*/
font-family: Calibri;
font-size: 11px;
background-color:#330033;
text-decoration: none;
}


.stylebutton a:link
{
font-family: Calibri;
font-size: 12px;
color:#000000;
text-decoration:none;
background-image:url(buttongrey.gif);
}

.stylebutton a:hover
{
font-family: Calibri;
font-size: 12px;
color:#000000;
display:block;
line-height: 18px;
text-decoration:none;
background-image:url(buttonre.gif);
}

.header
{
color:#000000;
font-size:14px;
font-weight:bold;
padding-top:5px;
padding-left:5px;
}	


.bg1top
{
background-image:url(topimg.gif);
background-repeat:no-repeat;
width:985;
height:21;
}

.bg1mid
{
background-image:url(midimg.gif);
background-repeat:repeat-y;
width:985;
height:2;
}

.bg1bot
{
background-image:url(botimg.gif);
background-repeat:no-repeat;
width:985;
height:21;
}

