BODY	{
	SCROLLBAR-BASE-COLOR: #0F338A;
	margin: 0px;
	padding: 0px;
	border: #999999 0px solid;
	}



/* START CODE FOR NON-MENU LINKS */


a:link		{ color: #003366; text-decoration: underline; }

a:visited	{ color: #003366; text-decoration: underline; }

a:active	{ color: #003366; text-decoration: underline; }

a:hover		{ color: #003366; text-decoration: none; }






/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; }

.title		{ FONT: 20px Trebuchet MS, Arial, sans-serif; font-weight: bold; color: #000099;}

.subtitle	{ FONT: 15px Trebuchet MS, Arial, sans-serif; font-weight: bold; color: #000099;}

.copyright	{ COLOR: #999999; FONT: 9px verdana, arial, sans-serif; }



.bodytext
	{line-height:115%;
	font-size:11.0pt;
	font-family:Trebuchet MS, Arial, sans-serif;
	}
	
	.bodybold
	{line-height:115%;
	font-size:10.0pt;
	font-weight: bold;
	font-family:Trebuchet MS, Arial, sans-serif;
	}
	
	
.address
	{
	font-size:9pt;
	font-weight: bold;
	font-family:Arial, sans-serif;
		margin-left: 15px;
	}

.testimonial
	{
	font-size:10pt;
	font-family:Arial, sans-serif;
	margin-left: 20px;
	}
	
/* IMAGE BORDERS */

.borders	{ border: #000000 1px solid; }




/* PAGE TOP AND BOTTOM BORDERS */

.pagebars	{
		background-color: #C0C0C0;
		background-image: url("../picts/bar.jpg");
		height: 25px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-bottom	{
		background-color: #C0C0C0;
		background-image: url("../picts/bar.jpg");
		height: 25px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.floatleft { 
float : left; 
margin : 0 5px 5px 0; 
} 
.floatright { 
float : right; 
margin : 0 0 5px 5px; 
}



/* LEFT SIDEBAR OPTIONS */


a.sidelink:link		{ color: #99CCFF; text-decoration: none; }

a.sidelink:visited	{ color: #99CCFF; text-decoration: none; }

a.sidelink:active	{ color: #99CCFF; text-decoration: none; }

a.sidelink:hover	{ color: #99FF99; text-decoration: none; }

.bordersSB		{ border: #C0C0C0 1px solid; }

.sidebartitle		{ COLOR: #FFFFFF; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.sidebartext		{ COLOR: #FFFFFF; FONT: 11px verdana, arial, sans-serif; }

.date-font		{ color: #FFFFFF; font: 10px verdana, arial, sans-serif; font-weight: normal; }

.sidebar-background	{
			background-image: url("../picts/background-sidebar.gif");
			background-repeat: repeat-y;
			background-position: top left;
			}


/* RIGHT SIDEBAR OPTIONS */

.sidebarR	{ width: 20px; }

.whitespaceL	{ width: 10px; }




/* START THE CODE FOR THE MENUS */


.menutable	{
		background-color: #0F338A;
		background-image: url("../picts/menu-background.gif");
		BORDER-BOTTOM: #000099 0px solid;
		BORDER-TOP: #000099 0px solid;
		}


.firstborder	{ border-right: #35538D 1px solid; }


.menu		{
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 12px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 9px;
		padding-right: 9px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		display: block;
		border: solid #35538D;
		border-width: 0px 1px 0px 0px;
		}

		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */




a.menu:link 	{ background-image: url("../picts/menu.gif");
		  background-color:#0F338A;
		  color: #CFCFE0;}


a.menu:visited 	{ background-image: url("../picts/menu.gif");
		  background-color:#0F338A;
		  color: #CFCFE0; }


a.menu:active 	{ background-image: url("../picts/menu.gif");
		  background-color:#0F338A;
		  color: #CFCFE0; }


a.menu:hover 	{  background-image: url("../picts/menuon.gif");
		   background-color:#828282;
		   color: #FFFFFF; }



