@charset "utf-8";
/* CSS Document */body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer_outer{
width: 990px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#CCCCCC;
background-image:url(Image/bg1.jpg);
}#maincontainer{
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#AFC186;
padding:3px;
}

#topsection{
background: #EAEAEA;
height: 283px; /*Height of top section*/
background-color:#90a955;
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
/*margin: 0 190px 0 170px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
margin: 0 0px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
/*background-color:#FF9900;*/
background-color:#EADB98;
}

#leftcolumn{
float: left;
width: 170px; /*Width of left column in pixel*/
margin-left: -990px; /*Set margin to that of -(MainContainerWidth)*/
background: #8a2519;
height:100%;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
height:100%;
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #8a2519;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
	padding: 0px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.content{
padding-left:2px; padding-right:2px; width:100%;
}


/*for detail article font */
.newslist{
font-size:11px; font-weight:normal; text-decoration:none; color:#000000;
}
.newslist a{
font-size:11px; font-weight:normal; text-decoration:none; color:#000000;
}
.newslist a:hover{
font-size:11px; font-weight:normal; text-decoration:underline; color:#000000;
}
.newslist_b{
font-size:11px; font-weight:normal; text-decoration:none; color:#0000FF;
}
.newslist_b a{
font-size:11px; font-weight:normal; text-decoration:none; color:#0000FF;
}
.newslist_b a:hover{
font-size:11px; font-weight:normal; text-decoration:underline; color:#0000FF;
}
.newslist_br{
font-size:11px; font-weight:normal; text-decoration:none; color:#990000;
}
.newslist_br a{
font-size:11px; font-weight:normal; text-decoration:none; color:#990000;
}
.newslist_br a:hover{
font-size:11px; font-weight:normal; text-decoration:underline; color:#990000;
}
.newslist_br_head{
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#990000;
	font-family: Latha;
}
.newslist_br_head1{
	font-size:15px;
	font-weight:normal;
	text-decoration:underline;
	color:#990000;
	font-family: Latha;
}
.newslist_br_head a{
font-size:12px; font-weight:normal; text-decoration:none; color:#990000;
}
.newslist_br_head a:hover{
font-size:12px; font-weight:normal; text-decoration:underline; color:#990000;
}
.newslist_med{
font-size:11px; font-weight:normal; text-decoration:none; color:#990000;
}
.newslist_med a{
font-size:11px; font-weight:normal; text-decoration:none; color:#990000;
}
.newslist_med a:hover{
font-size:11px; font-weight:normal; text-decoration:underline; color:#990000;
}
.newslist_g{
font-size:11px; font-weight:normal; text-decoration:none; color:#6c803c;
}
.newslist_g a{
font-size:11px; font-weight:normal; text-decoration:none; color:#6c803c;
}
.newslist_g a:hover{
font-size:11px; font-weight:normal; text-decoration:underline; color:#6c803c;
}
