/* @override http://ober.bsd.uchicago.edu/style.css */

* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #000;
color: #444;
font: 13px Arial, Verdana, Tahoma, sans-serif;
line-height: 17px;
}

img {border: none;}

a{ color: #71B1E0; text-decoration: none; }
a:hover {  color: #000; }

#wrap {
width: 1020px;
padding: 10px;
background: #fff;
margin: 10px auto;
}

p {
margin-bottom:1em;	
}

#header {
height: 80px;
line-height: 30px;
background: url(head.jpg) no-repeat;
background-position: center;
}
#header h1 { 
font-size: 50px;
letter-spacing: -1px;
padding: 20px 0 0 10px;
color: #CC1D44;
}
#header h1 a { 
color: #77B4E2;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
}
#header h2 { letter-spacing: -1px; padding: 0 0 0 16px; font-size: 29px; color: #CC1D44; }

#headermenu {
height: 60px;
background: #C7CFDA url(header.gif) round;
line-height: 60px;
}
.headerm { 
padding: 0;
text-transform: uppercase;
font-weight: 100;
}
.headerm li {
float:left;
list-style-type:none;
}
.headerm li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #fff;
letter-spacing:1px;
letter-spacing: -1px;
font-size: 19px;
}
.headerm li a:hover {
color:#000;
text-decoration:none;
background-color: #94C4EB;
outline: 1px groove black
}



.left {
margin-top: 10px;
float: left;
width: 200px;
line-height: 15px;
}
.left h2 {
margin-top: 10px;
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
line-height: 30px;	
background: #000 url(menuh2.gif) no-repeat;
height: 30px;
color: #fff;
padding-left: 10px;
}
.left ul  {
color: #aaa;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 10px;
text-decoration: none;	
list-style-type:none;	
}
.left ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.left ul a {
font-weight: 600;
color: #71B1E0;
}
.left ul a:hover { color : #333; }
.left ul ul a{
	font-weight: normal;
	color: #aaa;	
}




.middle { 
	margin-top: 10px;
	float: left;
	width: 600px;
	margin-left: 10px;
	line-height: 20px;
}
.middle h2 {
	font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
	color: #fff;	
	background: #000 url(contenth2.gif) no-repeat;
	margin-bottom: 5px;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	clear: both;
}
.middle h2 a {
	color: #fff;
}
.middle h2 a:hover {
	color: #000;
}
.middle ul {
	padding-left: 2em;
}

.pub_title {
	font-weight: bold;
	font-size: 13px;
	}
.pub_authors {
	color: #929292;
	font-size: 11px;
}
.pub_info {
	font-size: 11px;
}

div.peoplegroup {
	text-align: left;
    margin-top: 2%;
}
/*div.person-left {
	width: 260px;
	float: left;
}
div.person-right {
	width: 260px;
	float: right;
}
*/
div.person-entry {
    height: 100%;
	  display: flex;
	  align-items: center;
}
div.person {
	width: 68%;
	height: 100%;
	margin: 2%;
}
div.person:first-line {
	font: bold 12pt Verdana, 'Trebuchet MS', Sans-serif;
}
img.person {
	width: 30%;
	float: right;
	border: thin solid black;
}

div.softwaresection {
	margin-bottom: 16px;
}


.right {
margin-top: 10px;
float: right;
width: 200px;
}
.right h2 {
margin: 10px 0 20px 0;
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
line-height: 30px;	
background: #000 url(menuh2.gif) no-repeat;
height: 30px;
color: #fff;
padding-left: 10px;
}

#footer { 
background: #222 url(footerbg.gif) no-repeat;
color: #eee;
margin-top:30px;
height: 40px;
line-height: 40px;
text-align: center;
}
#footer a {  color: #f7f7f7; text-decoration: none; }
#footer  a:hover { color: #000; }
