*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body
{
	font-family: lato;
	font-size: 14px;
}
.page
{
	width: 950px;
	margin: auto;
}
.menu
{
	background: #1e80b2;
	margin-top: 8px;
	border-bottom: 5px solid red;
}
.menu-left
{
	width: 80%;
	float: left;
}
.menu-right
{
	width: 20%;
	float: right;
}
.clear
{
	clear: both;
}
.menu-right input
{
	width: 188px;
	height: 33px;
	margin-top:10px;
	background: #eeeeee;
	padding-left: 25px;
	font-size: 18px;
	border: none;
}
.menu-left
{
	padding-top: 13px;
}
ul
{
	list-style: none;
}
.menu-left ul li a
{
color: #fff;
float: left;
text-decoration: none;
padding: 10px;
margin-left: 3px;
}
.menu-left a:hover, .active a
{
	background: #bf3928;
}
.cleft
{
	background: #dddddd;
	width: 218px;
	float: left;
	text-align: center;
	padding: 12px;

}
.content
{
	margin-top: 8px;
}
.cmid
{
	width: 483px;
	float: left;
	margin: 0px 15px;
}
.cright
{
	width: 218px;
	float: right;
}
.center
{
	text-align: center;
}
.center p
{
	color: #1e80b2;
}
.igpcolor
{
	color: #1e80b2;
	margin-top: 10px;
}
.inerbox
{
	background: #1e80b2;
	margin-top: 20px;
	padding: 10px;
	margin-bottom: 20px;
}
.inerbox ul li
{
	color: white;
	text-align: left;
	padding: 10px;
}
.inerbox ul li a
{
	text-decoration: none;
	color: white;
}

.inerbox ul li a:hover
{
	color: red;
}
.inerbox h2
{
	background: #bf3928;
	color: white;
	text-align: center;
	margin: 10px 0px;
	padding: 6px 0px;
	font-size: 16px;
}
.cmid1
{
	background: black;
}
.cmid1 p
{
	background: black;
	color: white;
	text-align: center;
	padding: 0px 0px;
}
.cmid2
{
	background: #dddddd;
	padding: 10px;
	margin-top: 10px;
}
.cmid3
{
	background: #dddddd;
	margin-top: 15px;
	border: 3px solid #aaaaaa;
}
.cmid3 ul
{
	padding-left: 25px;
	list-style: disc;
	line-height: 25px;
	text-align: left;
	margin: 10px;
}
.cmid3 li
{
	color: #4488bb;
}
.cmid h2
{
	margin: 5px;
	padding-left: 5px;
}
.cmid4
{
	background: #527596;
	margin-top: 10px;
	border: 3px solid #aaaaaa;
}
.cmid4 h2
{
	color: white;
	padding-left: 5px;
	margin: 5px;
}
.cmid4 p
{
	color: white;
	text-align: justify;
	padding: 2px 15px;
	margin-bottom: 5px;
}
.cmid4 ul
{
	list-style: disc;
	padding: 10px 25px;
}
.cmid4 li
{
	color: #6bc4f4;
	line-height: 20px;
}
.facebook
{
	border: 10px solid #dddddd;
}
.audiobox
{
	background: #1e80b2;
	margin-top: 20px;
	padding: 10px;
	margin-bottom: 20px;
}
.audiobox h2
{
	background: #bf3928;
	color: white;
	text-align: center;
	margin: 10px 0px;
	padding: 6px 0px;
	font-size: 16px;
}
audio 
{
	width: 180px;
}
.audiobox p
{
	color: white;
	margin-bottom: 10px;
}
.fotter
{
	background: #dddddd;
	margin: 20px 0px;
	padding: 10px;
	text-align: center;
}
.fotter a
{
	color: #4488bb;
	text-decoration: none;
}

.aboutconent p
{
	text-align: justify;
}
.igpsecrient a
{
	text-decoration: none;
	color: #4488bb;
}
.igpsecrient li
{
	list-style: disc;
	margin-left: 20px;
}
.igpsecrient a:hover
{
	color: red;
}