

#ThisIsWhy {

	

	position: relative;

	height: 65px;

}



#HILIGHT {

	font-family: "Times New Roman", sans-serif;

	font-style: normal;

	font-size: 28pt;

	font-weight: bold;

	line-height: 45px;

	position: absolute;

	left: 0;

	top: 0;

	color:  #CC8F14;/* white */

	z-index: 4;                         /*change Z from 1 */

}



#FILL {

	font-family: "Times New Roman", sans-serif;     /*swapped fill and highlite, and position*/

	font-style: normal;

	font-size: 28pt;

	font-weight: bold;

	line-height: 45px;

	position: absolute;

	left: 1px;

	top: -1px;

	color:  #FFFF00;/* #fbd357 #eace5c */

	z-index: 3;

}



#DARK	{

	font-family: "Times New Roman", sans-serif;

	font-style: normal;

	font-size: 28pt;

	font-weight: bold;

	line-height: 45px;

	position: absolute;

	left: -3px;

	top: 3px;

	color:black;            /* #ac6827 */

	z-index: 2;

}

	

#SHADOW	{

	font-family: "Times New Roman", sans-serif;

	font-style: normal;

	font-size: 28pt;

	font-weight: bold;

	line-height: 45px;

	position: absolute;

	left: -3px;

	top: 4px;          /* original 6px */  

	color:  #666666;        /* #666666 #400000  #c0c0c0 */

	z-index: 0;

}


