 
body  {
	font:normal 10pt Verdana,Arial, Helvetica, sans-serif;
	background:#74A2F7;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#tableB { background:url(images/bg_map_thai.jpg) #FFFFFF no-repeat 360px 180px; width:800px;   }
#intable {padding: 0 10px 0 10px; }
.twoColElsRtHdr #container { 
/*	width: 980px;   this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
/*	background: #FFFFFF;
*/	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px ;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColElsRtHdr #header h1 {
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColElsRtHdr #sidebar1 {
	float: left; 
	width: 18em; /* since this element is floated, a width must be given */
 /* 	background: #EBEBEB;the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px; /* top and bottom padding create visual space within this div */
}
.twoColElsRtHdr #sidebar2 {
	float: left;
	width: 18em; /* since this element is floated, a width must be given */
	/* 	background: #EBEBEB;the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px 0px; /* top and bottom padding create visual space within this div */
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#FAQ { border:1px #999999 solid; padding:5px 5px 5px 5px; margin: 0 10px 10px 0; background:#FFFFCC;}
#service {border:#009900 dotted 2px; background:#CDF3F1; padding:3px 5px 3px 5px; margin:5px 10px 10px 5px;}
.twoColElsRtHdr #mainContent {
	margin: 0 10px 0 21em; /* the left margin will look best if you match the padding amount to the header and footer. */
} 
.twoColElsRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#A2A2A2;
	font-size:12px;
} 
.twoColElsRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColElsRtHdr #subbox { margin: 5px 20px 10px 10px; }
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.blueB {
color:#000099; font-size:24px; }
.blueS { color:#000099; font-weight:bold; font-size:18px; }
.bluex { color:#000099; }
.bluess { color:#333333; font-size:18px }
.redB {color:#FF0000; font-size:24px; }
.redS {color:#FF0000;  }
.oraB { color:#FF3300;}
.greenB {color:#009900; font-size:24px; }
.greenM {color:#009900; font-size:20px; }
.greemS {color:#009900; font-weight:bold;}
.greem {color:#009900; }
.org { color:#FF6600;}
.blue { color:#0066FF;}
.tS { color:#333333; font-size:15px;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
/*- Menu Tabs B--------------------------- */

    #tabsB {
	width:100%;
	line-height:normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}
    #tabsB ul {	  margin:0;	  padding:10px 0px 0 0px;	  list-style:none;      }
    #tabsB li {      display:inline; margin:0 0px 0 0px; padding:0;	 height:54px;  }
    #tabsB a {      float:left;      background:url("images/bottom_01.jpg") no-repeat left top;      margin:0 0px 0 0px;      padding:0 0 0 0px;      text-decoration:none;  width:120px;   }
    #tabsB a span {
	float:left;
	display:block;
	background:url("images/bottom_02.jpg") no-repeat right top;
	padding:7px 10px 5px 4px;
	color:#FFFFFF;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}    /* End IE5-Mac hack */
    #tabsB a:hover span {      color:#FFFFFF;      }
    #tabsB a:hover {      background-position:0% -26px;      }
    #tabsB a:hover span {      background-position:100% -26px;      }
	
    #tabsB2 ul {	  margin:0;	  padding:10px 10px 0 50px;	  list-style:none;      }
    #tabsB2 li {      display:inline;      margin:0 2px 0 0px;      padding:0;	  	  height:54px; }
    #tabsB2 a {      float:left;      background:url("images/bottom_03.jpg") no-repeat left top;      margin:0 2px 0 3px;      padding:0 0 0 8px;      text-decoration:none;   width:120px;    }
    #tabsB2 a span {
	float:left;
	display:block;
	background:url("images/bottom_04.jpg") no-repeat right top;
	padding:7px 10px 5px 4px;
	color:#FFFFFF;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB2 a span {float:none;}    /* End IE5-Mac hack */
    #tabsB2 a:hover span {      color:#FFFFFF;      }
    #tabsB2 a:hover {      background-position:0% -26px;      }
    #tabsB2 a:hover span {      background-position:100% -26px;      }
	
	#tabsB3 ul {	  margin:0;	  padding:10px 10px 0 50px;	  list-style:none;      }
	#tabsB3 li {      display:inline;      margin:0 2px 0 0px;      padding:0;	  	  height:54px;    }
	#tabsB3 a {      float:left;      background:url("images/bottom_05.jpg") no-repeat left top;      margin:0 2px 0 3px;      padding:0 0 0 8px;      text-decoration:none;    width:120px;   }
	#tabsB3 a span {
	float:left;
	display:block;
	background:url("images/bottom_06.jpg") no-repeat right top;
	padding:7px 10px 5px 4px;
	color:#FFFFFF;
}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabsB3 a span {float:none;}    /* End IE5-Mac hack */
	#tabsB3 a:hover span {      color:#FFFFFF;      }
	#tabsB3 a:hover {      background-position:0% -26px;      }
	#tabsB3 a:hover span {      background-position:100% -26px;      }
	
	#tabsB4 ul {	  margin:0;	  padding:10px 10px 0 50px;	  list-style:none;      }
	#tabsB4 li {      display:inline;      margin:0 2px 0 0px;      padding:0;	  	  height:54px;   }
	#tabsB4 a {      float:left;      background:url("images/bottom_07.jpg") no-repeat left top;      margin:0 2px 0 3px;      padding:0 0 0 8px;      text-decoration:none;  width:120px;      }
	#tabsB4 a span {
	float:left;
	display:block;
	background:url("images/bottom_08.jpg") no-repeat right top;
	padding:7px 10px 5px 4px;
	color:#FFFFFF;
}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabsB4 a span {float:none;}    /* End IE5-Mac hack */
	#tabsB4 a:hover span {      color:#FFFFFF;      }
	#tabsB4 a:hover {      background-position:0% -26px;      }
	#tabsB4 a:hover span {      background-position:100% -26px;      }
	
	/*==========*/
	#tabsB5 ul {	  margin:0;	  padding:10px 10px 0 50px;	  list-style:none;      }
	#tabsB5 li {      display:inline;      margin:0 2px 0 0px;      padding:0;	  	  height:54px;   }
	#tabsB5 a {      float:left;      background:url("images/bottom_03.jpg") no-repeat left top;      margin:0 3px 0 0px;      padding:0 0 0 8px;      text-decoration:none;  width:120px;      }
	#tabsB5 a span {
	float:left;
	display:block;
	background:url("images/bottom_04.jpg") no-repeat right top;
	padding:7px 10px 5px 4px;
	color:#FFFFFF;
}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabsB5 a span {float:none;}    /* End IE5-Mac hack */
	#tabsB5 a:hover span {      color:#FFFFFF;      }
	#tabsB5 a:hover {      background-position:0% -26px;      }
	#tabsB5 a:hover span {      background-position:100% -26px;      }
	
		/*================*/
		#tabsB6 ul {	  margin:0;	  padding:10px 10px 0 50px;	  list-style:none;      }
	#tabsB6 li {      display:inline;      margin:0 2px 0 0px;      padding:0;	  	  height:54px;   }
	#tabsB6 a {      float:left;      background:url("images/bottom_07.jpg") no-repeat left top;      margin:0 0px 0 3px;      padding:0 0 0 8px;      text-decoration:none;  width:120px;      }
	#tabsB6 a span {
	float:left;
	display:block;
	background:url("images/bottom_08.jpg") no-repeat right top;
	padding:7px 10px 5px 4px;
	color:#FFFFFF;
}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabsB6 a span {float:none;}    /* End IE5-Mac hack */
	#tabsB6 a:hover span {      color:#FFFFFF;      }
	#tabsB6 a:hover {      background-position:0% -26px;      }
	#tabsB6 a:hover span {      background-position:100% -26px;      }


</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRtHdr #sidebar1 { padding-top: 30px; }
.twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
