/* Elwyn defined colors
	Purple="#69203B";
	Rose="#885a7e";
	Blue="#2B50B5";
	Green="#56722d";
*/

/*-----------------------  header -----------------------*/
td.globalNav{
 	background: url(./images/globalNavBlue.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff; 
}

/*----------------------- left nav -----------------------*/
.subNav{
 	background: url(./images/subNavBlue.jpg);
	background-repeat: no-repeat;
	background-color: #2B50B5; 
 
}
.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-weight: normal;		
}

/*-----------------------  body -----------------------*/
.body {
	font-family:Arial;
	font-size: x-small;
	font-weight: normal;
	line-height:2em;
	color:#ffffff;
	background-color: #56722d;
}
#ifm {
	font-family:Arial;
	font-size: x-small;
	font-weight: normal;
	line-height:2em;
	color:#ffffff;
	background-color: #56722d;
}
.bodyHeader {
	font-family:"New Century Schoolbook", "Times New Roman";
	font-size: x-large;
	color: #ffffff;
}

a:link.body {
	font-family:"Arial";
	color: #ffffff;
	font-size: x-small;
}
a:visited.body {
	font-family:"Arial";
	color: #ffffff;
	font-size: x-small;
}
a:link.active.body {
	font-family:"Arial";
	color: #ffffff;
	font-size: x-small;
}
a:link.hover.body {
	font-family:"Arial";
	color: #ffffff;
	font-size: x-small;
}


/*----------------------- footer -----------------------*/
.footer {
	color: #ffffff;
	font-family:"Arial Narrow","Helvetica", "sans-serif";
	font-size: x-small;
		
}

/*----------------------- news -----------------------*/
.news {
	font-family:"Arial";
	color: #000000;
	font-size: x-small;
	font-weight: normal;	
	line-height:2em;
 }
	 