@charset "utf-8";
.heading {
	text-align: center;
	clear: both;
	padding-top: 25px;
	padding-bottom: 10px;
}
.centered {
	text-align: center;
}
.photoLeft {
	padding: 5px;
	float: left;
}
.photoRight {
	padding: 5px;
	float: right;
}
hr {
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h2 {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #0083A1;
}

p {
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}




a:link {
	color: #000;
}

a:visited {
	color: #000;
}
a:hover {
	color: #FC0;
}
a:active {
	color: #000;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000;
}




/* CSS Document */

#container {
	width: 900px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	background-color: #FFF;
}#navBar {
	background-image: url(images/navBar_bg.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 23px;
}
#columnLeft {
	background-image: url(images/left_column_bg.jpg);
	background-repeat: no-repeat;
	width: 274px;
	float: left;
	height: auto;
	min-height: 627px;
	background-color: #FFF;
}
#columnContainer {
	float: left;
	overflow: visible;
	background-color: #0083A1;
}
#columnCenter {
	background-image: url(images/center_column_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: auto;
	min-height: 627px;
	width: 441px;
	overflow: visible;
	background-color: #FFF;
	visibility: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#columnRight {
	background-image: url(images/right_column_bg.jpg);
	background-repeat: no-repeat;
	height: auto;
	min-height: 627px;
	width: 185px;
	float: right;
	background-color: #0083A1;
}
#brochure {
	position: relative;
	height: 94px;
	width: 48px;
	left: 121px;
	top: 489px;
	visibility: visible;
}
#menu {
	position: relative;
	height: 94px;
	width: 48px;
	left: 121px;
	top: 489px;
	visibility: visible;
}
.event {
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer {
	text-align: center;
	margin-top: 30px;
}
