.thai {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFCC;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #452C30;
	font-family: Arial, Helvetica, sans-serif;
}
.style12 {font-size: 18px; font-weight: bold; color: #FFFF00; font-family: Arial, Helvetica, sans-serif; }
.style15 {font-weight: bold; color: #452C30; font-size: large;}
.style16 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
.style17 {color: #000000}
.style18 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style19 {color: #FFFFFF}
.style20 {color: #333333; font-size: 10px; font-family: Arial, Helvetica, sans-serif;}
.style23 {font-size: 9px}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Page footer style */

#footer{
clear: both;
height: 8px;
width: 100%;
background-repeat: repeat;
text-align: center
font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
}
/* fonts format */
body{
  	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
background-color: #CCCC99;
}

/* Style for main content column */
#main{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
      /* margin-left must equal */
       /* total width of left sidebar */
    margin: 1em;
	   margin-left: 15em;
	   margin-right: 15em;
	    margin-top: 0px;

}

/* Style for sidebar column */
#leftsidebar{
           float: left;
           display: inline;
           padding: 0;
           margin-left: 0em;
  margin-top: 0px;
           width:16em;
		    background-color: #DBE8FB; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #0000ff;
 font-size: 12px;
    border-right: 1px solid #25579c;
	    border-bottom: 1px solid #25579c;


}
 #rightsidebar{
    		float: right;
           display: inline;
           padding: 0;
           margin-right: 0em;
  margin-top: 0px;
           width:16em;
		    background-color: #DBE8FB; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #0000ff;
 font-size: 12px;
    border-left: 1px solid #25579c;
    border-bottom: 1px solid #25579c;

}
 
 
#right {
	position: absolute;
	right: 0px;
	width: 185px;
	color: #000000;
	background-image: url(/images/2bg2content.gif);
	margin: 0px;
	padding: 0px 5px 0px 15px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 803px;
	top: 150px;

}

/* Page header style */
#header{
   clear: both;
  top: 0; left:0;
   width: 100%;  
	height: 150px;
background-color: #25579c;
border-bottom: thick solid #191970;
}


/* General style for horizontal lines */
hr{
   background-color: #0000ff;
   width: 80%;
}
/* Level-1 Headings */
h1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-large;
    text-align: center;
}

/* Level-2 Headings */
h2{
    font-family: 'Arial Black', Gadget, Sans-serif;
    font-size: large;
    color: #228b22;
    font-style: italic;
}

/* Level-3 Headings */
h3{
    font-family: 'Monotype Corsiva', Cursive;
    font-size: x-large;
    color: #228b22;
    text-align: right;
}

/* Unvisited links */
a:link{
color: #0000CC;
}
