body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
	border:0px;
}

h1 {
	color:#0493D0;
	line-height: 22px;
	padding-left:25px;
	font-size:24px;
	padding-top:20px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;	
}

h2 {
	font-size: 18px;
	color: #ffffff;
	background-image: url(images/container_title.gif);
	background-repeat:no-repeat;
	height: 30px;
	padding-left:10px;
	padding-top:3px;
}

h3 {
	font-size: 17px;
	color: #0066CC;
	vertical-align:bottom;
	height:17px;
}

h4 {
	font-size: 17px;
	color: #0066CC;
	vertical-align:middle;
	height:17px;
}

.quickbold {
	font-size: 12px;
	color: #0172BE;
	vertical-align:middle;
	font-weight:600;
}

h5 {
	font-size: 17px;
	color: #0066CC;
	height:35;
}

h6 {
	color: #0066CC;
	font-size: 15px;
	line-height: 15px;
	padding:0px;
	margin:0px;
} 

.htitle{
	font-size: 18px;
	color: #027B70;
	vertical-align:middle;
	height:18px;
}

.lang_link{
	color:#0093B7;
	font-weight:bold;
	text-decoration:none;
}

.fbold{
	color:#003D79;
	font-size:16px;
	font-weight:bold
}

body,td{
	color: #001D39;
}

/*.container_title{
	background-color:#FFFFFF;
	padding-left:6px;
	padding-right:6px;
	margin-left:20px;
	vertical-align:middle;
	
}  */

/* scrollpics*/

