/* 
 * This style sheet contains the styles for the Natural Language Processing Group's site at the University of Chicago.
 * April 2004 - Jonathon E. Cihlar
   Modified June 2008 - Sravana Reddy
 */

div.member{
    
}

img.member{
 float:left;
    border:1px solid black; 
    margin:10px;   
}


h3.member {

text-align: center;
font-size: 120%;
font-weight: bold;
color: #666666;
background-color: #FFFFFF;
border-bottom: thin solid #000000;
margin-left: 0%;
}

div {
	margin : 0;
	overflow : hidden;
}

div.navbar {
	position: absolute;
	 
	top: 2em;
	 
}
ul.navbar {
    position: absolute;
    top: 2em;
    left: 0em;
    
    width: 10em }


div.content {
	position: relative;
	top: 1 em;
	padding-left: 15em;

 
	width : 75%;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: visible;
}

div.news {
	float : right;
	width : 30%;
	background : #33FFCC;
	border : 1px solid black;
	margin-top : 3px;
	padding : 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	 
	font-size: 250%;
color: #0000FF;
background-color: #FFFFFF;
text-align: center;
; font-family: Georgia, "Times New Roman", Times, serif
}


h2 {
	font-family : Arial, Helvetica, sans-serif;
		font-weight : bold;
	 	margin-left: 1%;
	text-align: center;
	color: #0000FF;	
	background-color: #ABBFD6;
	font-size: 150%;
}


h3 {

text-align: center;
font-size: 120%;
font-weight: bold;
color: #666666;
background-color: #FFFFFF;
%border-top: thin solid #000000;
border-bottom: thin solid #000000;
margin-left: 0%;
}

p {
	font-family : Georgia, "Times New Roman", Times, serif;
	padding-left: 4em;

	font-size : medium;
	color : black;
	text-align : left;
	margin-left : 3%;
	padding : 0;
}

p.nav1 {
	font-size : medium;
	margin-left : 4%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.nav2 {
	font-size : small;
	margin-left : 12%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.nav3 {
	font-size : x-small;
	margin-left : 22%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
}

td.head {
	text-align : right;
	color : #800000;
	font-weight : bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	margin-left : 2%;
}

a {    color: #000099;
    text-decoration: none;


}

a.selected {
	background-color : #fff8f8;
	color : #500000;
}

a:hover {
    color: #0000FF;
    background: #FFFF00;
}.normal {  font-family: Georgia, "Times New Roman", Times, serif}

