/* CSS Document */



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;	
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #0000FF;
}
#header, #footer a:link, a:visited {
		color: #ffffff;
		text-decoration: none;	
}


.orangelink a:link, a:hover, a:visited {
	color: #ffffff;
	text-decoration: underline;
}


#header, #footer a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#footer {
	margin-top: 10px;
}

table {
	background-color: #14479a;
	border: 0px;
	border-style: none;
	margin: 0;
	padding: 0;
}

#header, #footer {
	background-color: #14479a;
	font-size: 110%;
	font-style: normal;
	font-weight: bolder;
	color: #ffffff;	
}

#middle {
	background-color: #ffffff;
}
	
#photo {
	width: 73px;
	height: 90px;
	border: 2;
	border-color: #da8d12;
}

#title {
	font-size: 110%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #14479a;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
}

#title a:link {
	color: #DA8D12;
	text-decoration: none;	
}
#title a:visited {
	color: #DA8D12;
}
#title a:hover {
	color: #DA8D12;
	text-decoration: underline;
}

#level {
	font-size: 90%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #009900;
	text-decoration: none;
	margin-left: 10px;
	margin-bottom: 10px;
}

#speaker {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

#job, #company{
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

#date {
	font-size: 100%;
	font-style: normal;
	font-weight: bolder;
	color: #14479a;
	padding-top: 10px;
	padding-left: 10px;
}

#time {
	font-size: 100%;
	font-style: normal;
	font-weight: bolder;
	color: #14479a;
	padding-left: 10px;
}

#abstract {
	font-style: normal;
	font-size: 80%;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-color: #14479a;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#abstract p, #bio p {
	margin-top: 0px;
	padding-top: 0px;
}

#bio {
	font-style: oblique;
	font-size: 80%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	padding-bottom: 10px;
}

.leftimage {
	margin: 0 10px 10px 10px;
	border: 0px;
	float: left;
}

.rightimage {
	float: right;
	margin: 0 0 10px 10px;
	border: 0px;
}

.clearit {
	display: block;
	clear: both;
}
.withroman {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: lower-roman;
}
.alpha {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: lower-alpha;
}
.biolink a:link {
	color: #0000FF;
	text-decoration: none;	
}
.biolink a:visited {
	color: #0000FF;
}
.biolink a:hover {
	color: #0000FF;
}