body {
	margin: 0;
	color: #333333;	
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outer_wrap {
	margin: 15px auto 0 auto;
	width: 760px;
}
#inner_wrap {
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
#top_wrap{
	background: url(../images/web/header.jpg) no-repeat 0;
	height: 157px;	
}
#main_wrap{
	width: 100%;	
	float: left;
	background: #FFFFFF;
}

#menu_wrap{
	width: 100%;
	height: 27px;
	white-space: nowrap;
	text-align: center;
	background: #ffffff;
	margin-bottom: 2px;
}
td.mainmenu{
	background: #c0143c;
}
td.mainmenu_current{
	background: #efd6b5;
}
a.mainmenu, a.mainmenu_current{
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

a.mainmenu:link, a.mainmenu:visited{
	color: #FFFFFF;
}
a.mainmenu:hover, a.mainmenu:active{
	color: #FF0000;
}
a.mainmenu_current{
	color: #FF0000;
}

#sidemenu {
	padding: 16px 0 0 16px;
	width: 122px;
	background-color:#e1ad40;
	vertical-align: top;
	line-height: 1.5;
}
.sidemenu_title{
	color: #c0143c;
	font-size: 11px;
	font-weight: bold;
}

/*--- sidemenu1 for select language */
a.sidemenu1:link,
a.sidemenu1:visited{
	color: #3f7f5d;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a.sidemenu1:hover,
a.sidemenu1:active{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
/*--- sidemenu for branch */
a.sidemenu:link,
a.sidemenu:visited{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.sidemenu:hover,
a.sidemenu:active{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.sidemenu_current:link,
a.sidemenu_current:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}


#content{
	/*-- content area 580px width----------*/
	padding: 15px 20px 0 20px;
	width: 638px;
	background-color:#fffcdf;
	vertical-align: top;
}


#footer_wrap{
	background: url(../images/web/footer.jpg) no-repeat 0;
	height: 40px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;	
	clear: left;
}
a.footer:link,a.footer:visited {
	font-weight: bold;
	text-decoration: none;
	color: #c0143c;
}
a.footer:hover,a.footer:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}




h1, h1.center, h1.underline{
	font-size: 16px; 
	color: #9c1e3d; 
	font-weight: bold;
	margin-bottom: 0px;
}
h1.center{
	text-align: center;
}
h1.underline{
	text-decoration: underline;
	text-align: center;
	margin: 5px 0 30px 0;
}

h2{
	font-size: 16px; 
	color: #9c1e3d; 
	font-weight: bold;
	text-decoration: underline;
}

p, p.firstline {
	font-size: 12px;
	text-align: justify;
	margin: 13px 0 ;
}
p.firstline{
	margin-top: 5px;
}

h3{
	font-size: 14px;
	color: #007856;
	font-weight: bold;
	margin-bottom: -10px;
}
li.content{
	line-height: 1.5;
	margin-left: -5px;
}
li.content_green{
	font-size: 11px;
	margin: 0 0 15px -5px;
	color: #007856;
	font-weight: bold;
}
.li_header{
	color: #007856;
	font-weight; bold;
}

.image_float_right{
	float: right;
	padding: 0 0 15px 15px;
}
.image_center{
	text-align: center;
}
td.branch_right{
	vertical-align: bottom;
	line-height: 1.7;
	padding-left: 20px;
}
td.branch_bottom{
	vertical-align: top;
	line-height: 1.5;
	padding: 15px 0 0 25px;
}
td.header{
	font-weight: bold;
	width: 250px;
	height: 25px;
	text-align: right;
	padding-right: 20px;
}
td.header_must{
	font-weight: bold;
	width: 250px;
	height: 25px;
	text-align: right;
	padding-right: 20px;
	color: #8B0000;
}
td.cell_bold{
	font-size: 11px;
	font-weight: bold;
}

hr{
	color: #9c1e3d;
	margin: 20px 10px 5px 10px;
}
a.sitemap{
	line-height: 1.6;
	padding: 3px;
}
a.sitemap:hover{
	color: #FF0033;
}
