/* Elwyn defined colors
	Purple="#69203B";
	Rose="#885a7e";
	Blue="#2B50B5";
	Green="#56722d";
*/
A {
	color: #ffffff;
}
/*-----------------------  header -----------------------*/
td.globalNav{
 	background: url(./images/globalNavDS.jpg);
	background-repeat: repeat-y;
	background-color: #9eb28f; 
}

/*----------------------- left nav -----------------------*/
.subNav{
 	background: url(./images/subNavDS.jpg);
	background-repeat: no-repeat;
	background-color: #9eb28f; 
 
}

.leftNav {
	color: #ffffff;
	font-family:"Arial Narrow","Helvetica", "sans-serif";
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
	line-height:1.5em;		
	text-transform: uppercase;		
}

a:hover.leftNav {
	color: #ffaa20;
}

.hoverMenu{
	color: #ffffff;
	text-decoration: none;
	font-family:"Arial Narrow","Helvetica", "sans-serif";
	font-size: x-small; 
	font-weight: bold;	
	opacity: 1;
	  
}
 

 
 
/*----------------------- breadcrumbs -----------------------*/

.breadCrumbs{
	background-color: #56722D;
	color: #ffffff;
	font-family:"Arial Narrow","Helvetica", "sans-serif";
	font-size: x-small;
	font-color: #ffffff;	
	font-weight: normal;		
}
 
/*-----------------------  body -----------------------*/
.body {
	font-family:Arial;
	font-size: x-small;
	font-weight: normal;
	line-height:2em;
	color:#ffffff;
	background-color: #9eb28f;
}


.bodyHeader {
	font-family:"New Century Schoolbook", "Times New Roman";
	font-size: x-large;
	line-height:1em;
}


/*----------------------- footer -----------------------*/
.footer {
	color: #ffffff;
	font-family:"Arial Narrow","Helvetica", "sans-serif";
	font-size: x-small;
		
}

	 

	 
.pictureBarBg {
 	background: url(./images/ds_subBknd.jpg);
	background-repeat: repeat-x;
	background-color: #000000; 
}