#navlist {
	background: #fff url(../Pastiche/navbar.jpg); 
	border-top: 3px #C7DED6 solid;
}
#navlinks li ul {
	background-color: #D0E4DB;				/* background color of first drop-down menu */
}
#navlinks li ul li ul{						/* background color of 2nd drop-down menu */
	background-color: #BAD8CC;
}
#navlinks li:hover a{						/* keeps top level item highlighted while lower  */
	background-color: #72AE95;				/*         levels are hovered over */
}
#navlinks li ul li:hover {					/* keeps subsequent level item highlighted while  */
	background-color: #72AE95;				/*         lower levels are hovered over */
}
#contentWrapper {
	border-top: 3px #C7DED6 solid;
	border-bottom: 3px #C7DED6 solid;
}
#indexWrapper {
	background-color:#C7DED6;
}
.emailList {
	background-color:#C7DED6;
}
.indexItem, #featureItem{
	border: 1px solid #72AE95;
}
.borderLine {
	border-top: 1px solid #72AE95;
}
/************************* right column in these pages ***********************/
/* to enable the right column in all pastiche pages, uncomment the right border below & */
/* comment out the content width style */
#contentAndRightColumn {		
	background: url(../Pastiche/rightBorder.jpg) repeat-y right top;
}
/*#content {					
	width: auto;
}*/

