﻿h1, h2{
	margin:0;
	padding:0;
}
body
{
	 margin: 0;
	 padding: 0;
	 height: 100%;	
	 background:#5B83A2 url(../images/bg.jpg) repeat-x;
	 font-family:Arial, Helvetica, sans-serif;
}

a{color: #1B54F2; text-decoration: none} 
a:hover{ text-decoration: underline; color: #E32205;}

#all
{

	margin-left: auto;
    margin-right: auto;
	font-size:0.750em;
	
}

#content
{

	width:960px;
	background-color:#fff;
	
}


#icon_link
{
	width:144px;
	height:76px;
	position:absolute;
	margin-top:85px;
	margin-left:31px;
	*margin-left:-163px;
}
#top
{	
	height:140.001px;
	width:100%;
	background:url(../images/header_bg.jpg) no-repeat;
}
#logo
{
	float:left;
	margin-top:14px;
	margin-left:3px;
}

#lang_menu
{
	margin-left:830px;
	position:relative;
}
.setFontSize{
	color:#3e3e40;
}
#mid
{	
	height:39.002px;
	width:100%;
	background-image:url(../images/mid_bar_bg.jpg);
}
#main
{
	width:100%;
	background:White;
}
#main_left
{
	height:465px;
   width:207px;
   float:left;
   
}
#menu
{
	width:207px;
	background-image:url(../images/menu_bg.html) repeat-y;
}

#bar1
{
	width:5px;
	float:left;
	height:465px;
	background-image:url(../images/bar1.jpg);
}
#main_right
{
	float:left;
	width:748px;
	background:#FFF;
}
#site_link
{
	height:30px;
	width:748px;
	background-color:#E6E7E8;
	
}

#main_content
{
	width:748px;
	background:white;
	
}

#main_content2
{
	padding:15px;
	/*width:690px;*/
	width:480px;
}
#main_content2 p
{
	line-height:150%;　

}
#footer
{
	width:100%;	
	padding:5px 5px 5px 5px;
	font-size:0.875em;
}
/*=====add by binky=====*/
.menu_bg{
	width:207px;
	height:6px;
	font-size:6px;
	background:url(../images/menu_bg.jpg) no-repeat
}
.subMenu{
	width:219px;
	display:none;
}
.subMenu img{
	*margin-top:-4px;
}
.bg_left_1{
	background:url(../images/Shadow_left_1.gif) repeat-y;
}
.bg_left_2{
	background:url(../images/Shadow_left_2.gif);
	width:20px;
	height:180px;
}
.bg_right_1{
	background:url(../images/Shadow_right_1.gif) repeat-y;
}
.bg_right_2{
	background:url(../images/Shadow_right_2.gif);
	width:20px;
	height:180px;
}
#fontSizeList{
}
.sitemap li{
	margin-bottom:5px;
}

/* overlay message */
.overlay {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:black;
    opacity:0.5;
    z-index:1001;
}
.overlay-message{
    position: absolute;
    top:200px;
    left:0;
    right:0;
    margin-left:auto;
    width:400px;
    margin-right:auto;
    background-color:rgb(255, 255, 170);
    opacity:1;
    z-index:1002;
    font-size:1.2em;
    text-align:center;
}