#eventTable { vertical-align: top; }

#oai_eventList
{
	position: relative;
		top: 0px;
		width: 252px;
}

	#oai_eventList h1
	{
		margin: 1px 2px 8px 2px; padding: 0 0 0 4px;
		background-color: #e7ccb6;
		display: block;
		height: 23px; width: 244px;
		font: bold 13px/23px Arial;
			color: #952c03;
	}
	
		#oai_eventList .articleRow
		{
			width: 235px; height: auto;
			margin: 0px auto 15px auto;
			text-align: left;
			font: 12px/14px Arial;
				color: #333;
		}
			#oai_eventList .articleRow h2
			{
				display: inline;
					padding: 0px; margin: 0px;
				font: bold 12px/18px Arial;
					color: #952c03;
			}
			#oai_eventList .articleRow h3
			{
				display: inline;
					padding: 0px; margin: 0px;
				font: bold 12px/18px Arial;
					color: #0e0e0e;
			}
			
			#oai_eventList .articleRow a:link, #oai_eventList .articleRow a:visited
			{
				text-decoration: none; color: #ca6b37;
			}
			#oai_eventList .articleRow a:hover, #oai_eventList .articleRow a:active
			{
				text-decoration: none; color: #952c03;
			}