html {
	height:100%;
}
body {
	text-align: center;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	font-family: verdana; font-size: 12px; color: #000000;
	background-color: #e2dfdf;
	height: 100%;
}

div#root {
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
}

div#root div#header {
	position: relative;
	width: 100%;
}

div#root div#splitline {
	position: relative;
	width: 100%; height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #eeeeee;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #aaaaaa;
}

div#top-bar-lang {
	position:absolute;
	top: 1px;
	left: 0;
	float:left;
	height:23px;
	width:100px;
}

div#flags {
	padding:4px 0 0 30px;
}

div.flag_item {
	float:left;
	padding:0 2px 0 0;
	width:24px;
	text-align: left;
}

div#root div#content_wrapper {
	position: relative;
	width: 100%;
	height:100%;
	background-color: #ffffff;
}

div#root div#content_wrapper div#navigation {
	position: relative;
	float: left;
	width: 200px;
	height:100%;
	min-height: 100%;
	background-color: #c2d2f6;
	padding-bottom: 10px;
	padding-top:20px;
}

div#root div#content_wrapper div#navigation div#navigation_text {
	position: relative;
	left: 30px;
	width: 170px;
	height:100%;
}

div#root div#content_wrapper div#content {
	position: relative;
	float: left;
	width: 700px;
	height:100%;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}

div#root div#content_wrapper div#content div#content_text {
	position: relative;
	width: 620px;
	height:100%;
	text-align: justify;
	margin-right: auto; margin-left: auto;
}

div#root div#footer {
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center; font-size: 10px;
	background-color: #eeeeee;
	border-top: 1px solid #aaaaaa;
}
table {
 font-size: 95%;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
 line-height: 1.2em;
}
caption {
 font-size: 30px;
 font-weight: bold;
 color: #002084;
 text-align: left;
 padding: 10px 0px;
 margin-bottom: 2px;
 text-transform: capitalize;
}
thead th {
 border-right: 2px solid #fff;
 color:#fff;
 text-align:center;
 padding:2px;
 height:25px;
 background-color: #c2d2f6;
}
tfoot {
 color:#002084;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #c2d2f6;
 border-bottom: 6px solid #c2d2f6;
}
tbody tr {
 background-color:#fff;
}
tbody td {
 color:#002084;
 padding:5px;
 text-align:left;
 border-bottom: 2px solid #c0c0c0;
}
tbody th {
 text-align:left;
 padding: 2px;
}
tbody td a, tbody th a {
 color:#002084;
 text-decoration:underline;
 font-weight:normal; 
}
tbody td a:hover, tbody th a:hover {
 text-decoration:none;
}
table p {
  margin: 0;
  padding: 0;
}