.meeting_year {
	margin: auto;
	clear: both;
	width: 725px;
	left: auto;
	right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFCC00;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
}
html>body .meeting_year {
	width: 715px;
}

.meeting_content {
	position: relative;
	margin: auto;
	clear: both;
	width: 725px;
	left: auto;
	right: auto;
	background-color: #FFFFFF;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.meeting_content:hover {
	background-color: #999999;
}
.meeting_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 200px;
	text-align: center;
	position: relative;
	padding: 3px;
}
.meeting_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	width: 500px;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-top: 3px;
	padding-bottom: 8px;
}
.meeting_info a {
	color: #003399;
	text-decoration: none;
}
.meeting_info a:hover {
	color: #990000;
	text-decoration: underline;
}

.meeting_topic {
	font-weight: bold;
	display: block;
	text-align: center;
	position: relative;
}
.meeting_tagline {
	display: block;
	text-align: center;
	position: relative;
	font-style: italic;
}
.meeting_presenter {

	display: block;
	text-align: center;
	position: relative;
}
