
/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #fff url(../images/mainbg.gif) repeat-X ;	
	color: #000000; 
	text-align: justify;
	margin: 0 0 15px 0;
	width:98%;
}

/* links */
a, a:visited {	
	color: #5F00FF; 
	background: inherit;
	font-family: ' Vardana';
	text-decoration: none;
	font-size:12px;


}
a:hover {
	color: #FF0000; 
	background: inherit;
	font-family: ' Vardana';
	text-decoration: none;
	font-size:12px;


} 

/* headers */
h1, h2, h3 {
	font-family:'Trebuchet MS', Tahoma, Sans-serif, Vardana,;
	font-weight: Bold; 	
	
}
h1 {
	
/*	background-color: #DFFFBF;	*/

}
h2 {
	font-size: 140%;
	text-transform: uppercase;	
}
h21 {
	font-size: 130%;
	
}
h3 {
	font-size: 140%;
	color:#660066;	
}

h1, h2, h3 {
	
	margin: 0;

}
p {
	
	margin-right:11px;

	font-family: Arial;
	font-size:13px;
}
p1 {
	
	margin: 0;
	text-align: center;
	font-family: Arial;
	font-size:18px;
}
p2 {
	
	margin: 0;
	text-align: left;
	font-family: Arial;
	font-size:15px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */


code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
    background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
/* table {
	border-collapse: collapse;
	margin: 10px;	
}*/
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
	font-size:14px;
}
/*tr {
	height: 30px;
}*/
td {
		font-size:11px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
 /*end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
#searchpsition{
	min-width:860px;
	max-width:93%;
 	/*padding: 0px 25px 0px 600px;*/
	margin-left:20px;
	margin-right:25px;
	height:30px;
}
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0px 0 0px; padding: 0px 0px 0px 0px;	
	width: 175px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
.searchform input.buttonsearch { 
	
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

#login_ber
{
width: 499px;
height: 93px;
background: url(../images/login_key1.jpg) no-repeat left top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 99%;
	top:0px;	
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	float: left;
	min-width:960px;
	max-width: 96%;
	margin-left: 25px;
	margin-right:25px;
	display: inline;
	padding: 0; 	
	border-top: 0px solid #fff;
	
	/*background: #fff url(content-wrap.jpg) repeat-x; */
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 0 25px;
	height: 150px;

	
}

#header-photo h1#logo-text{

	font: bold 30px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	border: none;
	text-align:center;
	width:760px;

	/* change the values of top and left to adjust the position of the logo*/
	top: 13px;
	color: #006600;
}

#header-photo h2 {

	font: bold 17px "Times New Roman", Times, serif;
	text-transform: none;

	color: #660099;
	text-align:center;
	width:700px;

	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 57px;
}
#header-photo h5 {

	font: bold 19px "Times New Roman", Times, serif;
	text-transform: none;
	color: #D90000;
	text-align:center;
	width:700px;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 79px;
}
#logo-uphcp{

	float: right;
	height: 60px;
	width:115px;
	margin-top: 30px;
	background: url(../images/UPHCP-Logo.gif) no-repeat ;
}
#logo-bd{

	float: left;
	height: 80px;
	width: 92px;
	margin-top: 19px;
	margin-left:10px;
	background: url(../images/Bangladesh_gov_logo.gif) no-repeat ;
}

#logo-rainbow{
	float: left;
	height: 60px;
	width: 151px;
	margin-top:6px;
	background: url(Rainbow.gif) no-repeat ;
}
/*Start Sidebar*/

#sidebar1 {
	float: left;
	width: 200px;
	padding-left: 40px;
	padding-right: 10px;
	
}

#sidebar2 {
	float: right;
	width: 200px;
	padding-right: 40px;
}

.sidebar {
	float: left;
	margin-top: 20px;
	padding: 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.sidebar li {
	padding: 0 0 20px 0;
	background: url(images/img05.jpg) no-repeat left bottom;
	
}

.sidebar li ul {

	padding-bottom: 8px;

}

.sidebar li li {
	margin: 0px 10px;
	padding: 2px 0px;
	border-bottom: 1px solid #BBBBBB;
	background: none;
}
.sidebar li a {	
	display: block;

	text-decoration: none;
	padding: 2px 0 4px 5px;
	color: #326ea1; 
	border: none;
	font-size:13px;
}
.sidebar li a:hover {	
	color: #383d44;
	padding: 2px 0 2px 4px;
	border: 1px #CC3300 solid;
	background:#A3BBC7;	
}

.sidebar li h2 {
	height: 32px;
	background: url(images/img09.gif) no-repeat left top;
	margin: 0 0 0 0;
	padding: 8px 15px 0px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

/*End sidebar*/

/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;
}
.two-col #main {
	/*margin: 10px 0px 0 200px;*/
	margin-left:200px;
}

#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
	width:95%;
}

.home_bottom {
	margin-left:30px;
	clear: both;
	width: 90%;
	font-size: 95%;
	text-align: justify;
	background: url(../images/home_bottom_bg.gif) no-repeat;	
}

/* footer-wrap */
#footer-wrap {
	margin: 0 0 0 5px;
	clear: both;
	width: 100%;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url(../images/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

#search-text {
	text-transform: lowercase;
	border: 1px #CC66FF solid;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #004080;
	margin-left: 10px;
	
}


/* footer */
#footer {
	clear: both;
	color: #666;	
	margin-left:25px;
	margin-right:25px;
	width: 95%;
	padding: 5px 0;
	text-align: center;
	background: #F8F7F7;
	border-top: 1px solid #F2F2F2;	
}

