BODY {
	background-color: #707070;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color:#000000;
	background-image: url(images-2010/2010-header-background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
}

HR {
	color: #FB3F3F;
	height: 1px;
	width: 80%;
}

/* this group sets the normal link colors */

A:LINK {
	color: #FB3F3F;
	text-decoration: underline;
	font-weight: bold;
}
A:VISITED {
	color: #FB3F3F;
	text-decoration: underline;
	font-weight: bold;
}
A:HOVER {
	color: #FB3F3F;
	text-decoration: none;
	font-weight: bold;
}
A:ACTIVE {
	color: #FB3F3F;
	text-decoration: underline;
	font-weight: bold;
}

.globalbar {
	background-color: #66C2AA;
	color: #000000;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 3;
	padding: 10;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040
}

.globalbar A:LINK {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
}
.globalbar A:VISITED {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
}
.globalbar A:HOVER {
	color: #FB3F3F;
	text-decoration: underline;
	font-weight: bold;
}
.globalbar A:ACTIVE {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
}
.content-black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.content-black-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.content-black-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.black-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.header-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #66C2AA;
	font-weight: bold;
}
.table-thin {
	border: thin solid #66C2AA;
	width: 100%;
}
.globalbar-lower-case {
	background-color: #FFFFFF;
	color: #66C2AA;
	text-align: center;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 3;
	height: 20px;
	padding: 0;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040
}
.content-red-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FB3F3F;
	font-weight: bold;
}
#email {
	width: 100%;
	margin-top: 50px;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #66C2AA;
	font-weight: bold;
}
.venue {
	margin: 5px 5px 25px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #F15F5F;
	border-right: 3px solid #F15F5F;
}
.venue-number {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	margin: 5px 5px 5px -10px;
	font-size: 12px;
	clear: both;
	background-color: #E55A5A;
}
.restaurant {
	margin: 5px 5px 25px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #F9A531;
	border-right: 3px solid #F9A531;
}
.restaurant-number {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F9A531;
	padding: 3px;
	margin: 5px 5px 5px -10px;
	clear: both;
}
.event-time {
	font-weight: bold;
	color: #66C2AA;
	padding-left: -10px;
	margin-left: -10px;
}
blockquote {
	margin-left: 30px;
}
.address1 {
	font-weight: bold;
	color: #707070;
	margin-left: 10px;
}
.right {
	float: right;
}
