body{
	margin: 0;
	padding:0;
	font-family: Arial, Times New Roman,serif;
	font-size: 1em;
}
form{display:inline;}
img{border:0;}
a,a:visited,a:active{
	color: #6969C5;
}
a:hover{
	text-decoration: none;
}
p{
	margin: 1.2em 0;
}
#title{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4em;
	min-height: 55px;
	padding: 1em 2em;
	z-index:0;
	border-bottom: 1px dotted #6969C5;
}
#title h1{
	font-size: 2.5em;
	margin: 0;
	padding:0;
	padding-left: 0.5em;
	display:inline;
	position: relative;
	top: -10px;
}
#languageBar{
	position: absolute;
	right: 0;
	top: 4em;
	padding: 0 1em;
	text-align: right;
	z-index: 2;
}
#content{
	position: absolute;
	left: 0;
	right: 0;
	top: 6em;
	padding: 0 2em;
	text-align: justify;
}
#footer{
	position: absolute;
	bottom: -4em;
	left: 0px;
	right: 0px;
	border-top: 1px dotted #6969C5;
	border-bottom: 1px dotted #6969C5;
	padding: 0.4em 1em 0.4em 2em;
	background: #C9D7E0;
}
#footer img{
	float:left;
	margin: 0 5px;
	}
