
body {
	color: black;
	background: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 10px;
}

.header {
		background: white;
		height: 100px;
		top: 0px;
		padding: 0px 0px 0px 0px;
		width: 100%;
		font-family: Arial !important; font-weight: bold }


.header h2 {
	color: #0F4D92 !important;
	font-size: 3em;
	font-family: TimesNewRoman, serif;
}
.nav {
	float: right;
	text-align: right;
	padding: 45px 0px 0px 0px;
	color: black !important;
}

.wrapper {
	border-top: 2px solid black;
	border-bottom: 1px solid black;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 960px;
	margin: 0px auto; background-image: url("../images/Home Background.png");
 background-size: 561px 400px;	background-position: 30px 10px;
	background-repeat: no-repeat;
}

.content {
	border-top: 2px solid black;
	
}

.projects {
	padding-top: 10px;
	line-height; 1.4em;
	text-align: left;
	font-size: 0.9em;
	text-align: middle;

}

.people {
	border-top: 2px solid black;
	padding-top: 30px;
	line-height; 1.4em;
	text-align: left;
	font-size: 0.9em;
	text-align: middle;

}

.publications {
	text-align: left;
}
.footer p {
	border-top: 2px solid black;
	padding-top: 10px;
	text-align: right;
	font-size: 0.9em;
} 



h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
		text-align: center;
	color: black;
}

a {
	color: black;
	text-decoration: none;
}

a.visited {
	color: black;
}

.header a:hover {
color: gray; 
text-decoration: none; 
}

.footer a:hover {
color: gray; 
text-decoration: none; 
}

.wrapper a:hover {
color: gray; 
text-decoration: none; 
}

.briefs a:hover {
color: gray; 
text-decoration: none; 
}

ul {
	list-style-type: none;
}

p {
	line-height: 1.4em;
	text-align: justify;
}

l {
color:blue;
text-decoration:underline;
}



