html {
    /*font-size: 1.375em; */
	font-size: 1.5em; 
	}

body {
    font-size: 50%;
}

*html>body {
    font-size: 12px;
}

body{
	font-family:Verdana; 
	text-align:center;
	color:#666666;
	margin:0 auto;
	background-color:#fff;
   	padding:0;
	border:0;
	outline:0;
}

.red{
	color:red;
}

/**********Basic Styling************/

div,
span,
form,
table,
p,ul,li,h1,h2,
h3,
img,
fieldset
{
	padding:0;
	margin:0;
	border:0;
}

div,
span,
form,
table,
p,ul,input,select,
fieldset{
font:1em verdana;
}

input,select,
fieldset{
	font-size:1em;
}

.centre{
	text-align:center;
}

select{
	margin:0;
}

input{
	vertical-align:middle;
}

.floatleft{
	float:left;
}


.floatright{
	float:right;
}

.clear{
	clear:both;
}

.bold{
	font-weight:bold;
}


.orange{
	color:#fbaa35;
}

a{
	text-decoration:none;
	color:#fbaa35;
	outline:none;
}

a:hover{
	text-decoration:underline;
	color:#fbaa35;
}

a img{
	border:0;
}


img{
	margin:0;
	padding:0;
	border:0;
}

.notes{
font-size:0.85em;
color:#000;
}


/************Body Container*************/

#container{
	/*width:77.8182em;*/ /* 856px*/
	width:71.33334em; /* 856px*/
	height:100%;
	font-size:1em;
	text-align:left;
	margin:1.83334em auto 0 auto;
	padding:0;
}

#top_head,
#top_nav,
#footer,
#main_containerHome,
#top_banner,
#main_container
{
	float:left;
	width:100%;
}

/************Top Container*************/

#top_head
{
	margin-bottom:1.375em;
	clear:both;
}


#top_head .floatleft{
	width:30%;
	/*border:1px solid yellow;*/
}

#top_head .floatleft img{
	width:13.8334em;
}

#top_head .floatright{
	width:65%;
	/*border:1px solid red;*/
}


#top_head p.logo_txt img{
	width:31.833em;
	text-align:right;
	float:right;
	margin-bottom:1em;
}

#top_head .floatright div.search-Text{
	clear:both;
	width:100%;
	/*float:left;*/
	display:table;
	height:100%;
	font-size:0.9166667em;
}

#top_head .floatright div.search-Text div.txt_Resize{
	width:42%;
	float:right;
	text-align:right;
	/*border:1px solid red;*/
	/*color:#fbaa35;*/
	#margin-top:.3em;
}

#top_head .floatright div.search-Text div.txt_Resize img.countryLogo{
	width:2.273em;
}

#top_head .floatright div.search-Text div.txt_Resize span{
	color:#fbaa35;
	margin:0 .3em 0 .2em;
}
.home{
	margin-right:.3em;
}

.small {
	 font-size:1em;
	 font-weight:bold;
	 margin-left:.2em;
}

.mid {
	 font-size: 1.35em;
	 font-weight:bold;
	 margin-left:.2em;
}

.large {
	 font-size: 1.45em;
	 font-weight:bold;
	 margin-left:.3em;
	 margin-right:.5em;
}

.underline{
text-decoration:underline;
}

#top_head .floatright div.search-Text div.search{
	float:right;
	width:33%;
	/*border:1px solid green;*/
}

form#search_form fieldset input.textfield{
	width:13.2727273em;
	/*#width:13.727273em;*/
	border:1px solid #c8c8c8;
	font-size:1em;
	padding:.275em 0 .275em .45833334em;
	margin-left:.45833334;
	height:"1.925em";
}

form#search_form fieldset input.searchFormSubmit{
	width:2.091em;
	margin-left:.2em;
	cursor:pointer;
}


/************Top Nav *************/


#top_nav ul {
	clear:both;
	list-style-type:none;
	width:100%;
	float:left;
}

#top_nav ul li{
	float:left;
	list-style:none;
	margin:0;
	/*margin:0 0.42em 0 0;*/
	padding:0;
	/*position:absolute;*/
	z-index:3;
	background:transparent;
	background:url(../images/bottom_line.gif) repeat-x bottom left;
	height:2.1em;
}



#top_nav ul li img.spacer{
	width:100%;
	height:100%
}



