/* Header Styles */

/* main picture */
#upper_left_ecdc_logo {		
	position:absolute;
	left:0px; 
	top:0px;
	width:614px; 
	height:171px; 
	z-index:3
}

/* Right side motive */
#upper_right_ecdc_logo {		
	position:absolute;
	left:493px; 
	top:0px;
	width:617px; 
	height:193px; 
	z-index:2
}

/* Center logo */
#location_icon {		
	position:absolute;
	left:500px; 
	top:60px;
	width:141px; 
	height:116px; 
	z-index: 1
}

/* center part  */
/* space for centre part */
#centre_body {
	position:absolute;
	left:200px;
	top:194px;
	width:576px;
	z-index:1;
}

/* text part */
#text {
	position:relative;
	left:21px;
	top:10px;
	width:535px;
	z-index:1;
	font-size: 13px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#text a 		{color: #003a80}
#text a:hover 	{color: #003a80; text-decoration:underline}
#text a:visited {color:#003a80}




.ECDC_Link {
	color: #0000FF;
	font-weight: bold;
	font-size: 16px;
}


/* Header with green background */
.news_header {
	font-family:Tahoma, verdana, arial, helvetica, sans-serif;
	font-size:14px;
	background-color:#bed898;
	height:22px;
	padding-right:21px;
	padding-left:21px;
	padding-top:2px;
	color: #000000;
	border-bottom: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	font-weight:bold;
}

