BODY 	{
	scrollbar-base-color: #4C4C56;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #1F3037;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}
 
 /* LINK COLORS */

a:link		{ color: #004b52; text-decoration: underline; }

a:visited	{ color: #004b52; text-decoration: underline; }

a:hover		{ color: #1f3a80; text-decoration: underline; font-weight: bold;}




 /* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */
.bio {padding: 0 10px 0 0;}

TABLE 		{ COLOR: #001a4b; FONT: 11px verdana, arial, sans-serif; font-weight: normal; }

.title 		{ COLOR: #001a4b; FONT: 12px verdana, arial, sans-serif; font-weight: bold; }

.subtitle  {
  color: #001a4b;
  font-family: Verdana, arial, sans-serif;
  font-style: italic;
}
.underline {
  text-decoration: underline;
}


.phonetitle 	{ color: #001a4b; font: 12px verdana, arial, sans-serif; font-weight: bold; }

.copytext 	{ COLOR: #001a4b; FONT: 9px verdana, arial, sans-serif; font-weight: bold; }

.page-splits	{ COLOR: #3E5863; height: 2px; BORDER-TOP: #000000 1px solid; width: 100%; }


 /* HOMEPAGE BANNER BACKGROUND COLOR */


.picturebar 	{ background-color:#21313A;
  }

.wbenc {border: none;}




.button 	{ background-image: url("picts/button.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 20px;
		width: 100px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid; }

.buttonon 	{ background-image: url("picts/buttonon.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #666666;
		font-size: 8pt;
		height: 20px;
		width: 100px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid; }


.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 200PX;
		BORDER: #666666 1px solid; }

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		HEIGHT: 125PX;
		BORDER: #999999 2px solid; }

.dropdown {	COLOR: #333333;
		WIDTH: 200PX;
		FONT: 11px verdana, arial, sans-serif; }











 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}






 /* IMAGE BORDERS */

.borders		{ BORDER: #000000 1px solid; }



 /* HOMEPAGE AND SIDEBAR THUMBNAIL BORDERS */

.hover-border	 	{ border: #000000 1px solid; cusor:pointer; }
A:hover .hover-border 	{ border: #FFFFFF 1px solid; cusor:pointer; }





 /* BEGIN MENU CODE */




.menu    	{
		FONT: 14px arial, verdana, sans-serif; font-weight: normal;
		height: 24px;
		text-indent: 23px;
		background-image: url(picts/menu.gif);
		background-repeat: no-repeat;
		background-position: 0 0px;
		vertical-align: middle;
        margin: 30px 0 0 0;
		}

.menu a {text-decoration: none;}

.menu a:visited {text-decoration: none;}

.menu-line	  {
		  background-image: url(picts/menu_line.gif);
		  background-repeat: repeat-y;
		  }

li{
  line-height: 1.6em;
}







