body {
	background:			url(/gfx/body_background-cyan.png) no-repeat center top;
    color:              #002E75 !important;
}

div#searchCon{
	position:			absolute;
	right:				0px;
    display:            none;
}

#mainnav {
	color:				#94b3c9;
}
	#mainnav .active{
		color:			#0e3a93 !important;
	}

div#rightConTopBlock {
    display:            none;
}
    
div#bodyConLeft ul li a:link,
div#bodyConLeft ul li a:visited{
	color:				#75a6c5;
}
    
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  {
	text-decoration:	underline;
    color:              #25BBE0;
}

div#subNavCon a:link, div#subNavCon a:visited {
	text-decoration:	none;
	color:				#0e3a93;
}

div#rightConTopBlockVisual{
	position:			absolute;
	right:				0;
    display:            block;
    width:              253px;
    height:             139px;
    background-image:   url(/gfx/cyanTopImage.png);
    background-position:right top;
    background-repeat:  no-repeat;
}
            
div#footerCon {
    background-color:   #a6d7dd !important;
}