*{
	margin: 0;
	padding: 0;
}

body{
	color: #333;
	background: #fff;
	font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	min-width: 59.2em;
	text-align: center;
}

/* main layout containers */

#container{
	position: relative;	
	width: 59.2em;
	text-align: left;
	margin: 0 auto 0 auto;		
}

#containertwo{
	/*float: left;
	width: auto; - removed for Netscape 6*/
	clear: both;
}

/* global styles */

#columna a:link, #columna a:visited{
	color: #69C;
	font-weight: bold;
}

#columna a:hover{
	text-decoration: none;
}

h2 a, .pagetools a {
	color: #333 !important;
}

#header a:hover, #footer a:hover{
	text-decoration: underline;
}

/* for background images on brand and titles */

span{
	width: 0.1em;
	height: 0.1em;
	display: block;
	overflow: hidden;
}

/* header area */

#header{
	float: left;
	width: 100%;
	height: 71px; /* for Netscape 6 */
	padding-bottom: 69px;
	background: url(images/headerBg.jpg) no-repeat bottom left;
}

#header h1{
	float: left;
	width: 264px;
	height: 71px;
	background: url(images/brand.gif) no-repeat left;
}

#header h1 a{
	display: block;
	width: 264px;
	height: 71px;	
}

#header h2{
	float: right;
	width: 350px;
	height: 55px;
	background: url(images/supportNfer.gif) no-repeat left;	
}

#header h2 a{
	display: block;
	width: 210px;
	height: 50px;	
}

/* headers for the countries */

div.australia{
	background: url(images/headerBgAustralia.jpg) no-repeat bottom left !important;
}

div.brazil{
	background: url(images/headerBgBrazil.jpg) no-repeat bottom left !important;
}

div.canada{
	background: url(images/headerBgCanada.jpg) no-repeat bottom left !important;
}

div.england{
	background: url(images/headerBgEngland.jpg) no-repeat bottom left !important;
}

div.france{
	background: url(images/headerBgFrance.jpg) no-repeat bottom left !important;
}

div.germany{
	background: url(images/headerBgGermany.jpg) no-repeat bottom left !important;
}

div.hungary{
	background: url(images/headerBghungary.jpg) no-repeat bottom left !important;
}

div.ireland{
	background: url(images/headerBgIreland.jpg) no-repeat bottom left !important;
}

div.italy{
	background: url(images/headerBgItaly.jpg) no-repeat bottom left !important;
}

div.japan{
	background: url(images/headerBgJapan.jpg) no-repeat bottom left !important;
}

div.korea{
	background: url(images/headerBgKorea.jpg) no-repeat bottom left !important;
}

div.netherlands{
	background: url(images/headerBgNetherlands.jpg) no-repeat bottom left !important;
}

div.newZealand{
	background: url(images/headerBgNewZealand.jpg) no-repeat bottom left !important;
}

div.northernIreland{
	background: url(images/headerBgNorthernIreland.jpg) no-repeat bottom left !important;
}

div.scotland{
	background: url(images/headerBgScotland.jpg) no-repeat bottom left !important;
}

div.singapore{
	background: url(images/headerBgSingapore.jpg) no-repeat bottom left !important;
}

div.spain{
	background: url(images/headerBgSpain.jpg) no-repeat bottom left !important;
}

div.sweden{
	background: url(images/headerBgSweden.jpg) no-repeat bottom left !important;
}

div.switzerland{
	background: url(images/headerBgSwitzerland.jpg) no-repeat bottom left !important;
}

div.usa{
	background: url(images/headerBgUSA.jpg) no-repeat bottom left !important;
}

div.wales{
	background: url(images/headerBgWales.jpg) no-repeat bottom left !important;
}

/* top menu in header */

ul#topmenu{
	float: right;
	width: auto;
	height: 1.19em; /* for Netscape 6 */
	list-style: none;
	line-height: 1.1em;	
}

html>body ul#topmenu{
	width: 35.4em;
}

ul#topmenu li{
	float: left;
	height: 1.19em;
	display: block;
	background: #BBD1E8;
	border-right: 1px solid #fff;
}

ul#topmenu li.first{
	padding-left: 19px;
	background: #BBD1E8 url(images/navBgLeft.gif) no-repeat left;
}

ul#topmenu li.last{
	padding-right: 19px;
	background: #BBD1E8 url(images/navBgRight.gif) no-repeat right;
}

ul#topmenu li a{
	/*width: 86%; - removed for IE 5*/
	color: #333;
	font-size: 0.7em;	
	text-decoration: none;
	padding: 0 1.2em 0 1.2em;	
}

/* global content styles */

h1#pageheader{
	clear: both;
	width: 758px;	
	height: 40px;	
	border-bottom: 1px solid #69c;	
}

body#home h1#pageheader{
	background: url(images/h1HeaderHome.gif) no-repeat;
}

body.education h1#pageheader{
	background: url(images/h1HeaderEducation.gif) no-repeat;
}

#columna h2{
	margin-bottom: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;	
	font-weight: normal;
}

#columna h2 a{
	font-weight: normal !important;
}

#columna p{	
	margin: 0 0 1em 0;
}

#columna hr{
	border-top: 1px solid #69c;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

/* features styles */

#features{
	width: 17.22em;
	padding-top: 0.2em;
	background: #BBD1E8 url(images/featureTop.gif) no-repeat top;
}

body#country #features{
	background: #BBD1E8 url(images/featureTopCountry.gif) no-repeat top;
}

#features a:link, #features a:visited{
	padding: 0.3em 0 0.3em 2.2em;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	display: block;
	width: 89%;	
}

#features a:hover{
	text-decoration: underline;
}

#features dl{
	font-size: 0.85em;
	padding-bottom: 0.4em;
	background: #BBD1E8 url(images/featureBottom.gif) no-repeat bottom;	
}

#features dt{
	border-top: 1px solid #fff;
}

#features dt#countryArchives{
	border-top: none;
	border-bottom: 1px solid #fff;
	margin-bottom: 0.5em;
}

#features dt#countryArchives a{
	background: url(images/bulletCountryArchives.gif) no-repeat left;
}

#features dt#compTables a{
	background: url(images/bulletCompTables.gif) no-repeat left;
}

#features dt#themProbes a{
	background: url(images/bulletthemProbes.gif) no-repeat left;
}

#features dt#themStudies a{
	background: url(images/bulletthemStudies.gif) no-repeat left;
}

#features dt#searchINCA{
	background: url(images/bulletsearchINCA.gif) no-repeat left;
}

#features dd{
	margin: 0 0.2em 0.7em 0.7em;	
}

#features form{	
	margin: 0.7em 0 0.7em 0;	
}

#features form fieldset{
	border: none;
}

#features form legend{
	display: none;
}

#features form select{
	width: 97%;
	font-size: 1em;
	margin: 0 0 0.6em 0;
}

#features form input.button{	
	width: auto;	
}

/* footer area */

ul#footer{
	width: 100%;	
	clear: both;	
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0.7em 0 0.3em 0;	
	border-top: 1px solid #999;
}

ul#footer li{
	display: inline;
	list-style: inside;
	font-size: 0.75em;
}

ul#footer li a{		
	color: #333;
	text-decoration: none;
	padding: 0 0.3em 0 0;
	border-right: 1px solid #333;
}

ul#footer li.last a{
	border: none;
}

.countryList .countryListItem {
    width: 150px;
    float: left;
}

.countryListItem {
    list-style: none;
}
