/*
CSS for research website
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
	padding: 15px;
}

h1{
	
	font-size: xx-large;
	padding-top: 2em;
	margin: 0;

}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: navy;
}

h3{
line-height: 100%;
}

ul {
	font-size: medium;
	list-style:none;
	width: 100%;
	margin: 0;
	padding-left: 4px;
}


h2{
	font-size: x-large;
	font-weight: normal;
}


p{
	font-size: 11pt;
	width: 700px;
}

h1{
	padding: 10px;
}

#navigation {
	/*background-color:#ADD8E6;*/
	color: navy;
	font-weight: bold;
	line-height: 200%;
	width: 700px; 
	height:50px;
}

#news {
	background-color:#C0C0C0;
	color: navy;
	line-height: 100%;
	width: 150px; 
	height:600px;
        top: 120px;
        left: 580px;
}

#news li
{
	font-size: small;
	list-style:none;
	width: 95%;
	margin: 0;
	padding-left: 4px;
}

#news p{
	width: 95%;
        padding: 3px;
}

#navigation li
{
display: inline;
list-style-type: none;
padding-right: 50px;
}

a:visited {
	color:navy;
}

#navigation, #bodycontent, #header, #news {
position: absolute;
}

#bodycontent {
top: 107px;
}

#navigation {
top: 80px;
} 



#header {
width: 100%;
}

#publicationlist li{
	margin-top: 1em;

}

.photos img{
	border: 15px solid white;
	padding-bottom: 20px;
	border-bottom: 1px solid navy;
	margin-bottom: 10px;
}

.photos ul{
	line-height: 200%;

}

.photos a{
	color: navy;
 	text-decoration:none;
	
}

.pictureborder {
	border-width: 1px;
	border-style: solid;
	border-color: navy;
	border-right: none;
	border-left: none;
        width: 550px;
}



