/*-------------- DEFAULT ---------------*/
body {
	color:#695D1E;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	background-color: #FEFDF3;
	background-image: url(../Assets/main_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 49px;
}
.dashedline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #695D1E;
	clear: both;
	margin-left: 17px;
}
.header {
	margin-left: 17px;
	font-size: 18px;
	line-height: normal;
	font-weight: lighter;
	padding-top: 2px;
	padding-bottom: 2px;
}
.headersmler {
	margin-left: 17px;
	font-size: 19px;
	line-height: normal;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "Times New Roman", Times, serif;
}
.17pxleft {
	margin-left: 17px;
	float: right;
}

.tableformat {
	background-color: #ECE7B2;
}
.tableformat caption{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#333;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	text-align: left;
	background-color: #E2E2E2;
}
.tableformat th {
	background-color: #ECE7B2;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:15px;
}
.tableformat img {
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
}
.tableformat td {
	background-color: #FFFFFF;
	text-align: center;	
}
.tableformat th#left{
	text-align: left;	
}
.tableformat th#right{
	text-align: right;
	font-size: 12px;
	color: #000;
}

.tableformat td#left{
	background-color: #F4F2D7;
	text-align: left;
}
.tableformat td#right{
	background-color: #ECE7B2;
	text-align: right;
}
.tableformat td#left1{
	text-align: left;	
}
.tableformat td#right1{
	text-align: right;	
}
.tableformat td#left2{
	background-color: #E9E9E9;
	text-align: left;
	font-size: 12px;
	color: #000;
}
.tableformat td#left3{
	background-color: #F4F2D7;
	text-align: left;
	font-weight: bold;
}
.tableformat td#right2{
	background-color: #F4F4F4;
	text-align: right;	
}
.tableformat td#center{
	background-color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.tableformat td#center1{
	text-align: center;
}
.imgformatRight {
	border: 1px solid #CCCCCC;
	float: right;
	padding: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.imgformatLeft {
	border: 1px solid #CCCCCC;
	float: left;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 17px;
}
.imgformatLeft1 {
	border: 1px solid #CCCCCC;
	float: left;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imgformatborder {
	border: 1px solid #CCCCCC;
	text-align: center;
	clear: both;
}
div, p, img, a, ul, form, input, h1, h2, h3, h4 {margin:0; padding:0;}
ul {list-style:none;}
.backtotop {
	text-align: right;
}

a {
	text-decoration:underline;
	color: #695D1E;
}

a:hover {
	text-decoration:none;
	color: #695D1E;
}
img {border:none;}
.spacer {font-size:0; line-height:0; clear:both;}
/*-------------- HEADER ---------------*/
#header {
	width:728px;
	padding:0 0 0 52px;
	margin:0 auto;
	height:242px;
	position:relative;
	background-image: url(../Assets/header_pic1.jpg);
	background-repeat: no-repeat;
	background-position: 100% 49px;
}
/*----- TOP MENU -----*/
#header img {
	position:absolute; top:158px; left:622px;
}
#header h2.punchline {
	color:#000; font:bold 10px/12px Arial, Helvetica, sans-serif;
	position:absolute; left:622px; top:205px; display:block; width:135px;
}
#header ul {
	padding:0 0 7px 0; height:42px; font-size:10px; line-height:12px;
	font-weight:bold; text-transform:uppercase; position:relative;
}
#header ul li {
	float:left;
	padding:0 5px 0 0;
}
#header ul .inactive a {
	color:#827F1B; background:#FCF9E3; padding:19px 8px 11px 8px; width:auto;
	display:block;
}
#header ul .inactive a:hover {background:#F9EFB0; color:#827F1B;}
#header ul .current a {
	background:#F9EFB0; color:#827F1B; display:block;
	padding:19px 8px 11px 8px; width:auto;	
}
#header form {
	background:#fff url(../Assets/form_bg.gif) 0 0 repeat-y; width:153px;
	padding:16px 0 0 10px; height:177px; color:#545453;
}
#header form h2 {
	background:url(../Assets/meme_log_hdr.gif) 0 0 no-repeat; height:19px;
	font:bold 16px/15px Arial, Helvetica, sans-serif; padding:5px 0 15px 25px;
}
#header form label {
	font:bold 10px/13px Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0 10px; height:13px; display:block;
}
#header form input.txtBox {
	width:116px; padding:1px 0 0 1px; margin:0 0 0 9px;
}
#header form input.submitBtn {
	margin:9px 0 0 76px;
}
/*----------------------- BODY ----------------------*/
#body {
	width:721px; padding:9px 0 0 59px; margin:0 auto;
}
/*----------- LEFT PANEL ----------*/
#leftPanel {width:525px; float:left;}
#leftPanel h2 {
	height:38px;
	padding:0 0 0 14px;
	background:url(../Assets/body_h2bg.gif) 0 0 repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	line-height: 38px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#leftPanel p {padding:0 0 0 17px;}
