@charset "UTF-8";
/* CSS Document */

body {
	background-color: #83C77C;
	font-family: Helvetica, Arial, sans-serif;
	}

hr {
	background-color: #5C5476;
	color: #5C5476;
	height: 10px;
	margin-bottom: 10px;
	}

table {
	text-align: center;
	padding-top: 10px;
	}

#container {
	position: absolute;
	border: none;
	background-color: #c7da5d;
	width: 770px;
	top: 0px;
	padding: 10px;
	left: 50%;
	margin-left: -385px;
	}

#date {
	text-align: center;
	}

#menu {
	background-color: #5C5476;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	padding-bottom: 4px;
	padding-top: 5px;
	margin-top: 7px;
	}
	#menu a {
		color: #D0DF5C;
		text-decoration: none;
		}
	#menu a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}

#mapinfo{
	vertical-align: text-top;
	}

#map{
	text-align: center;
	}

#logos{
	text-align: center;
	}

#design_footer {
	margin-bottom:-5px;
	text-align: right;
	right: 11px;
	font-size: 10px;
	color: #666666;
}
	#design_footer a {
	color: #666666;
	}

.centredpurple {
	color: #5C5476;
	font-size: 18px;
	text-align: center;
	}

.youarehere {
	color: #FFFFFF;
	text-decoration: underline;
	}

.bodytype {
	font-size: 15px;
	}

.bolded {
	font-weight: bold;
	font-size: 15px;
	}

.exhibitor {
	color: #D0DF5C;
	text-decoration: none;
	}

.contact {
	color:#5C5476;
	line-height: 23px;
	}

.link {
	color:#0000FF;
	text-decoration: none;
	}
	.link:hover {
	text-decoration:underline;
	}