	
	body {
		margin:0px;
		padding:0px;
		background:#fff;
		font: 11px Helvetica, Verdana, Arial, sans-serif;
		text-align:left;
		background-image: url(../images/eurobk.gif);
		background-repeat: y-repeat;
		background-position:left top;
		}
		
	div { border:0px solid #999}	
		
	#wrapper {
	  	margin: 0 ;
  		width: 830px;
  		background: #fff;
  		text-align: left;
  		position: relative;
  		min-height: 100%; /* For Modern Browsers */
  		height: auto !important; /* For Modern Browsers */
  		height: 100%; /* For IE */
  		vertical-align:top;
  		background-color:transparent;
	}
	
	#leftcontent {
		position: absolute;
		left:0px;
		top:244px;
		width:135px;
		height:auto;
		z-index:3;
		}

	#centercontent {
   		margin: 0 200px 0 150px;
   		top:234px;
   		width:505px;
   		position: absolute;
   		z-index:2;
		}
		


	#centercontent img {
		margin:0 0 0 10px;
	}
	
	

	#rightcontent {
		position: absolute;
		right:0px;
		top:244px;
		width:155px;
   		border-left:1px solid #ccc; 
   		padding-left:9px;
   		text-align:center;
		}
	
	#rightcontent  p  {
		text-align:left;
	
	
	}

	#rightcontent  h6 {

		background:#bec3e2;
		border:5px solid #e0deed;
		font-size:13px;
		width:70%;
		padding:3px;
		margin:0 0 10px 10px
	
	}
	
	#rightcontent h6 a:hover 
	{
		color:#fff;
	}
	
	#rightcontent  p img  {
		text-align:center;
		margin-left:-13px;
	}	
	
	#banner {
		height:140px;
		width:100%;
		top:69px;
		background-color:none;
		position:relative;
		}
		
		
#banner p 
	{
	margin:0 0 0 -2px;
	}
		
	#logo {
		background-image: url(../images/logo1.gif);
		background-repeat: no-repeat;
		background-position:left top;
		height:69px;
		width:142px;
		top:0px;
		left:0px;
		position:absolute;
		}

#logo a {
		height:69px;
		width:142px;
	display:block;
	text-decoration:none;
	
}
#logo i
{
	color:#b97332;
	visibility:hidden;	
	position:absolute;
	top:64px;
	left:22px;

	}

		
	#strapline {
		background-image: url(../images/logo2b.gif);
		background-repeat: no-repeat;
		background-position:left top;
		height:69px;
		width:300px;
		top:0px;
		left:142px;
		position:absolute;
		}
		
		
	#languages {
		width:300px;
		height:69px;
		top:0px;
		right:0px;
		position:absolute;
		
		}
		
	#languages img {
		border:1px solid #ccc;
		margin:-4px 5px 0px 0;
		}	

	#languages p {
		margin:10px 20px 0px 0;
		color:#990066;
		font-size:11px;
		}	
	
		
	p {
		margin:0px 10px 10px 10px;
		text-align:left;
		color:#000;
		font-size:11px;
	    line-height:120%;
		}
		
	h1 {
		margin:0px 10px 10px 10px;
		font-size:21px;
		padding-top:10px;
		color:#990066;
		line-height:120%;
		}

	h2 {
		line-height:120%;
		font-size:18px;
		}	
		

	
	a   {
		font-family: arial, helvetica, sans-serif; 
		text-decoration:none; 
		color:#330099;}
	
	a:hover {
		color: #800040;
		text-decoration:underline;
		}
	
	hr {
		height:1px;
		background-color:#ccc;
		border:0px;
		text-align:center;
		width:100%;
		margin:10px;
		clear: both;
	}
	
	ul { list-style-position: outside; }
		
	 li {
		font-size:2;
		line-height:120%;
		margin:0 20px 3px 0px;
		list-style-type:default;
				font-size:11px;
		}
		
	li strong {
	color:#330099;
	}
	
	li a:hover 
	{
	color:#330099;
	}
	
/* Navigation */	
	
ul#nav
{
	float: left;
	width: 110px;
	z-index: 999;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 0px 0px;
	padding:0 0 10px 10px;
	display: block;
	height: auto;
	clear: both;
}

ul#nav li {
	list-style-type: none;
	list-style-position:outside;
	background-image: url(../images/arrowgrey.gif);
	background-repeat: no-repeat;
	background-position:0px 2px;
	position: relative;
	z-index: 999;
	float:left;
	display:block;
	padding: 2px 0px 2px 18px;
}

ul#nav li.nav1 {
	border: none;
}

ul#nav li.nav1 a:hover {
	background: none;
}

ul#nav li a
{
	text-decoration: none;
	margin: 0 0 0px 0px;
	vertical-align: middle;
	z-index: 998;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: left;
	width:110px;
	

}

ul#nav li a:hover {
 	text-decoration:underline;
 	width:120px;
}

ul#nav li ul
{
	display: none;
	position: absolute;
	background:#d8dede;
	top: 0px;
	left: 130px;
	z-index: 998;
	width:110px;
	padding:0px;
	margin:0px;
	width:140px;
}

ul#nav li ul li {
	height: 1%;
	z-index: 998;

}

