body {
	background:			url(/gfx/body_background-yellow.png) no-repeat center top;
    color:              #002E75 !important;
}

div#searchCon{
	position:			absolute;
	right:				0px;
    display:            none;
}
	
#mainnav {
	color:				#ae924a;
}
	#mainnav .active{
		color:			#0e3a93 !important;
	}

div#rightConTopBlock {
    display:            none;
}


div#bodyConLeft ul li a:link,
div#bodyConLeft ul li a:visited{
	color:				#b19b47;
}
    
div#bodyConLeft ul li a:hover,
div#bodyConLeft ul li.active a,
div#bodyConLeft ul li.yellow a:hover,
div#bodyConLeft ul li.cyan a:hover,
div#bodyConLeft ul li.lemon a:hover {
	color:				#0e3a93;
}
    
div#bodyConRightText a:link,  
div#bodyConRightText a:visited, 
div#bodyConRightText a:hover  {
	color:				#e2014a;
	text-decoration:	underline;
	font-size:			10px;
}

div#subNavCon a:link, div#subNavCon a:visited {
	font-size:			12px;
	text-decoration:	none;
	color:				#0e3a93;
}

div#rightConTopBlockVisual{
	position:			absolute;
	right:				0;
    display:            block;
    width:              253px;
    height:             139px;
    background-image:   url(/gfx/yellowTopImage.png);
    background-position:27px 0;
    background-repeat:  no-repeat;
}
            
div#footerCon {
    background-color:   #fbb300 !important;
}