
	body		{ 
				background-color: #3498db;
				font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif; 
				margin-top		: 0px;
				}
				
	.page	{ //*******************border			: 3px solid #000000; **//
		position        : relative;
		top				: 0px;
		background-color: #ffffff;
		width           : 95%;
		text-align      : left;
		margin-left     : auto;
		margin-right    : auto;
		padding			: 10px; 
		font-size		: 12pt; 
		color			: #000066; 
		box-shadow		: 3px 3px 8px rgba(0, 0, 0, 1.3);
	}
		
	.menu_bar	{
		position        : relative;
		top				: 0px;
		left			: 0px;
		width           : 100%;
		height			: 35px;
		background-color: #2ecc71;
		color			: #000066;
		text-align		: right;
	}
	
	.h0_green	{
		color			: #2ecc71;
		font-size		: 22pt;
		font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-weight		: normal;
	}
	
	.h1_white	{
		position        : absolute;
		top				: 175px;
		left			: 20px;
		color			: #ffffff;
		font-size		: 25pt;
		font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-weight		: normal;
	}
	
	.h2_white	{
		position        : absolute;
		top				: 190px;
		left			: 40px;
		color			: #ffffff;
		font-size		: 18pt;
		font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-weight		: normal;
	}
	
	.h11_white	{
		position        : absolute;
		top				: 175px;
		left			: 20px;
		color			: #ffffff;
		font-size		: 30pt;
		font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-weight		: normal;
	}
	
	.h1_green	{
		position        : absolute;
		top				: 160px;
		left			: 20px;
		color			: #2ecc71;
		font-size		: 30pt;
		font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-weight		: bold;
	}
	
	.h2_green	{
		text-align		: left;
		color			: #2ecc71;
		font-size		: 20pt;
		font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-weight		: bold;
	}
	
	.blue_line	{
		position       	 	: relative;
		left				: 0px;
		top					: 20px;
		border				: 2px solid #3498db;
		background-repeat	: repeat;
		width           	: 100%;
	}
	
	.home_menu	{
		position       	 	: relative;
		top					: 0px;
		margin-left			: 50%;
		width				: 45%;
	}
	
	.website_text	{	//******margin-left:	10%**//
		color			: #000066;
		position		: relative;
		top				: 0px;
		text-align		: left;
		font-family		: Arial, sans-serif;
		font-size		: 14pt;
		margin-left		: 5%;
		margin-right	: 5%;
	}
	
	.website_end	{
		color: 			#000066;
		position:		relative;
		text-align: 	center;
		margin-right:	5%;
		font-family: 	Arial, sans-serif;
		font-size: 		11pt;
	}
	
	div#company_logo	{
		position        : relative;
		margin-left		: 10%;
		top				: 25px;
		width           : 88%;
		height			: 130px;
		text-align		: center;
		padding:		: 25px;
	}
	
	div#company_logo_cf	{
		position        : absolute;
		margin-left		: 5%;
		top				: 45px;
		width           : 10%;
		height			: 130px;
		padding:		: 0px;
	}
	
	.company_logo_cf{
		background-color	: #ffffff;
		font-family			: times new roman, sans-serif, Verdana, Geneva, Arial;
	}
	
	.company_logo{	
		background-color	: #ffffff;
		font-family			: times new roman, sans-serif, Verdana, Geneva, Arial;
		font-size			: 38px; 
		color				: #000066; 
		font-weight			: bold;
	}
	
	.dropdown_location_right	{
		position	: relative;
		top			: 10px;
		margin-left	: 55%;
	}
	
	a.a_link_menu:link	{
		color:				#000066; 
		background-color:	#ffffff;
		font-size:			16px;
		padding: 			5px;
		text-decoration: 	none;
	}
	
	a.a_link_menu:visited	{  
		color:				#000066; 
		background-color:	#ffffff;
		font-size:			16px;
		padding: 			5px;
		text-decoration: 	none;
	}
	
	a.a_link_menu:hover	{
		background-color:	#ffffff;
		color:				#3498db;
		font-size:			16px;
		padding: 			5px;
		text-decoration		: none;
		border				: 2px solid #3498db;
		border-radius		: 25px;
		padding				: 4px;
	}
	
	fieldset.fifty	{
		width		: 50%;
		text-align	: left;
		font-size	: 12pt;
		font-family	: Arial, sans-serif;
		color		: #000066;
	}
	
	fieldset.fiftyc	{
		width		: 50%;
		text-align	: center;
		font-size	: 12pt;
		font-family	: Arial, sans-serif;
		color		: #000066;
	}
	
	fieldset.sixty	{
		width		: 60%;
		font-size	: 12pt;
		font-family	: Arial, sans-serif;
		color		: #000066;
	}
	
	fieldset.sixtyc	{
		width		: 60%;
		text-align	: center;
		font-size	: 12pt;
		font-family	: Arial, sans-serif;
		color		: #000066;
	}
	
	fieldset.seventy	{
		width		: 70%;
		text-align	: left;
		font-size	: 12pt;
		font-family	: Arial, sans-serif;
		color		: #000066;
	}
	
	fieldset.seventyc	{
		width		: 70%;
		text-align	: center;
		font-size	: 12pt;
		font-family	: Arial, sans-serif;
		color		: #000066;
	}
	
	fieldset.eighty	{
		width		: 80%;
		text-align	: left;
		font-size	: 12pt;
		font-family	: Arial, sans-serif;
		color		: #000066;
	}
	
	fieldset.eightyc	{
		width		: 80%;
		text-align	: center;
		font-size	: 12pt;
		font-family	: Arial, sans-serif;
		color		: #000066;
	}
	
	fieldset.ninety	{
		width		: 90%;
		text-align	: left;
		font-size	: 12pt;
		font-family	: Arial, sans-serif;
		color		: #000066;
	}
	
	fieldset.ninetyc	{
		width		: 90%;
		text-align	: center;
		font-size	: 12pt;
		font-family	: Arial, sans-serif;
		color		: #000066;
	}
	
	.light_gray	{
		background-color: #ebeeed;
		text-align		: left;
		padding			: .25em;
	}
	
	.light_grayc	{
		background-color: #ebeeed;
		text-align		: center;
		padding			: .25em;
	}
	
	.white	{
		background-color: #ffffff;
		text-align		: left;
		padding			: .25em;
	}
	
	.whitec	{
		background-color: #ffffff;
		text-align		: center;
		padding			: .25em;
	}
	
	.gray	{
		background-color: #d2d5d4;
		text-align		: left;
		padding			: .25em;
	}
	
	.grayc	{
		background-color: #d2d5d4;
		text-align		: center;
		padding			: .25em;
	}
	
	.text_100	{
		color			: #000066;
		text-align		: left;
	}
	
	.text_forty	{
		color			: #000066;
		width			: 40%;
		text-align		: left;
	}
	
	.text_fifty	{
		color			: #000066;
		width			: 50%;
		text-align		: left;
	}
	
	.text_sixty	{
		color			: #000066;
		width			: 60%;
		text-align		: left;
	}
	
	.text_seventy	{
		color			: #000066;
		width			: 70%;
		text-align		: left;
	}
	
	.text_eighty	{
		color			: #000066;
		width			: 80%;
		text-align		: left;
	}
	
//	li	{
//		color			: #ffffff;
//	}
	
	.li_blue	{
		color			: #000066;
	}
	
	.engagement_background	{
		background-color	: #ebeeed;
		padding				: 10px;
	}
	
	div#company_logo_rt	{
		position        : absolute;
		margin-left		: 77%;
		top				: 55px;
		width           : 10%;
		height			: 130px;
		padding:		: 0px;
	}
	
	.company_logo_rt{
		background-color	: #ffffff;
		font-family			: times new roman, sans-serif, Verdana, Geneva, Arial;
	}