
	a:link 		{ 	color: #FFFFFF; text-decoration: none; }
	a:visited 	{ 	color: #FFFFFF; text-decoration: none; }
	a		{ 	text-decoration: none; }
	
	body		{ 
				background-color: #ffffff;
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
				font-size: 12pt; 
				color: #000000; 
				margin-top:	0px;
				}
				
	div#page	{ 
		position        : relative;
		top				: 0px;
		width           : 95%;
		text-align      : left;
		margin-left     : auto;
		margin-right    : auto;
		border			: 3px solid #000000;
		padding			: 10px; 
	}
	
	.page {
		background-color: #ffffff;
	}
	
	div#menu_bar	{
		position        : relative;
		top				: 0px;
		left			: 0px;
		width           : 100%;
		height			: 35px;
	}
	
	.menu_bar{
		background-color	: #800000;
	}
	
	div#company_logo_cf	{
		position        : absolute;
		left			: 5px;
		top				: 50px;
		width           : 10%;
		height			: 130px;
		padding:		: 0px;
	}
	
	.company_logo_cf{
		background-color	: #ffffff;
		font-family			: times new roman, sans-serif, Verdana, Geneva, Arial;
	}
	
	div#company_logo	{
		position        : relative;
		left			: 16%;
		top				: 8px;
		width           : 84%;
		height			: 130px;
		text-align		: center;
		padding:		: 25px;
		vertical-align: text-baseline;
	}
	
	.logo_text	{
		position        : absolute;
		top				: 80px;
		width			: 75%;
		font-family		: times new roman, sans-serif, Verdana, Geneva, Arial;
		color			: #000000;
		font-weight		: bold;
		font-size		: 40pt;
		margin-right	: 10%;
		margin-left		: 20%;
		text-align		: center;
	}
	
	.company_logo{	
		background-color	: #FFA500;
		font-family			: times new roman, sans-serif, Verdana, Geneva, Arial;
		font-size			: 43px; 
		color				: #000000; 
		font-weight			: bold;
	}
	
	div#blue_bar	{
		position        : relative;
		top				: 15px;
		width           : 100%;
		height			: 35px;
	}
	
	.blue_bar	{
		background-color	: #FFA500;
	}
	
	div#copious_info {
		position        : absolute;
		top				: 825px;
		width           : 100%;
		text-align		: center;
	}

	.copious_info	{
		font-family			: times new roman, sans-serif, Verdana, Geneva, Arial;
		font-size			: 15px; 
		color				: #000000; 
		font-weight			: bold;
	}
	
	.contactus_details	{
		background-color	: #c0c0c0;
	}

.dropdown_location	{  
	position:	absolute;
	top:		198px;
	left:		25px;
}	

.dropdown_location_right	{
	position:	absolute;
	top:		18px;
	left:		70%;
}

