.AddressLabel
{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:normal;
		color:#000000;
                width:61%;

}
.GridHeader
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
        font-weight:bold;  
}
.GridSubHeader
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

.GridText
{  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
}

.GridQuestionLabel
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
}
.SectionHeader
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
        font-weight:bold; 
}
.SectionDescription
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
}
select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}
/* Elwyn defined colors
	Purple="#69203B";
	Rose="#885a7e";
	Blue="#2B50B5";
	Green="#56722d";
*/

/*-----------------------  header -----------------------*/


/*----------------------- left nav -----------------------*/
.subNav{
 	background-color: #ffffff; 
	color: #000000;
	
}
.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: #000000;
	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 -----------------------*/
 

.bodyHeader {
	font-family:"New Century Schoolbook", "Times New Roman";
	font-size: x-large;
	color: #69203B;
}

/*----------------------- footer -----------------------*/
.footer {
	color: #000000;
	font-family:"Arial Narrow","Helvetica", "sans-serif";
	font-size: x-small;
		
}
	 
