/********* Top_nav.css *****************/

/************** css start ***************/
                         
/************* HTML tag stuff ***************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

/*********** Top Nav stuff ************/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#topnav{
	font: 85% Verdana,sans-serif;
	position: absolute;
	top: 100px;
	right: 5px;
	color: #006699;
	float: right;		
}

#topnav a{
	color: #006699;
	
}

#topnav a:hover{
	text-decoration: underline;
}

#topL_img{
	position: absolute;
	left: 0px;
	padding: 0px;
	right: 0px; 
	top: 0px;
	float:left;	 
}

#cent_img{
	position: absolute;
	left: 300px;
	padding: 5px;
	right: 0px; 
	top: 0px;
	width:50px;
}

#topR_img{
	right: 0px;
	top: 0px;
	height: auto;
	float: right;
	 
}


/**************** css end ******************/