.dropbtn_right {
    background-color: #800000;
    color: #ffffff;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}		
		
.dropbtn {
    background-color: #FFA500;
    color: #000000;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown2 {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 315px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1; text-decoration: none;}

	fieldset	{	
				width: 100%;
				padding: 3;
				}
	
	input[type="text"]	{	font-size: 11pt;
					background-color: #ffffff;
					color: black;
					padding: .25em;
					font-family: Arial, sans-serif;
					float: left;
					display: inline;
					font-weight: bold;
					width: 90%;
					}
					
	input[type="password"]	{	font-size: 11pt;
					background-color: #ffffff;
					color: black;
					padding: .25em;
					font-family: Arial, sans-serif;
					float: left;
					display: inline;
					font-weight: bold;
					width: 90%;
					}

	input[type="submit"]	{	font-size: 11pt;
					background-color: #FFA500;
					color: black;
					padding: .25em;
					font-family: Arial, sans-serif;
					float: center;
					display: inline;
					font-weight:	bold;
					}
	

	fieldset.login_screen	{
				width:	40%;
				float:	center;
				padding-left:	1em;
				}

	.gray	{
		background-color:	#CCCCCC;
		font-size:	10.5pt;
		}

	.light_gray	{
		background-color:	#E6E6E6;
		font-size:	10.5pt;
		}

	.light_grayc	{
		background-color:	#E6E6E6;
		font-size:	10.5pt;
		text-align:	center;
		}
		
	.whitec	{
		background-color:	#FFFFFF;
		font-size:	10.5pt;
		text-align:	center;
		}
		
	.white	{
		background-color:	#FFFFFF;
		font-size:	10.5pt;
		}
		
	.orange	{
		background-color:	#FFA500;
		font-size:	10.5pt;
		}

	fieldset.ninety	{
		width:	90%;
		float:	center;
		}
		
	fieldset.one_hundred	{
		width:	100%;
		float:	center;
		}
		
	fieldset.ninety_orange	{
		position:	relative;
		width:	90%;
		text-align:	left;
		background-color:	#FFA500;
		}
		
	fieldset.seventy_orange	{
		position:	relative;
		width:	70%;
		text-align:	left;
		background-color:	#FFA500;
		}
		
		fieldset.seventy	{
		width:	70%;
		float:	center;
		}
		
		fieldset.eighty	{
		width:	80%;
		float:	center;
		}

	fieldset.eighty	{
			position:	relative;
			left:	25pt;
			width: 80%;
			text-align: left;
			}
			
	.website_title	{		
		color			: #990000;
		position		: relative;
		text-align		: center;
		margin-left		:	5%;
		margin-right	:	5%;
		font-family		: Arial, sans-serif;
		font-size		: 18pt;
		color			: #000000;
		font-weight		: bold;
				}
			
	.website_text	{		
		color: #000000;
		position:	relative;
		text-align: left;
		margin-left:	5%;
		margin-right:	5%;
		font-family: Arial, sans-serif;
		font-size: 12pt;
				}
				
	.website_text_listing	{		
		color: #000000;
		position:	relative;
		height:	600px;
		text-align: left;
		margin-left:	5%;
		margin-right:	5%;
		font-family: Arial, sans-serif;
		font-size: 12pt;
		overflow:	auto;
				}
				
	.website_text_inside	{	/**margin-right:**/	
		color: 			#000000;
		position:		relative;
		text-align: 	left;
		margin-left:	3%;
		width:			45%;
		font-family: 	Arial, sans-serif;
		font-size: 		11pt;
				}
				
	.website_text_right_side	{
		color: 			#000000;
		position:		absolute;
		text-align: 	left;
		top:			480px;
		margin-left:	49%;
		width:			45%;
		font-family: 	Arial, sans-serif;
		font-size: 		11pt;
	}
				
	fieldset.program_services1	{
		color: #000000;
		position:	relative;
		text-align: left;
		margin-left:	0%;
		width:			80%;
		font-family: Arial, sans-serif;
		font-size: 11pt;
	}
	
	fieldset.program_services2	{
		color: #000000;
		position:	relative;
		text-align: left;
		margin-left:	50%;
		width:			45%;
		font-family: Arial, sans-serif;
		font-size: 11pt;
	}
				
	fieldset.right_side_menu	{
		color: 			#000000;
		position:		absolute;
		text-align: 	left;
		top:			0px;
		margin-left:	95%;
		width:			30%;
		font-family: 	Arial, sans-serif;
		font-size: 		12pt;
	}
				
	a.a_link_menu:link	{
		text-decoration: 	none;
		color:				#FFFFFF;
		background-color:	#800000;
		font-size:			12pt;
		padding: 			8px 16px;
	}
	
	a.a_link_menu:visited	{
		text-decoration: 	none;
		color:				#FFFFFF;
		background-color:	#800000;
		font-size:			12pt;
		padding: 			8px 16px;
	}
	
	a.a_link_menu:hover	{
		background-color:	#f1f1f1;
		color:				#000000;
		text-decoration: 	none;
		font-size:			12pt;
		padding: 			10px 16px;
	}
	
	a.a_link_menu2:link	{
		text-decoration: 	none;
		color:				#000000;
		background-color:	n;
		font-size:			12pt;
		padding: 			8px 16px;
		font-weight:		bold;
	}
	
	a.a_link_menu2:visited	{
		background-color:	#FFA500;
		color:				#000000;
		text-decoration: 	none;
		font-size:			12pt;
		padding: 			8px 16px;
		font-weight:		bold;
	}
	
	a.a_link_menu2:hover	{
		background-color:	#f1f1f1;
		color:				#000000;
		text-decoration: 	none;
		font-size:			12pt;
		padding: 			10px 16px;
		font-weight:		bold;
	}
	
	.forty	{
		width:	40%;
		text-align:	left;l
	}
	
	.fortyc	{
		width:	40%;
		text-align:	center;
	}
	
	.fifty	{
		width:	50%;
		text-align:	left;l
	}
	
	.fiftyc	{
		width:	50%;
		text-align:	center;
	}
	
	fieldset.ninety_compliance	{
		width:		90%;
		height:		450px;
		overflow:	auto;
		text-align:	left;
	}
	
	a.vertical_table_item:link	{
			background-color:	#000000;
			color:				#FFFFFF;
			text-align:			left;
			padding:			.25em;
			text-decoration: 	none;
			border: 			2px solid #F2F2F2;
			border-style: 		ridge;
			position: 			relative;
			width:				98%;
			display:			block; 
			}

	a.vertical_table_item:visited	{
			background-color:	#000000;
			color:			#FFFFFF;
			text-align:		left;
			padding:		.25em;
			text-decoration: 	none;
			border: 2px solid #F2F2F2;
			border-style: ridge; 
			position: relative;
			width:	98%;
			display:	block;
			}

	a.vertical_table_item:hover{ 
			color:				#000000;
			background:			#FFCC00;
			text-align:			left;
			padding:			.25em;
			text-decoration: 	none;
			border: 			2px solid #F2F2F2;
			border-style: 		ridge; 
			position: 			relative;
			width:				98%;
			display:			block;
			}
			
	div#website_photo_left	{
		position:		relative;
		margin-left:	0%;
		width:			40%;
		top:			30px;
	}
	
	.website_right	{
		position:		absolute;
		margin-left:	50%;
		top:			400px;
		width:			40%;
	}
	
	.left_sub_menu	{
		position:		relative;
		margin-left:	0%;
		width:			20%;
		top:			40px;
	}
			  
			

	