#leftbox {
	padding: 15px;
	height: 600px;
	width: 500px;
	margin-left: 20px;
	float: left;
}

.StrongBig {
	color: #FF3300;
	font-size: 18px;
	font-weight: bold;
}
.underline {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: underline;
}
.eventName {
	font-size: 36px;
	font-weight: bolder;
	color: #FF6600;
	text-decoration: underline;
}
.eventName2 {
	font-size: 24px;
	font-weight: bold;
	color: #FF3399;
}
.normal12 {
	font-size: 12px;
	font-weight: normal;
}
.blackBig {
	font-size: 20px;
	font-weight: bold;
}
.red {
	font-size: 12px;
	font-weight: normal;
	color: #FF3300;
}
.normal14 {
	font-size: 14px;
	font-weight: normal;
}
.strong14 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0099;
}
#content {
	height: 510px;
}
.blue {
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}
#rightbox {
	float: left;
	height: 350px;
	width: 260px;
	padding: 10px;
	margin-left: 20px;
}
.color14 {
	font-size: 14px;
	font-weight: normal;
	color: #660000;
}
#rightbox table {
	border: 2px dotted #FFCC66;
}
#content {
	height: 900px;
	width: 900px;
}

