@charset "utf-8";
/*** blue ***/
body {
margin:0px;
padding:0px;
}
a:link, a:visited {
	color: #003399;
}

a:hover {
	color: #003399;
	text-decoration:underline;
}
h3 {
        color: #3A78AD;
        margin:10pt 0 0 0;
}
#page_bg {
	background: #eff4f9 url(../images/blue/esqui3.jpg) no-repeat top center fixed;
}
#main_bg{
	background: url(../images/blue/bg_main.png) left repeat-y;
}
#logo_bg{
	background: #FFFFFF url(../images/blue/bg_logo.png) top repeat-x;
}

.search{
	background:url(../images/blue/search_ico.png) right top no-repeat;
}

#banner{
	background: #FFFFFF;
}

div.module_menu h3, div.module h3, #rightcolumn h3{
	background:  url(../images/blue/bg_h3.png) top left no-repeat;
}

#f_area{
	background: url(../images/blue/bg_main.png) left repeat-y;
}
#f_area h3{
	/* background:  url(../images/blue/f_area_h3.png) top left no-repeat; */
}

a.readon, a.readon:hover, a.readon:visited{
	display:block;
	height:23px;
	width:109px;
	color:#FFFFFF;
	text-decoration:underline;
	padding-left: 23px;
	line-height:23px;
	background:  url(../images/blue/bg_read_more.png) top left no-repeat;
	margin:10px 0px 0px 0px;
}

#power_by, #power_by a, #power_by a:visited{
	color:#666;
        margin:0;
        font-size:0.9em;
}
ul.menu li{
	list-style:none;
	background:url(../images/blue/menu_arrow.png) top left no-repeat;
}
ul.mostread li{
	list-style:none;
	background:url(../images/blue/menu_arrow.png) top left no-repeat;
}
ul.latestnews {
padding:0 5px;
margin:0;
}
ul.latestnews li{
        font-size:0.9em;
	list-style:none;
        margin:0 0 5px 0;
        padding:5px 0 5px 0;
        border-bottom:solid 1px #ddd;
}
ul.latestnews li a{
    color:#000;
}
.moduletable ul li {
	list-style:none;
	background:url(../images/blue/menu_arrow.png) top left no-repeat;
}
div.componentheading{
	color:#0389D3;
}