BODY	{
	scrollbar-base-color: #000000;
	scrollbar-track-color: #e27000;
	scrollbar-arrow-color: #3866fe;
	background: #000000 url(picts/bg5a.jpg) no-repeat center top;
	width: 100%;
	display: table;
	margin: 0; 
	padding: 0; 
	}


html 	{
	background: #000000 url(picts/repeater.gif) repeat-y;
}


/* NON-MENU LINK COLORS */

a:link, a:visited, a:active	{ color: #446ffd; text-decoration: none; font-weight: bold; }
a:hover			{ color: #da0202; text-decoration: none; font-weight: bold; }





/* PAGE FONTS AND TITLES */



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

table		{ 	COLOR: #FFFFFF;
			FONT: 13px / 15px verdana, arial, sans-serif;
			font-weight: normal;
			text-align:left;

 }

.table2		{ 	COLOR: #FFFFFF;
			FONT: 11px / 13px verdana, arial, sans-serif;
			font-style: italic;
			font-weight: normal;
			text-align:left;

 }



.title		{ COLOR: #FFFFFF; FONT: 18px verdana, arial, sans-serif; font-weight: bold; }
.subtitle		{ COLOR: #b6b6b6; FONT: 16px verdana, arial, sans-serif; font-weight: bold; }
.subtitle2		{ COLOR: #446ffd; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }
.nametitle		{ COLOR: #da0202; FONT: 16px arial, verdana,  sans-serif; font-weight: bold; }

/* GENERAL TEXT SIZES and COLORS */

.smalltext		{ COLOR: #99CC99; FONT: 11px arial, sans-serif; font-weight: bold; }
.footer			{ COLOR: #FFFFFF; FONT: 9px verdana, arial, sans-serif; font-weight: bold; }
.phonetitle		{ COLOR: #8BC1AD; FONT: 13px arial, sans-serif; font-weight: bold; }
.list 			{ COLOR: #CCCC99; FONT: 12px verdana, arial, sans-serif; font-weight: normal; }
.testimonial		{ COLOR: #8BC1AD; FONT: 11px verdana, arial, sans-serif; font-style: italic; font-weight: bold; }
.links			{ COLOR: #b6b6b6; FONT: 8px verdana, arial, sans-serif; font-weight: normal;  }


.content			{ background-color: #262626;  

}

.content2			{ background-color: #262626;  
		background-image: url("../picts/black/backgroundfill.jpg");
		background-repeat: no-repeat
}


.contact			{ background-color: #262626;  
		background-image: url("../picts/contactpanel.jpg");
		background-repeat: no-repeat
}





/* PAGE LINES & BORDERS */


.navigation	{
		background-color: #262626; 
		background-image: url("../picts/black/navigationtable.gif");
		background-repeat: repeat-y
		height: 250px;
		border: solid #FFFFFF;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.page-split	{
		background-color: #000000;
		background-image: url("../picts/pagesplit.gif");
		background-repeat: repeat-y
		height: 1px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

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


/* TABLE ROW CODE */





.homelinks		{
		background-color: #000000;
		background-image: url("../picts/black/footer.gif");
		background-repeat: repeat-y
		height: 24px;
		background-position: top left;
			color: #da0202;
			font: 11px  verdana, arial, sans-serif;
			font-weight: bold;
			text-align: left;
			text-decoration: none;
			text-indent: 6px;
			cursor: pointer;
			display: block;
			padding-top: 6px;
			padding-bottom: 6px;
			padding-left: 0px;
			margin-bottom: 0px;
}



a.homelinks:link		{ color: #da0202; }
a.homelinks:visited		{ color: #da0202; }
a.homelinks:active		{ color: #da0202; }
a.homelinks:hover		{ color: #FFFFFF; background-color: #D9DBE5; }




.homelinks2		{
		background-color: #000000;
		background-image: url("../picts/black/footer.gif");
		background-repeat: repeat-y
		height: 24px;
		background-position: top left;
			color: #da0202;
			font: 11px  verdana, arial, sans-serif;
			font-weight: bold;
			text-align: left;
			text-decoration: none;
			text-indent: 6px;
			cursor: pointer;
			display: block;
			padding-top: 6px;
			padding-bottom: 6px;
			padding-left: 0px;
			margin-bottom: 0px;
}






a:hover .homeborders 	{
			border: #EEEAE6 0px solid;
			border-bottom: #EEEAE6 0px solid;
			filter:alpha(opacity=70);
			-moz-opacity: 0.70;
			opacity: 0.70;
			}
