/*
	Author:Md. Shariful Islam 
	Date: 
	Title:     
====================================
*/
body{
	font-family:Arial, Georgia,Verdana, Lucida, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
	padding:0 0 30px 0;
	text-align:center;
	background:#EEEEEE;
}
/*
	voice-family:"\"}\"";
	voice-family:inherit;	
*/

*{
	padding:0;	margin:0;	border:0;
}

ul,li{
	list-style:none;
}	

/*--------------------------Page Structure----------------*/
#wrap{
	margin:0 auto;
	width:880px;
	padding:0 10px 0 10px;
	border:1px solid #DDDDDD;
	background:#FFFFFF;
	text-align:left;
}
/*---------------------------Header---------------------*/
#hdr{
	width:660px;
	background:url(images/banner.jpg) no-repeat;
	height:175px;
	padding:175px 0 0 220px;
	margin-bottom:10px;
}
#hdr h1{
	background:url(images/heading.png) no-repeat;
	width:286px;
	height:24px;
	margin-bottom:15px;	
}
* html #hdr h1{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/heading.png", sizingMethod="scale");
}
#hdr h1 span{
	display:none;
	visibility:hidden;
}
#hdr p{
	font-size:13px;
	color:#FFFFFF;
	padding:0 210px 0 0;
	font-weight:bold;
}

/*-------------------------Main Body------------------- */
#main{
	width:880px;
	overflow:hidden;
	background:url(images/mainbg.gif) repeat-y;
	margin-bottom:10px;
}
.mainlft{
	float:left;
	width:180px;
	border:1px solid #EEEEEE;
	border-left:none;
	border-right:none;
	padding:0 10px 0 10px;
}
.menulist{
	padding:18px 0 30px 0;
}

.menulist li{
	background:url(images/listbox.gif) no-repeat 0 8px;
	border-bottom:1px solid #DBDBDB;
}
.menulist a{
	color:#0068AA;
	font-weight:bold;
	padding:0 0 0 11px;
	text-decoration:none;
	line-height:20px;
}
.menulist a:hover{
	color:#2E2E2E;
}
.menulist .lastlist{
	border-bottom:none;
}
.recenth{
	font-family:Georgia, Verdana, Lucida, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:-1px;
	color:#2E2E2E;
	padding-bottom:17px;
	text-transform:uppercase;
}
.recentlist{
	padding:0 0 30px 0;
}

.recentlist li{
	background:url(images/bullet.gif) no-repeat 0 9px;
	border-bottom:1px solid #DBDBDB;
}
.recentlist a{
	font-family:Georgia, Verdana, Lucida, Helvetica, sans-serif;
	font-size:11px;
	color:#2E2E2E;
	padding:0 0 0 11px;
	text-decoration:none;
	line-height:22px;
}
.recentlist a:hover{
	color:#0068AA;
}
.mainmdl{
	float:left;
	width:430px;
	padding:0 30px 0 20px;
}
.mainmdl h1{
	font-family:Georgia, Verdana, Lucida, Helvetica, sans-serif;
	font-size:25px;
	color:#0068AA;
	font-weight:normal;
	padding:20px 0 20px 0;
}
.mainmdl h2{
	font-family:Georgia, Verdana, Lucida, Helvetica, sans-serif;
	font-size:20px;
	color:#0068AA;
	font-weight:normal;
	padding:0 0 10px 0;
}
.mainmdl p{
	padding-bottom:15px;
}
.readmore{
	font-family:Georgia, Verdana, Lucida, Helvetica, sans-serif;
	background:url(images/readbg.gif) repeat-x;
	line-height:20px;
	padding:0 9px;
	text-decoration:none;
	color:#0068AA;
	font-size:11px;
	border:1px solid #DFDFDF;
}
.mainrht{
	float:left;
	width:180px;
	border:1px solid #EEEEEE;
	border-left:none;
	border-right:none;
	padding:17px 10px 0 10px;
}

/*-------------------------- Footer----------------------- */
#ftr{
	width:880px;
	text-align:center;
	background:#DDE7EE;
	padding:27px 0 33px 0;
	margin-bottom:10px;
}
#ftr p{
	font-size:11px;
	color:#494949;
}
#ftr a{
	font-size:11px;
	text-decoration:none;
	color:#494949;
	margin:0 7px 0 7px;
}
#ftr a:hover{
	text-decoration:underline;
}