﻿
.text
{
 font-family :
  font-size  : 14px;
}

   
.logo {
	float: left;
	height: 100px;
	width: 200px;
	position:fixed;
}
.h2 {
	
	
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;	
	text-transform:capitalize;
	font-family:Calibri;
	width:600px;
	text-align:left;
}
.h3 {
	
	color: White;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;	
	text-transform:capitalize;
	font-family:Calibri;
	background-color: #002060;

	
}
.p 
{
	color:Black;
	
	font-family:Calibri;
	font-size: 16px;
	
	padding: 0;	
	text-align: justify;
	padding-top:1;
    line-height:1.5;
	
}
.p1 
{
	color:Teal;
	
	font-family:Calibri;
	font-size: 16px;
	
	
	padding-left: 0;	
	text-align: center;
	width: 200px;	
}
.p2 
{
	color:Blue;
	font-family:Calibri;
	font-size: 18px;
	width: 300px;	
}

.p3 
{
	
	font-family:Calibri;
	font-size: 18px;
	line-height:1.5;
}

.ul {
	float: left;
	margin: 0;
	font-family:Calibri;
	list-style-type:square;
	
	font-size:18px;	
}


.parent_menu
{

background-color:#00B050;
color: #fff;
text-align:center;
height: 28px;
line-height:22px;
margin-right: 2px;
font-family:Calibri;
padding:5px;

border:2px;
 border-color:White;

border-bottom-style:solid;
}

.child_menu
{

background-color: #000;
color: #fff;
text-align:center;
height: 28px;
line-height: 22px;
font-family:Calibri;

}
.sub_menu
{

background-color:#254117;
color: #fff;
text-align:center;
height: 28px;
line-height: 22px;
margin-top: 5px;
font-size:14px;
font-family:Calibri;
}
.selected_menu
{
background-color:#0070C0;
color:#fff;
text-align:center;
}
.hover_menu
{
background-color: #0070C0;
color:#fff;
text-align:center;
}