/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #0F5B96;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;
}
@font-face {
 font-family: MyCustomFont;
 src: url("TonnyBanglaMJ.eot") /* EOT file for IE */
 }
@font-face {
	 font-family: TonnyBanglaMJ;
	 src: url("TonnyBanglaMJ.ttf");
	 	}
.bangla{
	font-family: MyCustomFont, TonnyBanglaMJ;
	font-size: 17px;
	}
.bangla_h{
	font-family: MyCustomFont, TonnyBanglaMJ;
	font-size: 22px; 
	}
input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

table {
	border-collapse: collapse; 
		border:solid #06F 1px;
	}

td {
	border-bottom: 1px solid  #06F;
	border-right:1px dashed #06F;
	padding: 5px;
	color: #FFF;
	}
tr {
	border-bottom: 1px solid  #06F;
	padding: 0 0.5em;
	}
h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
		font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #A4E4F5;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img.left {
	float: left;
	margin: 4px 10px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 10px;
}

img.centre {
	float: left;
	margin: 4px 0 0 10px; border:solid #669 5px;
}


hr {
	display: none;
}
/*accessibility links*/

#accessibility_link{ 
width: 980px;
border:none;
border:0px;
margin:0 auto;
padding:0px;
color:#099; 
text-align:center; 
}
#accessibility_link ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#accessibility_link ul li{ 
background:none;
float:left;
	}
#accessibility_link ul li a{
display:block;
color:#099; 
text-decoration:none; 
border-right:solid 1px  #06C; 
padding:4px 10px 4px 10px;

}
#accessibility_link ul li a:hover{ 
background-color:#033;
}

/* Header */

#header {
	height: 180px;
	background: url(images/img02.jpg) no-repeat center top;
	text-transform: lowercase; 
}
/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content { margin-top:20px;
	float: left;
	width: 770px;
	padding: 0 0 0 15px;
}

.post {
	margin-bottom: 15px;
	padding:1px 5px 5px 0px;
	background: #1EB5DD url(images/inner.gif) no-repeat;
	color: #0A416B;
}

.post a {
	color: #A4E4F5;
}

.post a:hover {
	color: #FFFFFF;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 5px 15px 10px 25px; 
	text-align:justify;
}

.post .links {
	margin: 0;
	padding: 10px 25px 25px 10px;
	border-top: 1px solid #2872A6;
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
}

.post .links a:hover {
	color: #FFFFFF;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 180px;
	text-align: center;
	margin-top:20px;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(images/img08.gif) no-repeat 0 12px;
	border-bottom: 1px solid #2872A6;
}

.sidebar li li a {
	text-decoration: none;
	color: #C9ECF5;
}

.sidebar li li a:hover {
	color: #FFFFFF;
}

.sidebar li h2 {
	padding-top: 20px;
	color: #FFFFFF;
}

/* Search */

#searchform {
	padding-top: 20px;
	text-align: right;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 190px;
}

/* Calendar */

#newsletter{ 
width:340px; background: url(images/newsletter_icon.jpg) right no-repeat;
float:left;
margin:0 0 0 15px; 
border-top: dashed 1px #09C;
border-bottom:dashed 1px #09C;
	
}

#newspaper{
	width:340px;
	margin:0 0 15px 15px; padding: 5px 0 5px 0; 
	float:left;
	border-top: dashed 1px #09C;
border-bottom: solid 1px #09C;
}

#Youth{
	text-align:center;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #083253;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}

#error_massage{
	font:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:14px;
	color:#F00;
	padding:8px;
}