/* CSS Document */
body{
	color: rgb(232,205,187);
	/*color: rgb(215,170,129);*/
}

a, a:link, a:active, a:hover, a:visited {
	/*color:rgb(255,146,35);*/
	color:rgb(255,189,122); /* this line changed */
	text-decoration: underline;
	font-size:12px;
}

#navMain{
	height: 30px;
	font-size: 12px;
	background-color:rgb(84,36,0);  /* this line changed */
	clear: both;
}
	#navMain ul{
		margin: 7px  0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
	}	
	#navMain li{
		list-style-type: none;
	 	display: inline;
		padding: 0px 20px 0px 0px;
	}


#jazzClassicalFusionHeaderSlim{
	width: 747px;
	height: 113px;
	background-image: url(../images/5.gif); /* this line changed */
	clear: both;
}
	
#navSub{
	height: 30px;
	font-size: 12px;
	background-color:rgb(60,31,9); color:rgb(255,146,35); /* this line changed */
	clear: both;
}
	#navSub ul{
		margin: 0px 0px 0px 0px;
		padding: 7px 0px 0px 0px;
		float: right;
	}	
	#navSub li{
		list-style-type: none;
	 	display: inline;
		padding: 0px 20px 0px 0px;
	}	

.jazzDividerLine{
	width: 747px;
	clear: both;
	font-size: 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px rgb(145,81,15) dashed;
}

h1 { color:rgb(255,146,35); } /* Normal Style "King Bud" Headings, used for main page titles */
h2 { color:rgb(255,146,35); } /* Normal Style "Auxillary" Headings, used for Song TItles */
/* h3 { font-size:13pt; font-weight:bold; font-style:normal; line-height:1.5em; }Normal style "King Bud" Children, used for quotes and what not */
/* fusionBoldText's replacement */
h4 { color:rgb(255,146,35); } /* Descriptive text */
/* end replacement */

.fusionBoldText{
	font-weight: bold;
	color:rgb(255,146,35); /* this line changed */
}



.jazzBold{
	font-size: 11px;
	font-weight: bold;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: none;
	color:rgb(255,146,35); /* this line changed */
}

#tompkinsFooterNav{
	clear: both;
	width: 747px;
	height: 30px;
	font-size: 11px;
	border-top:1px rgb(145,81,15) solid; /* this line changed */
	text-align: center;
}
	#tompkinsFooterNav ul{
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 0px 0px;
	}	
	#tompkinsFooterNav li{
		margin: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		list-style-type: none;
	 	display: inline;
	}
	#tompkinsFooterNav a{
		margin: 0px 7px 0px 7px;
		padding: 0px 0px 0px 0px;
	}
	div>#tompkinsFooterNav a{
		padding: 0px 7px 0px 7px;
	}