/* CSS Document */
body{
	background:url(images/bg.gif) repeat-x 0 0 #FFF9F2;
	color:#0000CC;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
div, p, ul, h1, h2, h3, img, form{
	padding:0; margin:0;
	}
ul{
	list-style-type:none;
	}
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  border: 1px solid #c2c2c2;  
}	
/*------------------------main body-------------------------*/
#main_body{
	width:778px;  margin:29px auto 0 auto; 
	}
#header{
	width:778px;
	margin:0 auto 0 auto;
	height: 122px;
	float: left;
	background: #fff url(images/logo1.gif) no-repeat 0 0;
	border-bottom: solid #ccc 1px;
	}
#header #slogan{
	display: none;

}
#header h1{
	font-size: 13px;
	color: #0033CC;
}
#header p{
	font-size: 13px;
}
#header #logo{
	width: 500px;
	height: 120px;
	float: right;

}	
#left_pan{
	width:188px;
	float:left;
	padding-bottom: 10px;
}
#left_pan #lang{
	text-align: center;
	padding: 3px;
	}
#left_pan h2{
	background:url(images/more_arrow1.gif) no-repeat 0 5px;
	margin:0;
	display:block;
	font:14px/14px Arial, Helvetica, sans-serif;
	padding:5px 0 0 20px;
	font-weight:bold;
	text-transform:uppercase;
	color: #0000FF;
	border-bottom: dashed #990033 1px;
	width: 88%;
	height: 20px;
	border-top: dashed #990033 1px;
	background-color: #F2B7FE;

	}
#left_pan form{
	padding:10px 0 0 10px; display:block; 
	}
#left_pan ul{
	display:block;
	margin:0;
	width: 185px;
	}
#left_pan ul li{
	border-bottom:#B8A997 1px dashed;
	padding: 0 0 0 18px;
	background: url(images/ul_arrow.gif) no-repeat 0 0;
	font:13px/20px Arial, Helvetica, sans-serif;
	}
#left_pan ul li a{
	color:#0033CC;
	text-decoration:none;
	}
#left_pan ul li a:hover{
	border-bottom: dashed #990033 1px;
	color: #990033;
	}
/*-------------------------------right side--------------------*/
#rightPan{
	width:585px;
	float:left;
	margin:0;
	background: url(images/right_bg.gif) repeat-y 0 0;
	padding-left: 5px;
	}
#rightPan ul{
	margin:0 0 0 10px;
	display: block;
	}
#rightPan ul li{
	background: url(images/ul_arrow2.gif) no-repeat 0 0;
	padding: 0 0 0 18px;
	font: 13px/20px Arial, Helvetica, sans-serif;
	}
#rightPan h1, h2{
	color:#990033;
	padding: 5px;
	font-size: 18px;
	}
#rightPan P{
	width:570px; color:#111;
	margin:0 0 20px 5px;
	}
/*---------------------------footer-------------------*/
#footer_bg{
	background:#b577b9; width:100%; margin:0  auto 0 auto; float:left; height:60px;
	}
#footer{
	width:778px;
	margin:0 auto 0 auto;
	text-align: center;
	font-size: 12px;
	}
#footer p{
	color:#3300FF;
	padding: 5px;
	}

