
table.mainTable {
	margin-top: 50px;
	width: 685px;
}

table.mainTable td.main {
	vertical-align: top;
}

div.mainImage {
	text-align: center;
	margin-top: -15px;
}

div.scheduleIcon {
	margin-bottom: 22px;
}


div.articleTitle {
	font-weight: bold;
	color: darkcyan;
}
div.activityTitle {
	font-weight: bold;
	color: #990;
}
div.articleBody, div.activityBody {
	margin-bottom: 16px;
}

div.mainImage a {
	position: absolute;
	height: 140px;
	margin-top: 247px;
	z-index: 2;
	display: block;
	background: url(none);
	left: 11px;
}



div.mainImage a.reg {
	width: 236px;
	margin-left: -4px;
}
div.mainImage a.reg:hover {
	background: url(blue-rollover.png) bottom no-repeat;
}

div.mainImage a.session {
	width: 234px;
	margin-left: 228px;
}
div.mainImage a.session:hover {
	background: url(pink-rollover.png) bottom no-repeat;
}

div.mainImage a.travel {
	width: 232px;
	margin-left: 459px;
}
div.mainImage a.travel:hover {
	background: url(yellow-rollover.png) bottom no-repeat;
}

div.mainText
{
	text-align: left;
	position: absolute;
	margin-top: 231px;
	margin-left: 5px;
	font-size: 9pt;
	font-weight: bold;
}
div.mainTwoLine
{
	text-align: left;
	position: absolute;
	margin-top: 216px;
	margin-left: 5px;
	font-size: 9pt;
	font-weight: bold;
}