#top_nav ul li a{
	display:block;
	text-decoration:none;
	padding:0 2.057em;
	/*/padding-right:2.049em;*/
	#padding-right:1.9em;
}
#top_nav ul li a.sel_top_nav{
	background:#fad493;
}


#top_nav ul li a:hover  { background:#fad493;/*required to fix hover in IE */ }
#top_nav ul li a img{ display:none;  }

#top_nav ul li a img.activeImg{ display:block;  }

#top_nav ul li img.defaultImg{ display:block; z-index:-1000; }
#top_nav ul li a:hover span img{ display:block; z-index:1000; background:#fad493; } 
#top_nav ul li a:hover span img{ margin-top:-2em;/*-225px*/ background:#fad493; } 



#top_nav ul li a img{
height:2em;
}

#top_banner img{
	clear:both;
	float:left;
	width:100%;
	margin-top:0.45em;
}




/************Home Conatiner ****************/


#main_containerHome{
	background:url("../images/bottom_line.gif") repeat-x bottom left;
	padding-bottom:0.75em;
	margin-top:1em;
}


#main_containerHome div.floatleft
{
	width:49%;
}

#main_containerHome h1{
	font:2em arial narrow;
	color:#faa526;
	margin:0.7em 0 0.6em 1.12em;
}

#welcomeText p{
	font:1.33334em arial;
	font-weight:bold;
	padding-left:1.75em;
	/*padding-right:.7em;*/
}


#imgDiv{
	width:51%;
	float:right;
	text-align:right;
}

#imgDiv img.marginBottom{
	margin-bottom:1em;
}

#imgDiv div.left{
	width:51%;
}

#imgDiv div.right{
	width:49%;
}

#imgDiv div.left{
	float:left;
}

#imgDiv div.right{
	float:right;
	text-align:right;
}

#imgDiv img.wid195{
	width:16.25em;
}


/************Bottom Container *************/

#footer{
	clear:both;
	background:url("../images/bottom_line.gif") repeat-x bottom left;
	padding:.825em 0;
	font-size:0.9166667em;
	_float:none;
	/*margin-bottom:.5em;*/
}

#footer div.floatright a{
	margin:0 .5em;
}





/************ Inner Conatiner ****************/
#main_container{
	background:url("../images/bottom_line.gif") repeat-x bottom left;
	padding-bottom:0.75em;
	margin-top:.275em;
}


/*#main_container span,
#main_container table,
#main_container p,
#main_container ul{
	font-size:1.09091em;
} */

#main_container #breadcrumb{
	float:left;
	width:100%;
	color:#8c8c8c;
	letter-spacing:.0416667em;
	font-size:.9166667em;
	/*font-size:1.091em;*/
	/*border:1px solid red;*/
}

#breadcrumb a{
	color:#8c8c8c;
	text-decoration:underline;
	margin:0 .3em;
}

#breadcrumb a:hover{
	color:#000;
	text-decoration:underline;
}

#main_container #left_nav{
	width:17%; /* 145.52px*/
	float:left;
	margin-top:2.75em;
	/*border:1px solid red;*/
}

#left_nav h3{
	background:url("../images/bottom_line.gif") repeat-x bottom left;
	color:#f4a81f;
	text-transform:uppercase;
	font-size:0.9167em;
	font-weight:normal;
	padding-bottom:0.275em;
	margin-bottom:0.275em;
}

#left_nav ul li{
	list-style-type:none;
	margin-bottom:0.45em;
/*	font-weight:bold;*/
	font-size:1.091em;
}

#left_nav ul li a{
	color:#353535;
}


#left_nav ul li.sel_nav{
background:#F9D38F;
padding:0.15em;
}


#main_container #hsbody{
	width:81.45%; /*697.212px */
	float:right;
	/*border:1px solid red;*/
}

#main_head{
	border:1px solid #ccc;
	float:left;
	margin:1.375em 0 0 0;
	width:100%;
}


#main_head h1{
	float:left;
	width:15%;
	/*border-right:1px solid red;*/
	font: 600 1.33334em arial;
	margin:0.75em 0 0 1.125em;
	#margin-left:.5625em;
	color:#f4a81f;
}


#head_image{
	float:right;
	width:47em;
	/*margin-bottom:-.3em;*/
	margin-bottom:0;
}


#head_image img{
float:left;
width:100%;
}

/*#head_image img.w370{
	width:30.8333334em;
} */

