/* 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 ***********************/
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, 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;
	}

.text_box{
	background-color: #3399CC;
	font-size: 1.2em;
	margin-top: 1em;
	margin-left: 0.5em;
	width: 100%;
	padding-left: 1.2em;
	color: #fff;
	filter: Alpha(Opacity=100,Style=3);
	font-family:sans-serif, Tahoma;
	border-bottom: thin solid #006;
}
