@charset "utf-8";
/* CSS Document 
Design by : Kayes Chowdhury
*/


body {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#686868;
	width:900px;
	background-position:center;
	margin:10px auto;
	}

h1 {
	color:#b7d3df;
	font-size:18px;
	}
	
h2 {
	font-size:15px;
	}
	
h2 {
	font-size:14px;
	}

/*header*/

.header-left {
	background:url("image/header-left.jpg") no-repeat;
	height:109px;
	padding:33px 0 0 18px ;
	font-size:40px;
	color:#282828;
	}
	
.header-left a {
	text-decoration:none;
	color:#282828;
	}
	
.header-left a:hover {
	color: #666666;
	text-decoration:none;
	}

.header-center {
	background:url("image/header-center.jpg") repeat-x;
	height:109px;
	}

.header-right {
	background:url("image/header-right.jpg") no-repeat;
	height:109px;
	float:right;
	width:19px;
	background-position: right top;
	}
/*header End*/

/* Menu */

.menu {
	font-size:15px;
	background: url("image/menubar.jpg") repeat-x;
	height:32px;
	}
	
.menu li {
	list-style-type:none;
	float:left;
	padding:6px 0 0 20px;
	}
	
.menu li a{
	color:#494949;
	text-decoration:none;
	}
	
.menu li a:hover {
	text-decoration:underline;
	}
	
.menu li a:active {
	text-decoration:underline;
	}


/* Menu end*/


/* Main Content Start */

.content {
	background:#dbf1d1;
	width:880px;
	padding:10px 10px 10px 10px ;
	float:left;
	}
	
a {
	text-decoration:none;
	color:#282828;
	}
	
a:hover {
	text-decoration:underline;
	}
	
img {
	border:0px;
	padding:3px 3px 3px 0 ;
	}

.main-text {
	width:610px;
	}
	
.img-border {
	border:1px solid #a8c9dc;
	padding:3px 3px 3px 3px;
	}
	
.img-border:hover {
	border-color:#FFFFFF;
	}

.bar {
	background:url(image/bar.gif) no-repeat;
	width:609px;
	height:22px;
	padding:0 0 0 8px;
	margin:10px auto;
	}
	
.bar li {
	list-style-type:none;
	float:left;
	padding:0 25px 0 0
	}

.box-header {
	background:#fff url("image/box-head.jpg") no-repeat;
	height:35px;
	width:243px;
	color:#FFFFFF;
	padding:10px 0 0 15px;
	font-weight:bold;
	}
	
.box-body {
	background:#fff;
	width:258px;
	float:right;
	}
	
.box-body p{
	padding:0 10px 0 10px;
	text-align:justify;
	}
		
.box-footer {
	background:url(image/box-footer.jpg) no-repeat;
	width:258px;
	height:19px;
	}
	
/* Main Content End */
	

/* Contact */

input {
	border:1px #aed8e4 solid;
	color:#999999;
	font-family:"Times New Roman";
	font-size:12px;
	}	
	
textarea {
	border:1px #aed8e4 solid;
	color:#999999;
	font-family:"Times New Roman";
	font-size:12px;
	}
	
.button {
	color:#333333;
	border:1px #aed8e4 solid;
	padding:0 5px 0 5px;
	background-color:#dbf1d1;
	}
	
.button:hover {
	border:1px #aed8e4 solid;
	background-color:#aed8e4;
	}


/* Footer Start */

.footer-left {
	background:url(image/footer-leftcorner.jpg) no-repeat;
	width:21px;
	height:21px;
	float:left;
	}
.footer-center {
	background:#dbf1d1;
	width:900px;
	float:left;
	}
	
.footer-right {
	background:url(image/footer-rightcorner.jpg) no-repeat;
	width:21px;
	height:21px;
	float:right;
	}	

.footer {
	font-size:10px;
	color: #CCCCCC;
	text-align:center;
	}
	
.footer a {
	font-size:10px;
	color: #cccccc;
	}
	
/* Footer End */
	
	
	
	
	
	
	