
.body {
	font-family:Sans-serif;	
	font-size:12;
	background-image: url(images/back_logo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;		
	background-color:#052b2b;
	
}
.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;

}
.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;
	color:#fff;	
	width:800px;
	height: 300px;	
	margin:auto;
	overflow:hidden;
	
	border-top-left-radius: 60px;
}
.container {
	display: flex;
	width: 800px;
	margin: auto;
	position:relative;
	top:-50px;
	box-shadow: 5px 0 5px -2px #000;


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


}
.empty {
	padding-top: 54px;
}
.sidebar {
	padding-right: 30px;
	width: 130px;
	position:relative;
	cursor:default;
	#color:#fff;
	
}
ul.menu {
	margin-left: 12px;
	padding-left: 12px;	
}

ul.menu > li {
	
	padding-bottom: 4px;
}
ul.menu > li {
	
	color:#265b5b;
	
}
ul.menu > li:hover {
	
	color:#fff;
	
}
ul.menu > li.selected {
	
	color:#fff;
}
ul.menu > li a {

	color:#669b9b;
}
ul.menu > li a.selected {

	color:#fff;
}
ul.menu > li a:hover {

	color:#fff;
}
ul.submenu {
	
	margin-left: 7px;
	padding-left: 7px;	
	list-style-type: square;
	color:#265b5b;
	
}

.content {	
	background-color:rgba(134, 185, 217, 0.1);
	color:#fff;	
	width:400px;	
	border-top-left-radius: 30px;
	padding-left: 10px;
	#box-shadow: 5px 0 5px -2px #000;

}
.sidecontent {
	background-color:rgba(134, 185, 217, 0.05);
	color:#fff;	
	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 {

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

}

a {
	text-decoration:none;
	color:#669b9b;
}
a:visited {
	color:#669b9b;
}
a:hover {
	color:#fff;

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