body {
	background: #1e7fb8;
	color: #FFF;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:visited {
	color: #FFF;
}

.container {
	width: 750px;
	margin: 0px auto;
}

p {
	margin: 0px 0px 7px 0px;
}
.banner {
	width: 100%;
	height: 92px;
	

}

h3 {
	margin: 10px 0px 0px 0px;
}

h1 {
	margin: 0px 0px 10px 0px;
}

.banner h1 {
	background: url(who_logo_en.gif) top left no-repeat;
	width: 212px;
	height: 65px;
	float: right;
	margin: 10px 30px 10px 0px;
}
.banner h1 span {
	display: none;
}

.collumn1 {
	float: left;
	width: 200px;
	margin-top: 60px;
}
.collumn2 {
	float: right;
	width: 520px;
}

a .highlight {
	text-decoration: none;
	color: #FFF;
}
.highlight {
	border: 3px solid #FFF;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	background: #000080;
	xpadding-top: 65px;
}
/*.highlight p.highlight01 {
	margin-left: 260px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}*/
.highlight p {
	margin: 5px;
	
}

.principles {
	font-size: 130%;
}
.principles li {
	margin-top: 20px;
}

.links li {
	list-style: none;
	display: inline-block;
	width: 350px;
}

.right {
	text-align: right;
}