/* CSS Document */
body{
	background-image:url(../image/background_bar.gif);
	font-family: sans-serif;
	color:#000;
	font-size: 0.9em;
}
#main{
	background-color:#fc6;
	margin:0em  1em 0.2em 1em;
	width:95%;
}
#bg{
	background-color:#FFFECD;
	margin:0.2em 0.2em;
	width:100%;
}
.p1{
   		text-indent: 3em;
		margin-top: 1em;
		font-family: sans-serif;
		font-size: 1em;
		color: #333333;
   }
/******************* For Top *******************/
#top{
	width: 100%;
}

/***************************** Content***********************/
#maincontent{
	width: 100%;
	float: left;
}
/***************************** Left Content ***********************/
#left_content{
	margin-top:0.5em;
	width:20%;
	float:left;
}


div#navcontainer{
	font-family: sans-serif;
	font-weight: bold;
	background: #fc6;
	background-image:url(../image/onetop.gif);
	background-repeat:no-repeat;
	margin: 0;
	padding: 2px;
	border: 0;
	float:right;
}
div#navcontainer ul{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#navcontainer h2{
	border: solid 1px #fc6;
	padding: 4px;
	text-align: center;
}
div#navcontainer ul li{
	display: inline;
	margin: 0;
}
div#navcontainer ul li a{
	color: #a10;
	background: #fc6;
	margin: 0;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	background-image:url(../image/onetop.gif);
	background-repeat:no-repeat;
}
div#navcontainer ul li a:hover{
	background: #e8db6f;
	border-bottom: solid 9px #ffc;
}
/*********************Twotop********************/
#twotop{
	width: 500px;
	float:left;
}
/*********************three top********************/
#t_top{
	width: 100%;
	float:left;
}
/*********************Menu for Bar top*******************/
a img{
	border:none;
}
#menumap{
	width: 100%;
	float: left;
	text-align: center;
}

/***************************** Content***********************/
#maincontent{
	width: 100%;
	float: left;
	background:beige;
}

.history{
	text-align:center;
	color:black;FONT-FAMILY: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:2.5em;
	line-height:.8em;
	border-top:3px solid slategray;
	border-bottom:1px solid chocolate;
	margin-top:0.2em;
	margin-bottom:0.5em;
	}

/******************* For LoGo Pakkred Home ************************/
.Logo_box{
	width: 70%;
	float: left;
}
a.link:link, a.dlink{
	 text-decoration: 
	 none;color: #009;
	 }
a.link:visited, a.dlink:visited {
	text-decoration: none;
	color: #369
	}
a.link:hover, a.dlink:hover {
	text-decoration: none;
	color: #930; 
	border-bottom: 1px dashed #039; 
	background-color: #FFFFCC;
	}
a.link:active, a.dlink:active {
	background-color: #ffc; 
	text-decoration: none
}
a.dlink	{
	font-size: 0; 
	color: #fff !important
}
#test 	ul{ 
		list-style-type: none;
  		padding: 0;
		margin-left: 4em;
		font-family:sans-serif;
		font-size: 1em;
		}
#test	 li a{
		background-image: url(../image/logo_list.gif);
		background-repeat: no-repeat;
		background-position: 0em;
		padding-left: 1.6em;
		color:#2266AA;
		text-decoration: none;
		font-family:sans-serif;
		font-size: 1em;
		}
#test a:hover{
		color: #0099FF;
		background-color:#FFFFCC;
		border-style:dashed;
		border-color: #CCCCCC;
		border-width: 1px;
		font-family:sans-serif;
		font-size: 1em;
	}	
