body {
	background-image: url(images/bg.jpg);
}

.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-right: 20px;
	padding-left: 20px;
}

.Headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #768E99;
	font-weight: bold;
}
	
.hide {
	visibility: hidden;
	}

.home a:link, .home a:visited {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/home.jpg) top left no-repeat;
	width: 62px;
	height: 26px;
	}
	
.home a:hover {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/home.jpg) bottom left no-repeat;
	width: 62px;
	height: 26px;
	}
	
.agenda a:link, .agenda a:visited {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/agenda.jpg) top left no-repeat;
	width: 84px;
	height: 26px;
	}
	
.agenda a:hover {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/agenda.jpg) bottom left no-repeat;
	width: 84px;
	height: 26px;
	}
	
	
.registration a:link, .registration a:visited {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/registration.jpg) top left no-repeat;
	width: 120px;
	height: 26px;
	}
	
.registration a:hover {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/registration.jpg) bottom left no-repeat;
	width: 120px;
	height: 26px;
	}
	
	
.lodging a:link, .lodging a:visited {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/lodging.jpg) top left no-repeat;
	width: 90px;
	height: 26px;
	}
	
.lodging a:hover {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/lodging.jpg) bottom left no-repeat;
	width: 90px;
	height: 26px;
	}	
	
.visitor a:link, .visitor a:visited {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/visitor.jpg) top left no-repeat;
	width: 166px;
	height: 26px;
	}
	
.visitor a:hover {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/visitor.jpg) bottom left no-repeat;
	width: 166px;
	height: 26px;
	}

.questions a:link, .questions a:visited {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/questions.jpg) top left no-repeat;
	width: 166px;
	height: 26px;
	}
	
.questions a:hover {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/questions.jpg) bottom left no-repeat;
	width: 166px;
	height: 26px;
	}