body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	margin: 25px;
	width: 900px;
}

.column {
	float: left;
}

#banner {
	height: 146px;
	border: 2px solid #EEEEEE;
	width: 896px;
}

#picture {
	height: 146px;
	width: 146px;
	float:left;
}

#title {
	font-size: 30px;
	color: #993333;
	font-weight: bold;
	margin: 20px;
}

#location {
	font-size: 15px;
	color: #5c5c5c;
	font-weight: normal;
	line-height: 14px;
	margin: 20px;
}

#main {
	margin-top: 10px;
	margin-left: 77px;
}

#col1 {
	float: left;
}

#col2 {
	float: right;
}

#col3 {
	float: left;
}

#col4 {
	float: right;
}

.section {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

.heading {
	clear: left;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 15px;
}

.stripe {
	background-color: #FFFFFF;
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.photo {
	float: left;
	height: 75px;
	width: 75px;
}

.name {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	background-color: #F3F3F0;
	width: 280px;
	height: 35px;
	border: 20px solid #F3F3F0;
}

.name2 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	background-color: #F3F3F0;
	width: 375px;
	height: 35px;
	border: 10px solid #F3F3F0;
}

.lead {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	background-color: #F3F0F0;
	width: 280px;
	height: 35px;
	border: 20px solid #F3F0F0;
}


.pub {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	background-color: #F0F0F3;
	width: 280px;
	height: 35px;
	border: 20px solid #F0F0F3;
}

.res {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	background-color: #F0F3F0;
	width: 280px;
	height: 35px;
	border: 20px solid #F0F3F0;
}

.info {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

#publications {
	margin: 25px;
	margin-left: 50px;
	margin-top: 50px;
	padding: 10px;
}

.year {
	float:left;
	clear:left;
	margin-right: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #000000;	
}

.ref {
	float:left;
	width: 90%;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

#foot {
	margin: 50px;
	clear:left;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}



a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

a:link {
	text-decoration: none;

}

a:visited {
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

