/* HTML */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(../_images/bg-bar.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
p, h1, h2 {
	padding-top: 0;
	margin-top: 0;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}

/* Navigation */

div.navName {
	padding: 0;
	margin: 0 0 7px 0;
}

/*  */

.SmallText {
	font-size: 10px;
	line-height: 13px;
}

/* Containers */

#Header {
	position: absolute;
	left: 0;
	top: 0;
	width: 352px;
	height: 187px;
}
#Nav {
	position: absolute;
	left: 30px;
	top: 220px;
	width: 150px;
}
#Content {
	position: absolute;
	left: 234px;
	top: 222px;
	width: 754px;
	margin: 0 30px 0 0;
}
#ColumnLeft {
	float: left;
	width: 350px;
}
#ColumnRight {
	float: left;
	width: 350px;
}
#ColumnSpacer {
	float: left;
	width: 40px;
}
div.event {
	width: 590px;
	padding: 8px 0 0 0;
	margin: 24px 0 36px 0;
	border-top: 1px solid #000000;
}
div.eventText {
	float: left;
	width: 350px;
}
div.eventImage {
	float: left;
	width: 200px;
}
div.eventSpacer {
	float: left;
	width: 40px;
}
div.clear {
	clear: both;
}

