@charset "utf-8";
/* CSS Document */

body {
	background: white;
	font-size: 12px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:0;
	}
		
	img, fieldset, hr { border:0; }
	dl, dd, dt {	
		margin:5pt 0;
		padding:0;
		}
	table tr th {
		text-align:left;
		}
	
	.clearfix:after {
		content:".";
		display:block;
		clear:both;
		visibility:hidden;
		line-height:0;
		height:0;
		}
		.clearfix { display:inline-block; }
		html[xmlns] .clearfix { display:block; }
		* html .clearfix { height:1%; }
			
	#header p span, #mainNav, #grid_4, .no-print {
		display: none;
		}
		.pageContent .float-left {
			width:260px;
			float:left;
			}
		.pageContent img {
			float:left;
			}
		.pageContent h3 {
			clear:left;
			}
			
	dl.event-details dt {
		font-weight:bold;
		float:left;
		width:50px;
		clear:left;
		}
		dl.event-details dd {
			width:150px;
			float:left;
			}