ul#nav li ul li a {
	z-index: 998;

	padding-left:18px;
	margin-left:-18px;
	width:120px;

}

ul#nav li ul li ul {
	display:none;
	background: #c6d3d3;
	position: absolute;
	left:135px;
	top:0px;
	padding:0px;
	width: 140px;
	z-index: 999;
}

ul#nav li ul li ul li a {
	z-index: 0;
}

ul#nav li ul li ul li a:hover {
	background: none;
}

#nav li:hover ul ul {
    display:none; 
}

#nav li:hover ul, #nav ul li:hover ul {
    display:block;
}

#nav .active
{
	color:#990066;
	text-decoration:bold;
}


/* images formatting */

#rightcontent img {
	border:1px solid #ccc;
	margin:4px 0 4px 0px;
	}
	
#leftcontent img {
	border:1px solid #ccc;
	margin:10px 0 4px -10px;
	}

#column1 {
	float:left;
	width:230px;
	padding:10px 0 0 10px;
	}

#column2 {
	float:right;
	width:230px;
		padding:10px 0 0 10px;
	}


#centercontent #advert {
	width:495px;
	height:auto;
	padding:0px;
	border:2px solid #fff;
	margin:4px 0 4px 8px;
	text-align:center;
	color:#990066;
	background-color:#f5f5f5;
	}
	
#centercontent #advert p {
		color:#990066;
	}

#centercontent #advert h1 {
		font-size:14px;
	}

#centercontent h2 {
		font-size:19px;
		margin:10px 0 3px 10px;
		color:#990066;
	}
	
#centercontent h5 {
		font-size:11px;
		margin:10px 0 3px 10px;
		color:#990066;
	}
	
	#centercontent h4 {
		font-size:13px;
		margin:10px 0 15px 10px;
		color:#330099;
		font-style:italic;
		font-weight:normal;
		line-height:130%;
	}
	
	#centercontent h6 {
	
		float:right;
		margin:-40px 10px 10px 0;
		color:#990066;
	}
	
	#centercontent h3 {
		font-size:15px;
		margin:10px 0 7px 10px;
		color:#990066;
	}
	

#centercontent	p {
		margin:0px 10px 10px 10px;
		text-align:justify;
		color:#000;
		font-size:11px;
	    line-height:120%;
		}
		
		
#centercontent h2 a:hover  {
		text-decoration:none;
	}
	
	#centercontent h3 a:hover  {
		text-decoration:none;
	}


#centercontent h2 a {
		color:#990066;
	}	
	
#centercontent h3 a {
		color:#990066;
	}
	
#centercontent #advert img {
	border:0px solid #ccc;
	margin:0px 0 0px 0px;
	}
	
#centercontent hr {
		height:1px;
		background-color:#ccc;
		border:0px;
		text-align:center;
		width:435px;
		margin:10px;
	}

#advert {
	width:86%;
	height:auto;
	padding:0px 5px 5px 5px;
	border:2px solid #fff;
	margin:4px 0 4px 0px;
	text-align:center;
	color:#990066;
	background-color:#f5f5f5;
	}
	
#advert p {
		color:#990066;
		text-align:center;

	}

#advert h2 {
		font-size:16px;
		line-height:120%;
	}
	
#advert h3 {
		line-height:110%;
		font-size:13px;
}
	
#advert p img {
	border:1px solid #ccc;
	margin:0px 0 0px -14px;
	}
	
#advert a {
	color:#990066;
}
	
	
#counters {
	width:135px;
	height:auto;
	padding:0px;
	margin: 0 0 0px 0px;
	text-align:center;
	color:#990066;
	}

#counters h1 {
	font-size:12px;
	margin:0px 0 4px 0;
	}
	
#counternumbers
{
	background-image: url(../images/alert_ticker.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 90%;
	height: 26px;
	color: #fff;
	font-weight: bold;
	margin:0 0 0px 12px;
	text-align:center;
}

#counternumbers h1 {
	color:#fff;
	letter-spacing:12px;
	padding:4px 18px 0px 8px;
	margin:0 0 0 1px;
	font-size:16px;
	}

#contact {
	width:135px;
	height:auto;
	margin:10px 0 0 2px;
	text-align:center;

	}
	
#contact p {
	line-height:120%;
	text-align:center;

	}
	
#contact h2 {
	color:#990022;
	font-size:12px;
	text-align:center;
	}
	
#contact p img {
	border:1px solid #ccc;
	margin:0px 0 0px -40px;
	text-align:center;
	}

#centercontent #footer {
	width:100%;
	float:left;
	height:auto;
	position:relative;
	margin:130px 0 0 0;
	border-top:1px solid #ccc;
	padding-top:10px;
	}

#centercontent #footer p {
	color:#999;
	}
	
dd {
	padding:0px 0 5px 150px;
	margin:-10px 0 0 0;

}

input {
	margin:-2px 0 0 0;
}

dt {
	margin:3px 0 0 10px;
	font-weight:bold;
}

.radio {
	margin:-10px 0 0 100px;
}

#centercontent .breadcrumb  {
	font-size:11px;
	margin:10px 0 0 5px;
	color:#cf75a2;
	font-weight:normal;
}