/* CSS Document */
#main{
	width: 100%;
	/*border: 1px solid #000;	*/
}
#topline{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#rest{
	padding-top: 10px; 
}
#rest p{
	text-align: justify;
}
#rest .bold {
	font-weight: bold;
}
#rest LI {
	padding-bottom: 2px;
	padding-top: 2px;
	color: #663399;
}
#home_left{
	position: relative;
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
}
#home_right{
	position: relative;
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
}
#box h2{
	font-size: 14px;
	font-weight: bold;
	color: blue;
}
#box h2 a{
	text-decoration: none;
	color: blue;
}
#box h2 a:hover{
	color: green;
}
/*******************     Box list style  ************************/
#box UL.circle{
	list-style-type: circle;
}
#box UL.inside{
	list-style-position: inside;
}
#box UL.outside{
	list-style-position: outside;
}
#box ul{
	line-height: 13px;
	font-size: 11px;
}
#box li a{
	text-decoration: none;
	color: #666666;
}
#box li a:hover{
	text-decoration: underline;
	color: blue;
}
/************************         ***************************/
#feedback{
	color: #663399;
	margin: 2px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #fff;
}
#feedback form{
	margin-top: 10px;
}
#feedback fieldset table label {
  float: none;
  width: auto;
  margin-right: auto;
  padding: 5px;
  font-size: 10px;
}
#feedback fieldset {
  margin: 0 0 1.5em 0;
  padding: 0;
  border: 1px solid #BFBAB0;
  background-color: #F2EFE9;
}
#feedback legend {
  margin-left: 1em;
  color: #000000;
  font-weight: bold;
}
#feedback fieldset ol {
  padding: 1em 1em 0 1em;
  list-style: none;
}
#feedback fieldset li {
  padding-bottom: 1em;
}
#feedback fieldset.submit {
  border-style: none;
}
#feedback label {
  float: left;
  width: 12em;
  margin-right: 1em;
}
#feedback fieldset table{
	margin: 25px;
	margin-top: 3px;
	margin-bottom: 2px;
	color: #666;
	/*border: 1px solid blue;*/
}
#feedback fieldset table td p{
	font-size: 11px;
}
#feedback fieldset.submit {
  loat: none;
  width: auto;
  border: 0 none #FFF;
  padding-left: 15em;
}
#feedback .text{
	width: 140px;
	font-size: 10px;
	color: blue;
}
/************** how to apply  ************/
#address{
	width: 250px;
	height: 90px;
	margin-left: 130px;
	text-align: center;
	background-color: #FFFFCC;
}
#bangla{
	font-family: Prothoma;
	font-size: 18px;
}
#layer2 table{
	border: 0px solid blue;
	width: 100%;
	font-size: 12px;
}	
#layer2 table td{
	border-bottom: 1px solid #CCCCCC;
}
#layer2{
	font-size: 12px;
}
#layer2 h2{
	font-size: 15px;
	font-weight: bold;
	color: #663399;
}
#layer2 p{
	text-align: justify;
}
#colps{
	width: 450px;
	border: 1px solid #2fffff;
}
#hide{
	border: 1px solid #2fffff;
	background-color: #D5EAFF;
}