﻿
html, body{
	padding:0;
	margin:0;
	border:0;
	background:#009899 url(../../images/bg.jpg) repeat-y top center;
	height:100%; /*for full height cintainer div*/
	}
	
/*fixing firefox outline*/
	
a:active
{
  outline: none;
}

:focus
{
	outline:none;
}

img{
	border:none;
	}
	
#container{
	padding:0;
	margin:0 auto 0 auto;
	width:800px;
	background-color:#982069;
	min-height: 100%; /*for full height cintainer div*/
	}
	
/*for full height cintainer div*/
	
* html #container {
	height: 100%;
	}
	
* {
	padding: 0;
	margin: 0;
	}
	
	
	
#header{
	background:#982069 url(../../images/top_bg.jpg) no-repeat left 14px;
	padding:8px 0 0 0;
	text-align:right;
	}
	
h1{
	padding:0;
	margin:0;
	float:left;
	}
	
#header_right{
	float:right;
	width:430px;
	height:132px;
	}
	
.cleardiv{
	clear:both;
	height:0;
	font-size:0; /*ie6 hack*/
	}
	
	
#bodyarea{
	padding:0;
	background-color:White;
	background:url(../../images/index_bodyarea_bg.jpg) repeat-y 0 0;
	width:800px;
	
	}
	
#leftcol{
	float:left;
	width:600px;
	padding:0 0 0 0;
	}
	
#rightcol{
	float:right;
	width:200px;
	}
	
#content{
	padding:0 26px 0 26px;
	background:url(../../images/content_bg.jpg) repeat-y top center;
	margin:5px 0 0 0;
	}
	
#content_left{
	float:left;
	width:148px;
	padding:0 17px 0 0;
	}
	
#content_middle{
	float:left;
	width:165px;
	padding:0 15px 0 15px;
	}
	
#content_right{
	float:left;
	width:173px;
	padding:0 0 0 15px;
	}
	
#right_content{
	padding:10px 20px 0 17px;
	}
	
#footer{
	background:#982069 url(../../images/index_footer.jpg) no-repeat 0 0;
	padding:53px 0 0 30px;
	}
	
	
	
	
/*for inner pages*/	

#bodyarea_inner{
	padding:0 0 0px 0;
	background-color:White;
	background:url(../../images/bodyarea_inner_bg.jpg) repeat-y 0 0;
	width:800px;
	}
	
#inner_top{
	background:url(../../images/inner_bodyarea_top.jpg) no-repeat 0 0;
	width:573px;
	height:15px;
	padding:30px 0 0 227px;
	}
	
#inner_leftcol{
	float:left;
	width:200px;
	}
	
#inner_rightcol{
	float:right;
	width:522px;
	padding:15px 50px 0 27px;
	background-color:White;
	}
	
#footer_inner{
	background:#982069 url(../../images/inner_footer.jpg) no-repeat 0 0;
	padding:53px 0 0 30px;
	}
	

#news
{
}	

#news .newsTitle
{
    
}

#news .newddate
{
}	

#newsdetail .newsTitle
{
}


#tableDesign {
	border-collapse:collapse;
}
.tableHead td {
	padding:6px;
	background-color:#FF6600;
	color:#FFFFFF;
	vertical-align:top;
}
.even td {
	padding:6px;
	background-color:#FFFFCC;
	border-bottom:1px #FFCC00 solid;
	vertical-align:top;
}
.odd td {
	padding:6px;
	background-color:#FFFFCC;
	border-bottom:1px #FFCC00 solid;
	vertical-align:top;
}

#nchwtflogo
{
	padding-top:30px;
	padding-bottom:10px;
	text-align:right;
}

#nchwtflogohome
{
	padding-top:30px;
	padding-bottom:10px;
	padding-left:25px;
	text-align:left;
}