
.body {
	font-family:Sans-serif;	
	font-size:12;
	background-image: url(images/back_logo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;		
	background-color:#AAA;
	
	
}
.headerlogo {	
	padding-left: 10px;
}
.overview {
	background-color:rgba(134, 185, 217, 0.1);
	padding: 4px;
	text-align:left;
}

.logos {
	padding-right: 20px;
	padding-left: 4px;
}
.funding {
	padding-top: 4px;
	padding-right: 2px;
	width: 98%;

}
.funding25 {
	padding-top: 4px;
        padding-right: 2px;
        width: 22%;
}
.funders {
	 text-align:center;
	 margin-left:auto;
     margin-right:auto;
}
.header{
	
  	
  	
     box-shadow: 5px 0 5px -2px #000;
	background-image: url(images/header_image.png);
	background-color:#000;
	
	width:1000px;
	height: 240px;	
	
	overflow:hidden;
	
	border-top-left-radius: 30px;
}
.container {
	display: flex;
	width: 1000px;
	
	position:relative;
	
	box-shadow: 5px 0 5px -2px #000;


}
.footer {
	color: #315a5a;
	width: 1000px;
	height: 20px;
	
	box-shadow: 5px 2px 5px -2px #000;
	position:relative;
	
	text-align: left;


}

.news-list li {
  margin-bottom: 10px;
}

.empty {
	padding-top: 54px;
}

ul.menu {
	margin-left: 12px;
	padding-left: 12px;	
}

ul.menu > li {
	
	padding-bottom: 4px;
}
ul.menu > li {
	
	color:#663b3b;
	
}
ul.menu > li:hover {
	
	color:#000;
	
}
ul.menu > li.selected {
	
	color:#000;
}
ul.menu > li a {

	color:#663b3b;
}
ul.menu > li a.selected {
	font-weight: bold;
	color:#000;
}
ul.menu > li a:hover {

	color:#000;
}
ul.submenu {
	
	margin-left: 7px;
	padding-left: 7px;	
	list-style-type: square;
	color:#265b5b;
	
}
.sidebar {
	background-color:rgba(255, 255, 255, 0.7);
	padding-right: 30px;
	width: 100px;
	cursor:default;
}
.content {	
	background-color:rgba(255, 255, 255, 0.8);
	color:#000;	
	width:670px;	
	
	padding-left: 10px;
	top:-50px;

}
.sidecontent {
	background-color:rgba(255, 255, 255, 0.7);
	color:#000;	
	padding-left: 4px;	
	width: 230px;
	
}
.construction {
	color:#c33;
	text-align: center;

}

h2 {

	padding-left:4px;
}
h3 {
	font-size:16;
	background-color:rgba(134, 185, 217, 0.1);
	padding-left: 4px;

}
.download {

 	width: 177px;
 	height: 48px;
 	display:block;
	position: relative;
	float: center;
	top: -66px;
	left: 134px;
 	background:transparent url('images/downloadbutton.png') center top no-repeat;
}
.download:hover {
	
	background-image: url('images/downloadbutton_hover.png');

}

a {
	text-decoration:none;
	color:#663b3b;
}
a:visited {
	color:#663b3b;
}
a:hover {
	color:#AA9;

}
.profile {
	width: 150px;
	height: 150px;
}
