/*---BreadCrumb---*/
div#breadcrumb{
width:400px;
padding: 0px 2px;
color:#003399;
}
.feature
{
text-align:left;
float:right;
margin-right:-11px;
*margin-right:-11px;
margin-top:-3px;
width:175px;

background: url(../images/feature_header.jpg) no-repeat right top;
height:27px;
}
/*--- header & footer ---*/

div#gojHeader {
	background:#336699;/* */
}

div#gojFooter {
	background:#336699;/* */
}

/* Very center, main page title */
div.center_content_title { 
    color: #336699;
}

#yui-main {
    background: url(../images/feature-bg-green.jpg) no-repeat right top;
}

/*html>body #bd {
	margin-right: -330px;
}*/

/* Right column */
    div.right_column div.right_column_title {
        color: #166102;
    }
    
    div.right_column div.right_column_item a,
    div.right_column div.right_column_item a:link,
    div.right_column div.right_column_item a:visited {
        color:#003399;
        text-decoration: none;        
    }
    
    div.right_column div.right_column_item a:hover {
        color: #003399;
        text-decoration: underline;        
    }

/* Left column */
.yui-b div.left_column {    
    background: #f4f4f4 url(../images/sidenav_bg_grey.gif) repeat-x bottom;    
}       
    
.yui-b .section_title {
	margin-top:0px;
	background: #336699;
	color:#FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*Bullet colour on the left*/
.yui-b li {    
    color:#003399;
	
}

    .yui-b li a,
    .yui-b li a:link,
    .yui-b li a:visited {        
        color: #000;
        text-decoration: none;
    }
    
    .yui-b li a:hover {
        color: #000;
        text-decoration: underline;
    }
    
/* News section */
div.news {
    background: url(../images/news-bg-blue.jpg) repeat-x top;
}

    div.news div.news_header {
	    background: #336699;
        color: #fff;        
    }    
    
    div.news div.news_item img {     
        border: solid #336699 1px;        
    }
    
    div.news div.news_item a,
    div.news div.news_item a:link,
    div.news div.news_item a:visited {
        color:#003399;
        text-decoration: none;        
    }
    
    div.news div.news_item a:hover {
        color:#003399;/**/
        text-decoration: underline;        
    }
