BODY	{
	scrollbar-base-color: #000000;
	scrollbar-track-color: #545454;
	scrollbar-arrow-color: #ffa801;

	}




/* NON-MENU LINK COLORS */

a:link, a:visited, a:active	{ color: #b95801; text-decoration: none; font-weight: bold;}

a:hover				{ color: #000000; text-decoration: none; font-style: italic; font-weight: bold;}





/* PAGE FONTS AND TITLES */

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #00000; FONT: 13px  verdana, arial, sans-serif; font-weight: bold;  }

.title		{ COLOR: #0c0c0c; FONT: 19px verdana, arial, sans-serif; font-weight: bold; }

.title2		{ COLOR: #0c0c0c; FONT: 16px verdana, arial, sans-serif; font-weight: bold; }

.title3		{ COLOR: #b95801; FONT: 16px verdana, arial, sans-serif; font-weight: bold; }

.subtitle	{ COLOR: #b95801; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.smalltitle 	{ COLOR: #b95801; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }







/* GENERAL TEXT SIZES and COLORS */

.smalltext		{ COLOR: #99CC99; FONT: 11px arial, sans-serif; font-weight: bold; }

.footer			{ COLOR: #fd7903; FONT: 9px verdana, arial, sans-serif; font-weight: bold; }



.list 			{ COLOR: #CCCC99; FONT: 12px verdana, arial, sans-serif; font-weight: normal; }

.navigation		{ COLOR: #FFFFFF; FONT: 11px verdana, arial, sans-serif; font-style: italic; font-weight: bold; }


.testimonial		{ COLOR: #8BC1AD; FONT: 11px verdana, arial, sans-serif; font-style: italic; font-weight: bold; }




/* HEADER BACKGROUND COLOR - edit the header.js also */

.headercolor		{ background-color: #000000; }



/* PAGE LINES & BORDERS */
.pageheight		{ height: 1400px; }
.pictbackground		{ background-color: #000000; }




.footertable	{
		background-color: #000000;
		background-image: url("../picts/black/footer.jpg");
		width: 1000px;
		height: 63px;
		border: solid #808080;
		border-width: 0px 0px px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}






.pagebar-bottom	{
		background-color: #000000;
		background-image: url("../picts/black/footer.jpg");
		height: 63px;
		border: solid #808080;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}




/* LEFT SIDEBAR OPTIONS */

.sidebar-background, .background2
			{
			background-image: url("../picts/contentbgd.gif");
			background-color: #edead7;
			background-repeat: repeat-y;
			}

.sideborder		{ BORDER: #C0C0C0 1px solid; }

.sidebartitle		{ COLOR: #FFFFFF; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.sidebartext		{ color: #C0C0C0; FONT: 11px arial, verdana,  sans-serif; font-weight: bold; }


a.sidelink:link, a.sidelink:visited, a.sidelink:active	{ color: #99FF99; text-decoration: none; }

a.sidelink:hover					{ color: #FFCC00; text-decoration: none; }












