@charset "utf-8";
.style3 {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.style4 {
	color: #3333FF
}
.style5 {
	font-size: small
}
.style7 {
	color: #333333;
	font-size: small;
}
.style8 {
	font-size: small;
	color: #0066FF;
}

.style24 {
	color: #333333;
	font-size: small;
}
.style25 {
	font-size: small
}
.style27 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}


/*ให้ใช้ font ตามรายการข้างล่างในทุกตัวอักษรที่แสดงในเว็บเพจ */
* {
	font-family: tahoma, "ms Sans Serif", Verdana, loma;
}
body {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-image: url(images/background.jpg);
	background-attachment: fixed;
}
/*กำหนดส่วนแสดงภาพและสัญลักษณ์ด้านบนสุดของเว็บเพจ */
#head {
	background-image: url(../images/Header.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 150px;
	width: 796px;
	border: 2px solid #FFFFFF;
}
#menu {
	clear: both;
	width: 800px;
	text-align: center;
}
#containner {
	width: 800px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
	text-align: left;
}
#containner #main {
	background-image: url(../images/bg.jpg);
	float: left;
	width: 800px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	margin-bottom: 5px;
}
#submain {
}

/*กำหนดตำแหน่ง และขนาดของพื้นที่แสดงผลทางซ้ายมือ */
#containner #main #left {
	float: left;
	width: 230px;
	margin:0px;
	padding:0px;
}

/*กำหนดการแสดงผลของ navigation*/
#containner #main #left #navigation {
	width: 230px;
	margin:0px;
	padding:0px;
	float: left;
}
/*แสดงผลรายการหัวข้อที่อยู่ใน h1 ด้วยพื้นหลังสีเหลือง */
#containner #main #left #navigation h1.yellow {
	height: 18px;
	width: 205px;
	margin-top:0px;
	margin-bottom:5px;
	position: relative;
	left: 5px;
	top: 5px;
	background-image: url(../images/yellow.jpg);
	padding: 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	display: block;
}
/*แสดงผลรายการหัวข้อที่อยู่ใน h1 ด้วยพื้นหลังสีฟ้า */
#containner #main #left #navigation h1.blue {
	height: 18px;
	width: 205px;
	margin-top:0px;
	margin-bottom:5px;
	position: relative;
	left: 5px;
	top: 5px;
	background-image: url(../images/blue.jpg);
	padding: 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	display: block;
}
/*แสดงผลรายการหัวข้อที่อยู่ใน h1 ด้วยพื้นหลังสีเขียว */
#containner #main #left #navigation h1.green {
	height: 18px;
	width: 205px;
	margin-top:0px;
	margin-bottom:5px;
	position: relative;
	left: 5px;
	top: 5px;
	background-image: url(../images/green.jpg);
	padding: 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	display: block;
}
/*แสดงผลรายการหัวข้อที่อยู่ใน h1 ด้วยพื้นหลังสีแดง */
#containner #main #left #navigation h1.red {
	height: 18px;
	width: 205px;
	margin-top:0px;
	margin-bottom:5px;
	position: relative;
	left: 5px;
	top: 5px;
	background-image: url(../images/red.jpg);
	padding: 5px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	display: block;
}
/*แสดงรายการที่ตามหลังหัวข้อหลักที่อยู่ใน UL */
#containner #main #left #navigation ul {
	padding:0px;
	margin-left:28px;
	margin-top:5px;
	position:relative;
	list-style-image: url(../images/arrow.gif);
}
#containner #main #left #navigation  li {
	font-size: 13px;
	line-height:20px;
	list-style-type: none;
}

/*แสดงรายการที่อยู่ทางขวามือทั้งหมด */
#containner #main #right {
	float: right;
	width: 568px;
}
#containner #main #left #navigation table {
	color: #03F;
}

#submain #submain_left {
	float: left;
	width: 400px;
}
#submain #submain_right {
	float: right;
	width: 400px;
}

