@charset "utf-8";
/* CSS Document */

.maindiv{
	margin:0px;
	padding:0px;
	font-size:12px;
    font-family:arial;
	text-align:justify;
	width:750px;	
	height:auto;
	
}
.menuleft{
	float:left;
	background:#0dd8fc;
	width:200px;
}
.menuleft ul{ 
	padding:0px;
	margin:0px;	
}
.menuleft ul li{
	list-style:none;
	padding:3px;

	border-bottom:1px solid #FFF;
}


.menuservices{
	color:#fff;
	background:#01bbdc;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:36px;
	
}
.menuservices1{
	color:#fff;
	background:#01bbdc;
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:36px;
	padding-left:10px;
	
}
.menuleft ul li:last-child{
border-bottom:none;
}
.menuleft ul li a{
	text-decoration:none;
	color:#fff;
	line-height:12px;
	font-weight:bold;
	 padding:15px;
	
}
.menuleft ul li a:hover{
   padding:15px;
	color:#fff;
	line-height:18px;
	transition:.5s;
	font-weight:bold;
}
.Contentright{
	float:right;
	line-height:36px;
	width:540px;
	margin-right:5px;
	
}
.manyimag{
	float:left;
	width:
}
.DISCLAIMER{font-size:14px; text-align:center; margin-top:20px;}
.heading{
	font-size:16px;
	line-height:32px;
	border-bottom:1px dashed #000;
}
.matter{
	line-height:24px;
	font-size:12px;
}
.contentmaindiv{
	margin:0px;
	padding:0px;
	font-size:12px;
    font-family:arial;
	text-align:justify;
	width:1000px;	
}
.img{ float:left; width:400px;}
.conbtdiv{float:left; line-height:24px; margin-left:30px;}