#contentarea{
	margin-left:1.5em;
	margin-top:2em;
	float:left;
	#float:none;
	clear:both;
	/*border:1px solid red;*/
}

#contentarea p{
	margin-bottom:1em;
}



#contentarea h2{
	font-size:1.1em;
	margin-bottom:.2em;
	color:#F6A925;
}

#contentarea h3{
	font-size:1.091em;
	margin-bottom:.9231em;
	color:#F6A925;
}

#contentarea h3 span{
	font-size:.91667em;
	font-weight:normal;
	color:#666;
}

#contentarea ul.bullet{
	list-style-type:none;
	margin:0 0 1.5em 0;
	padding:0;
	/*border:1px solid red;*/
}


#contentarea ul.bullet li{
	background:url(../images/bullet.gif) no-repeat 0 .25em; 
	margin:0 0 .2em 0;
	padding:0 0 0 1.5em;
}

#contentarea ul.decimal{
	list-style-type:none;
	margin:0 0 1.5em 3em;
	#margin-left:3.3em;
	padding:0;
	/*border:1px solid red;*/
}
#contentarea ul.decimal li{
	list-style-type:decimal;
	margin:0 0 1em 0;
	padding:0 0 0 .2em;
	#padding-left:0;
}

#contentarea span.right{
	margin-right:2em;
}

#contentarea p.bnone,
#contentarea h3.bnone{
	margin-bottom:0;
}

#contentarea ul.bnone{
	margin-bottom:0.5em;
}

#contentarea img.w323{
	width:26.916666667em;
}

#contentarea h3.black{
	color:#666666;
}

/*News page*/
#contentarea #news{
	
}

#contentarea #news table.documents {
	border-collapse:collapse;
	width:100%;
	font-size:.91666667em;
	text-align:left;
	clear:both;
	/*border:1px solid #ccc;*/
	margin-bottom:1em;
}


#news table.documents thead tr th,
#news table.documents tbody tr td{
	padding:.3em 0 .3em 0;
	vertical-align:middle;
}

#news table.documents thead tr th{
	background-color:#F7F7F7;
}

#news table.documents tbody tr td{
	background-color:#FCFCFC;
}

#news table.documents thead tr th span,
#news table.documents tbody tr td span{
	padding-left:.5em;
}

#news table.documents thead tr th span{
	font-weight:bold;
}

#news table.documents tbody tr td{
	/*border-bottom:1px solid #ccc;*/
	border-bottom:1px solid #f5f5f5;
	
}

#news table.documents thead tr th{
	/*border-bottom:1px solid #fbaa35;*/
	border-bottom:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
}

div#container table th.wid12,
div#container table td.wid12{
	width:12%;
}

div#container table th.wid60,
div#container table td.wid60{
	width:60%;
}

#contentarea img.pdf{
	width:1.45454545455em;
}

#container ol.search{
	margin:0 0 .5em 2em;
	padding:0;
	list-style:none;
}
#container ol.search li{
	margin:0 0 .3em 0;
	padding:0 0 0 1em;
	list-style:decimal;
}

/*customer_center*/
#customer_center div.udetails{
	float:left;
	width:100%;
	margin:0 0 .5em 0; 
	clear:both;
	/*border:1px solid #ccc;*/
}

#customer_center div.udetails div.desc{
	float:left;
	width:26%;
	margin:0;
	padding:0;
	/*border:1px solid red;*/
}

#customer_center div.udetails div.pwd{
	float:left;
	width:35%;
	margin:0;
	padding:0;
	/*border:1px solid yellow;*/
}

#customer_center input.textfield{
	width:13.2727273em;
	/*#width:13.727273em;*/
	border:1px solid #c8c8c8;
	font-size:1em;
	padding:.2em 0 .2em .45833334em;
	margin-left:.45833334;
	height:"1.925em";
}

#customer_center div.submit{
	margin:0 0 .2em 13.7em;
	#margin-left:14.8em;
	#margin-top:.3em;

}

/****Director's page*****/

#contentarea .dir_descpt .floatleft{
margin-right:0.75em;
}


#contentarea .dir_descpt img{
border:1px solid #ccc;
}

#contentarea .dir_descpt{
clear:both;
display:table;
width:100%;
margin-bottom:0.75em;
}

#contentarea .dir_descpt .dir_content{
float:right;
width:80%;
}