/*สร้างกล่องล้อมรอบรายละเีอียด */
#containner #main #right #content {
	background-color: #FFFEE9;
	clear: both;
	width: 555px;
	border: 1px solid #093;
	text-align: left;
	margin: 10px;
	position: relative;
}
/*แสดงผลหัวข้อของเนื้อหาสีเขียว*/
#containner #main #right #content.green h1 {
	font-size: 16px;
	color: #F30;
	height: 40px;
	width: 450px;
	padding-left: 5px;
	margin: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F00;
}
/*แสดงผลหัวข้อของเนื้อหาสีพ้า*/
#containner #main #right #content.blue h1 {
	font-size: 15px;
	color: #056ED7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #056ED7;
	margin: 5px;
	height: 40px;
	width: 450px;
	padding-left: 5px;
}
/*แสดงผลส่วนของเนื้อหา*/
#containner #main #right #content #story {
	font-size: 14px;
	line-height:20px;
	text-indent: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 40px;
	margin-left: 5px;
}
/*แสดงผลปุ่ม อ่านเนื้อหาเพิ่มเติม สีเขียว */
#containner #main #right #content.green #more {
	color: #FFFFFF;
	background-color: #009933;
	margin: 0px;
	padding-top: 5px;
	padding-bottom:5px;
	height: 15px;
	width: 150px;
	position: absolute;
	bottom: 8px;
	right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#containner #main #right #content.green #more a {
	color: #FFFFFF;
	text-decoration:none;
}
/*แสดงผลปุ่ม อ่านเนื้อหาเพิ่มเติม สีฟ้า */
#containner #main #right #content.blue #more {
	color: #FFFFFF;
	background-color: #009933;
	margin: 0px;
	padding-top: 5px;
	padding-bottom:5px;
	height: 15px;
	width: 150px;
	position: absolute;
	bottom: 8px;
	right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#containner #main #right #content.blue #more a{
	color: #FFFFFF;
	text-decoration:none;
}
/*แสดงผลส่วนล่างสุดของเว็บเพจ*/
#footer {
	background-color: #033;
	clear: both;
	width: 800px;
	height: 35px;
}
#exlink {
	clear: both;
	width: 800px;
}
#adarea {
	clear: both;
	width: 800px;
	border: thin solid #0C3;
	background-color: #FFFEE9;
	height: 124px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footer p {
	font-size: 10px;
	color: #FFF;
	margin-top : 5px;
	margin-left:10px;
	padding: 0px;
	float: left;
	text-align: left;
}
#footer ul {
	padding:0px;
	margin:0px;
	font-size: 14px;
	font-weight: bold;
	color: #F33;
	float: right;
	list-style-type: none;
	width:600px;
	position:relative;
}
#footer li {
	position:relative;
	top:10px;
	float: left;
	left: 20px;
}
#footer li a{
	color: #FFF;
	text-decoration:none;
}#submain {
	background-color: #FFF;
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
#submain #submain_left {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #090;
}
#submain #submain_right {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #056ED7;
}
#submain #submain_right #Article table tr td #news2 {
	background-image: url(../images/head_news2.jpg);
	height: 40px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	font-weight: 600;
}

#submain #submain_left #news table tr td #news1 {
	background-image: url(../images/head_news.gif);
	height: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
}


#containner #main #right #content #story {
	color: #666;
}
#FriendLink {
	background-color: #FFF;
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.link_12_dark_blue:link {
font-family: MS Sans Serif, Tahoma, sans-serif;
font-size: 15px;
text-decoration: none;
color:#0066CC;
}
.link_12_dark_blue:visited {
font-family: MS Sans Serif, Tahoma, sans-serif;
font-size: 15px;
text-decoration: none;
color:#0066CC;
}
.link_12_dark_blue:active {
font-family: MS Sans Serif, Tahoma, sans-serif;
font-size: 15px;
text-decoration: none;
color:#0066CC;
}
.link_12_dark_blue:hover {
font-family: MS Sans Serif, Tahoma, sans-serif;
font-size: 15px;
text-decoration: none;
color:#FF0000;
}
#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}
#page {
	clear: both;
	width: 796px;
	border: thin solid #09F;
	background-color: #FFF;
	margin-top: 2px;
	margin-bottom: 2px;
}
#page #content #subject {
	background-color: #666;
	clear: both;
	width: 775px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
#page #content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	clear: none;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

