@charset "utf-8";
/*** orange ***/
a:link, a:visited {
	color: #ff0000;
	text-decoration:undeline;
        font-size: 14px;
	font-weight:bold; 
}

a:hover {
	color: #BA0000;
        font-size: 14px;
	font-weight:bold;
}

#page_bg {
	background: #FFcc00 ;
}

#pillmenu li a, #pillmenu li a:hover, #active_menu-nav {
	border-right: 0px solid #E58526;
}

div.module_menu h3, div.module h3, #rightcolumn h3{
	background:  #FFcc00;
	padding-right: 20px;
	border: 0px solid #000;
        text-align: left;
        color: #2D3571;
        font-size: 20px; 
}

#f_area h3{
	background:  url(../images/orange/f_area_h3.png) top left no-repeat;
}

a.readon, a.readon:hover, a.readon:visited{
	display:block;
	height:20px;
	width:109px;
	color:#ffffff;
	text-decoration:underline;
	padding-left: 23px;
	line-height:23px;
	background:  url(../images/orange/bg_read_more.png) top left no-repeat;
        border: 1px #000;
	margin:10px 0px 0px 0px;
}

ul.menu li{
	list-style:none;
	background: #FFcc00 ;
}
ul.mostread li{
	list-style:none;
	background: #FFcc00 ;
}
ul.latestnews li{
	list-style:none;
	background: #FFcc00 ;
}
.moduletable ul li {
	list-style:none;
	background: #FFcc00 ;
}
div.componentheading{
	color:#E13B0B;
}