/*
   Pupose 	:	CSS Code For Article Design . . . 
   Author 	: 	S. A. Nahin
				Programmer, MIS
				Panjeree Publications Ltd.
   Date   	: 	01.01.2011 
   Revision	:	13.10.2011
   contact	:	nahinsa@gmail.com
   Blog		:	nahinsa.blogspot.com
   -------------------------------------------------------------------------------
*/

#dHead{
		height:80px; 
		width:550px; 
		position: fixed; 
		background-color:#FFFfFf; 
		/*top:3px; 
		margin-top:0px; 
		padding-top:0px;*/
/*		border-bottom-style: ridge;
		border-bottom-color: #FFFFF2;
		border-bottom-width:thin; */
}
#dh2{	
		top:0px; 
		margin-top:0px; 
		padding-top:0px;
}
		

#dH{
		height:80px; 
		width:100%; 
		position: fixed; 
		background-color:#FFFfFf; 
		top:0px; 
		margin-top:0px; 
		padding-top:0px;
}

#tHead{
		width:100%;
		border:0;
		padding-right:20px; /* ie */
}

#tList{
		width:100%;
		border:0;
}

#dList{
		padding-top:95px; /* ie */
		width:100%;
		font-size:11pt;
}


#dList  a{
		text-decoration:none;
		color:#000000;
}

#dList  a:hover{
		text-decoration:none;
		color:#0B55C4;
		  font-size:12pt;
}

#trx	{
		background-color:#f2f4fc; 
}

#try	{
		background-color:#ffffff;
}

#tdi 	{
		width:90px;
		text-align: left;
		padding-left:25px;
		padding-right:25px;
}

#tdt	{
		width:100%;
		text-align: left;
}

/*Left Top Menu*/
	#topMenuIcon{
		width: 28px;
		height: 28px; 
	}
	#topMenuDiv a{
		float:left;
		width: 50px;
		height:50px;
		border: 0px solid #069;
		margin-left: 1px;
		text-decoration:none;
		text-align:center;
		font-family:solaimanLipi;
		font-size:16px;
	}
	
/*Special Person */
	#person-div{
		background-color:#999;
		max-width:500px;
		height:150px;
		border: 1px solid #069;
		margin-left: 1px;
		text-decoration:none;
		text-align: left;
		font-family:solaimanLipi;
	}
	#prson-img{
		float:left;

	}
	#prson-nam{
		font-weight:bold;
	}
	
	#person-inf{
    	float:left;
	}
	
	#person-cmt{
		clear:both;
		text-align: left;
		font-family:solaimanLipi;
		font-size:16px;
		line-height:18px;
	
	}