#leftPanel p.moreBtn {
	margin:32px 17px 26px 17px; padding:0; height:18px; 
	background:url(../Assets/more_bg_flat.gif) 0 50% no-repeat;
}
#leftPanel p.moreBtn a {
	background:#F1E34C url(../Assets/more_btn.jpg) 0 0 no-repeat; width:59px; height:18px;
	display:block; text-align:center; color:#322B01; float:right;
}
/*----- NEWS ------*/
#leftPanel div.news {
	width:210px; float:left; padding:16px 31px 0 22px;
}
#leftPanel div.news p {
	padding:1px 0 0 0; line-height:14px;
}
#leftPanel div.news p.moreBtn1 {
	height:18px; padding:0; background:url(../Assets/more_bg_doted.gif) 0 50% repeat-x;
	margin:35px 0 0 0;	
}
#leftPanel div.news p.moreBtn1 a {
	width:51px; height:18px; text-align:center; display:block; float:right;
	color:#322B01; background:#FCF9E3 url(../Assets/more_btn_botom.gif) 0 0 no-repeat;
	line-height:18px;
}
#leftPanel div.newsRight {
	padding:16px 0 0 28px; 
	background:url(../Assets/vertical_doted_bdr.gif) left top repeat-y;
}
#leftPanel #lichtrinh {
	padding-left: 17px;
}



#onecolumn {
	width:660px;
	float:left;
}
#onecolumn h2 {
	height:38px;
	padding:0 0 0 14px;
	background:url(../Assets/body_h2bg.gif) 0 0 repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	line-height: 38px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#onecolumn .h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 14px;
}
#onecolumn p {padding:0 0 0 17px;}
#onecolumn p.moreBtn {
	margin:32px 17px 26px 17px; padding:0; height:18px; 
	background:url(../Assets/more_bg_flat.gif) 0 50% no-repeat;
}
#onecolumn p.moreBtn a {
	background:#F1E34C url(../Assets/more_btn.jpg) 0 0 no-repeat; width:59px; height:18px;
	display:block; text-align:center; color:#322B01; float:right;
}
/*----- NEWS ------*/
#onecolumn div.news {
	width:210px; float:left; padding:16px 31px 0 22px;
}
#onecolumn div.news p {
	padding:1px 0 0 0; line-height:14px;
}
#onecolumn div.news p.moreBtn1 {
	height:18px; padding:0; background:url(../Assets/more_bg_doted.gif) 0 50% repeat-x;
	margin:35px 0 0 0;	
}
#onecolumn div.news p.moreBtn1 a {
	width:51px; height:18px; text-align:center; display:block; float:right;
	color:#322B01; background:#FCF9E3 url(../Assets/more_btn_botom.gif) 0 0 no-repeat;
	line-height:18px;
}
#onecolumn div.newsRight {
	padding:16px 0 0 28px; 
	background:url(../Assets/vertical_doted_bdr.gif) left top repeat-y;
}
#onecolumn #lichtrinh1 {
	padding-left: 17px;
}

#onecolumn ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#onecolumn ol li{
	padding: 2px;
}

/*----------- RIGHT PANEL ----------*/
#rightPanel {
	width:147px; float:left; padding:0 0 42px 30px;
}
#rightPanel h2 {
	height:27px;
	padding:0 0 0 9px;
	background:url(../Assets/right_h2bg.gif) 0 0 repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 27px;
}
#rightPanel ul {
	font:bold 12px/24px Arial, Helvetica, sans-serif;
	padding:10px 4px 33px 0;
}
#rightPanel ul li {
	background:url(../Assets/dotted_black_border.gif) left bottom repeat-x;
	padding:0 0 1px 0;
}
#rightPanel ul li a {
	height:24px; display:block; padding:0 0 0 12px; color:#393939;
	background:#FCF9E3 url(../Assets/bullet_right.gif) 92% 50% no-repeat;
}
#rightPanel ul li a:hover {
	background-color:#F5F2D9; color:#000;
}
/*----------------------- FOOTER ----------------------*/
#footer {
	background:#FFF6C1 url(../Assets/footer_bg.gif) 0 0 repeat-x;
	padding:19px 0 16px 0; color:#685C14;
}
#footer ul {
	font-size:10px;
	line-height:12px;
	margin:0 auto;
	font-weight:bold;
	text-transform:uppercase;
	width:650px;
}
#footer ul li {
	float:left;
}
#footer ul li a {
	padding:1px 7px; display:block; width:auto; color:#6A6816;
	background:#FFF6C1;
}
#footer ul li a:hover {
	color:#FFF6C1; background:#6A6816;
}
#footer p {
	clear:both; text-align:center; padding:8px 0 0 0;
	font:normal 9px/11px Arial, Helvetica, sans-serif;
}
#footer p a {
color:#685C14; text-decoration:none;
}
#footer p a:hover {
text-decoration:underline;
}
/*-------------- MISCLENIOUS ---------------*/
.topPad {padding-top:23px !important;}