.scrollpics{
	width:430px;
	overflow:hidden;
	position:relative;
	height:100px;
	margin:0 auto;
	border:1px dotted #CCCCCC;
}
.scrollpics ul {
	height:100px;
	position:absolute;
	width:4000px;
}
.scrollpics li {
	float:left;
	position:relative;
	display:inline;
	list-style-image:none;
	margin-right:5px;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

ul,li {
	list-style-image: none;
	padding-top: 2px;
	padding-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


ul,li {
	list-style-image: url(images/squr2.gif);
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 2px;
	line-height:15px;
}

.title ul,li {
	list-style-image: url(images/squr1.gif);
}



a:link {
	color: #0093B7;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0093B7;
}
a:hover {
	text-decoration: underline;
	color: #223260;
}
a:active {
	text-decoration: underline;
	color: #223260;
}

body,div,tr,td, .Normal {
	font-size: 12px;
}

.header, .footer {
	color: #5C6C96;
	font-size: 12px;
}


.horizontalMenu{
	padding: 0px;
	height:20px;
	float: left;
	display: inline;
}

.horizontalMenu a:link {
	color: #00315A;
	text-decoration: none;
}
.horizontalMenu a:visited {
	color: #00315A;
	text-decoration: none;
}
.horizontalMenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

/*Top level list items*/
.horizontalMenu ul li{
	position: relative;
	display: inline;
	float: left;
	padding-right: 1px;
	padding-left:1px;
	margin-top: 0px;
}

/*Top level menu link items style*/
.horizontalMenu ul li a{
	display: block;
	color: #00315A;!important
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 2px;
	padding-top:2px;
	padding-bottom:1px;
	padding-left: 2px;
	text-decoration: none;
}

.horizontalMenu ul li a:hover{
	text-decoration: none;
	background-image:url(images/menutitlebg.png);
	background-attachment:inherit;
	color: #ffffff;
}
.horizontalMenu ul li a:active{
	text-decoration: none;
	background-image:url(images/menutitlebg.png);
	color: #ffffff;
}
.horizontalMenu ul li a:visited{
	text-decoration: none;
}
.horizontalMenu ul .selected a{
	background-image:url(images/menutitlebg.png);
	color: #ffffff;
}
.horizontalMenu ul .selected a:visited{
	background-image:url(images/menutitlebg.png);
	color: #ffffff;
	text-decoration: none;
}

.horizontalMenu ul .selected ul  a{
	background-image:url(images/menutitlebg.png);
	color: #ffffff;
}
	/*Sub level menu*/
.horizontalMenu ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}
/*Sub level menu list items*/
.horizontalMenu ul li ul li{
	display: inline;
	float: none;
	margin: 1px;
	padding: 1px;
}
/* Sub level menu links style */
.horizontalMenu ul li ul li a{
	font-weight: 600;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	color: #00315A;
	background-image:url(images/menutitlebg3.png);
	background-repeat:no-repeat;
	width: 170px; /*width of sub menu levels*/
}
.horizontalMenu ul li ul li a:hover{
	color: #00315A;
	text-decoration: underline;
	background-image:url(images/menutitlebg3.png);
	background-repeat:no-repeat;
	font-weight: 600;
}

.horizontalMenu ul li ul li a:active{
	color: #00315A;
	text-decoration: underline;
	background-image:url(images/menutitlebg3.png);
	background-repeat:no-repeat;
	font-weight:600;
}

.horizontalMenu ul li ul .selected  a{
	text-decoration: none;
	color: #00315A;
	background-image:url(images/menutitlebg3.png);
	background-repeat:no-repeat;
	font-weight: 600;
}

.horizontalMenu ul li ul .selected ul  a{
	text-decoration: none;
	color: #00315A;
	background-image:url(images/menutitlebg3.png);
	background-repeat:no-repeat;
	font-weight: 600;
}

.horizontalMenu ul li ul li a:visited{
	text-decoration: none;
	color: #00315A;
	background-image:url(images/menutitlebg3.png);
	background-repeat:no-repeat;
	font-weight: 600;
}

.horizontalMenu ul li ul li .selected  a{
	text-decoration: none;
	color: #00315A;
	background-image:url(images/menutitlebg3.png);
	background-repeat:no-repeat;
	font-weight: 600;
}



/* Photo gallery */
.gallery {
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 220px;
	height: 162px;
}
.gallery li {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	width: 220px;
	height: 162px;
	list-style-type: none;
}
.gallery img {
	margin-left: 0px;
}
.gallery span {
	display: block;
	position: absolute;
	background-image: url(images/ebc_photosgallery_frame.jpg);
	background-repeat: repeat;
	width: 220px;
	height: 162px;
	
}
.gallery a {
	text-decoration: none;
}
#rotator
{
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 220px;
	height: 162px;
	
}

#rotator img
{
	margin: 0px;
	width: 220px;
	height: 162px;
	margin-left: 0px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;	
}


.breadcrumb {
	background-image:url(images/cont-contpane-top.gif);
	text-align: right;
	padding-right:30px;
	padding-top:10px;
}

/* Pane define */


.cont_contpane_mid{
	background-image:url(images/cont-contpane-mid.gif);
	padding:20px;
	vertical-align:top;
}


.cont_contpane_bottom{
	background-repeat:no-repeat;
	background-image:url(images/cont-contpane-bottom.gif);
}


.2ndContent_Pane{
	width:650px;
	background-image:url(images/ebc_2ndpage_contentbg.gif);
	padding:10px;
	background-repeat:repeat-y;
}

/* Table border & bg define */

/* 1.toptable */
.topmenuleft{
	background-image:url(images/topmenuleft.gif);
	background-repeat:no-repeat;
}

.topmenuright{
	background-image:url(images/topmenuright.gif);
	background-repeat:no-repeat;
}

.menubg_top{
	background-image:url(images/menubg_top.gif);
	background-repeat:no-repeat;
}

.menubg_mid{
	background-image:url(images/menubg_mid.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
}

.menubg_bottom{
	background-image:url(images/menubg_bottom.gif);
	background-repeat:no-repeat;
}

.banner{
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
	padding:10px;
}

/* 2.midtable */

.index-leftpane-l{
	background-image:url(images/index-leftpane-l.gif);
	background-repeat:no-repeat;
}

.index-leftpane-t{
	background-image:url(images/index-leftpane-t.gif);
	background-repeat:no-repeat;
}


.index-leftpane1-top{
	background-image:url(images/index-leftpane1-top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:20px;
	vertical-align:bottom;
}

.index-leftpane1-mid{
	background-image:url(images/index-leftpane1-mid.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}

.index-leftpane1-mid ul,li {
	list-style-image: url(images/squr1.gif);
	line-height:15px;
}

.index-leftpane2-mid ul,li {
	list-style-image: url(images/squr1.gif);
	line-height:15px;
}


.index-leftpane1-bottom{
	background-image:url(images/index-leftpane1-bottom.gif);
	background-repeat:no-repeat;
}


.index-leftpane2-top{
	background-image:url(images/index-leftpane2-top.gif);
	background-repeat:no-repeat;
}

.index-leftpane2-mid{
	background-image:url(images/index-leftpane2-mid.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
}


.index-leftpane2-bottom{
	background-image:url(images/index-leftpane2-bottom.gif);
	background-repeat:no-repeat;
}


.index-intropane-top{
	background-image:url(images/index-intropane-top.gif);
	background-repeat:no-repeat;
}

.index-intropane-mid{
	background-image:url(images/index-intropane-mid.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;
}

.index-intropane-bottom{
	background-image:url(images/index-intropane-bottom.gif);
	background-repeat:no-repeat;
}


.index-picspane-top{
	background-image:url(images/index-picspane-top.gif);
	background-repeat:no-repeat;
}

.index-picspane-mid{
	background-image:url(images/index-picspane-mid.gif);
	background-repeat:repeat-y;
	padding-left:5px;
	padding-right:3px;
}

.index-picspane-bottom{
	background-image:url(images/index-picspane-bottom.gif);
	background-repeat:no-repeat;
}


.index-rightpane1-top{
	background-image:url(images/index-rightpane1-top.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:3px;
}


.index-rightpane1-mid{
	background-image:url(images/index-rightpane1-mid.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
}

.index-rightpane1-mid ul,li {
	list-style-image: url(images/squr1.gif);
	line-height:15px;
}



.index-rightpane1-bottom{
	background-image:url(images/index-rightpane1-bottom.gif);
	background-repeat:no-repeat;
}


.index-rightpane2{
	background-image:url(images/index-rightpane2.gif);
	background-repeat:no-repeat;
	padding-left:2px;
	padding-right:2px;
	padding-top:1px;
	padding-bottom:6px;
}

.index-rightpane3{
	background-image:url(images/index-rightpane3.gif);
	background-repeat:no-repeat;
	padding-left:8px;
}



.index-bottompane-left{
	background-image:url(images/index-bottompane-left.gif);
	background-repeat:no-repeat;
}

.index-bottompane-right{
	background-image:url(images/index-bottompane-right.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.index-bottompane1-top{
	background-image:url(images/index-bottompane1-top.gif);
	background-repeat:no-repeat;
}

.index-bottompane1-mid{
	background-image:url(images/index-bottompane1-mid.gif);
	background-repeat:repeat-y;
	padding-left:5px;
	padding-right:5px;
}

.index-bottompane1-bottom{
	background-image:url(images/index-bottompane1-bottom.gif);
	background-repeat:no-repeat;
}

.index-bottompane2{
	background-image:url(images/index-bottompane2.gif);
	background-repeat:no-repeat;
	color: #5C6C96;

}

.cont_left{
	background-repeat:no-repeat;
	background-image:url(images/cont-leftbg.gif);
	background-position:top;
}

.cont_right{
	background-repeat:no-repeat;
	background-image:url(images/cont-rightbg.gif);
	background-position:bottom;
}

.cont_bottom{
	background-repeat:no-repeat;
	background-image:url(images/cont-bottom.gif);
	background-position:top;
}

.cont_leftpane_t{
	background-repeat:no-repeat;
	background-image:url(images/cont-leftpane-t.gif);
	background-position:top;
}

.cont_leftpane1_top{
	background-repeat:no-repeat;
	background-image:url(images/cont-leftpane1-top.gif);
	padding-left:15px;
	padding-top:2px;
	background-position:right;
}

.cont_leftpane1_top h2{
	display:none;	
	height:0px;
	padding:0px;	
}

.cont_leftpane1_mid{
	background-image:url(images/cont-leftpane1-mid.gif);
	background-position:right;
	padding:6px;
}

.cont_leftpane1_mid ul,li {
	list-style-image: url(images/squr1.gif);
	line-height:15px;
}

.cont_leftpane1_mid ul .selected a{
	list-style-image: url(images/squr2.gif);
	color: #00315A;
}


.cont_leftpane1_mid h2{
	display:none;
	height:0px;
	padding:0px;	
}


.cont_leftpane1_bottom{
	background-repeat:no-repeat;
	background-image:url(images/cont-leftpane1-bottom.gif);
	background-position:right;
}

.cont_leftpane2_top{
	background-repeat:no-repeat;
	background-image:url(images/cont-leftpane2-top.gif);
}

.cont_leftpane2_mid{
	background-image:url(images/cont-leftpane2-mid.gif);
	padding:10px;
}

.cont_leftpane2_mid ul,li {
	list-style-image: url(images/squr1.gif);
	line-height:15px;
}

.line{
	color:#0099CC;
}

.cont_leftpane2_mid h2{
	display:none;	
	height:0px;
	padding:0px;	
}

.cont_leftpane2_bottom{
	background-repeat:no-repeat;
	background-image:url(images/cont-leftpane2-bottom.gif);
}

.cont_leftbottom{
	background-repeat:no-repeat;
	background-image:url(images/cont-leftbottom1.gif);
	background-position:bottom;
}


.bottomtab{
	background-image:url(images/bottom.gif);
	vertical-align:top;
	background-repeat:no-repeat;
}

