body {
	background-color: #C6DBEC;
	margin: auto;
	background-image: url('gfx/bodybg.gif');
	background-repeat: repeat-y;
	background-position: center;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
	vertical-align: bottom;
}

div.column {
	float: left;
}
div.content {
	color: #1A2A58;
	line-height: 1.45em;
	margin-bottom: 3px;
}

a {
	color: #1C77C3;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-family: trebuchet ms;
	color: #1C77C3;
	font-size: 1.4em;
	margin: 10px 0px 0px 10px;
}
h2 {
	margin: 10px 0px 0px 0px;
	background-color: #1C77C3;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 10px;
	line-height: 19px;
}
h3 {
	margin: 10px 0px 0px 0px;
	background-color: #233875;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 10px;
	line-height: 19px;
}
div.left h3 {
	margin-top: 1px;
}
/*div.page h2, div.page h3 {
	margin-left: 1px;
}*/
p {
	margin: 10px 10px 0px 10px;
	color: #1A2A58;
	line-height: 1.45em;
}

ul.clear, ul.clear_news {
	list-style-type: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}
ul.clear li, ul.clear_news li {
	line-height: 1.45em;
	color: #1A2A58;
}
ul.clear a {
	color: #1A2A58;
	text-decoration: none;
}
ul.clear a:hover {
	color: #1C77C3;
}


a.headline {
	text-decoration: none;
	font-weight: bold;
}

/* header */
div#header {
	border-bottom: solid 4px #1C77C3;
	height: 65px;
	background-image: url('gfx/headerbg.gif');
	background-repeat: repeat-x;
}
div#headerContainer {
	margin: auto;
	width: 780px;
	position: relative;
}
div#headerContainer img#logo {
	position: absolute;
	top: 20px;
}
div#headerContainer div#topnav {
	position: absolute;
	right: 0px;
}
div#headerContainer div#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#headerContainer div#topnav ul li {
	float: left;
	height: 65px;
}
div#headerContainer div#language {
	position: absolute;
	right: 1px;
	top: 68px;
}
div#headerContainer img {
	margin-left: 1px;
}

div#siteContainer {
	width: 780px;
	margin: auto;
	background-color: #FFFFFF;
}

/* Left nav */

div.leftnav {
	background-image: url('gfx/intro_light.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 285px;
	padding: 10px 0px 2px 0px;
}
div.leftnav ul {
	margin: 0px;
	padding: 3px 5px 0px 10px;
	list-style-type: none;
}
div.leftnav li {
	font-weight: bold;
	margin-top: 5px;
}
div.leftnav ul.sub {
	padding-left: 2px;
}
div.leftnav ul.sub li {
	font-weight: normal;
	margin-top: 1px;
	background-image: url('gfx/arrow.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
div.leftnav a {
	text-decoration: none;
	color: #000000;
}
div.leftnav a:hover {
	color: #233875;
}

/* News list overview */

ul.list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	border-top: dashed 1px #C6DBEC;
}
ul.list li {
	margin: 0px;
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 2px 5px 4px 10px;
	border-bottom: dashed 1px #C6DBEC;
}

ul.list div.left {
	float: left;
	width: 120px;
}
ul.listdiv.right {
	float: right;
	text-align: right;
}

/* Footer */

div#footer {
	border-top: solid 1px #C6DBEC;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	color: #5A6A98;
	font-size: 0.9em;
	line-height: 1.3em;
}
div#footer a {
	color: #56638A;
	text-decoration: none;
}