body {
	font-size: 12px;
	font-family: "Bitstream Vera Sans", sans-serif;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 0;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, select, textarea {
	font-size: 12px;
	font-family: "Bitstream Vera Sans", sans-serif;
	border: 1px solid #333333;
}

table {
	margin-left: auto;
	margin-right: auto;
}

th {
	background: url('/images/headingbar.png');
	border: 1px solid #333333;
	height: 16px;
	font-weight: normal;
}

.right {
	float: right;
}

.rightalign {
	position: absolute;
	right: 0;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.highlight:hover {
	background: #999999;
}

.error {
	font-weight: bold;
	color: red;
}

.comptable td {
	border-bottom: 1px solid #CCCCCC;
	padding-right: 5px;
}

.map_border {
	width: 504px;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #CCCCCC;
}

.tooltip {
	background-color: #FFFFFF;
	color: #666666;
	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: 14px;
	border: 2px solid #666666;
}

.stoptable td {
	border: 1px solid #333333;
}

.highlight:hover {
	background: #7BADD6;
}

#frame {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
}

#logo {
	background: #FFFFFF;
	position: relative;
	height: 66px;
}

#photo {
	background: url('/images/hall_photo.png');
	position: absolute;
	top: 0;
	right: -2px;
	height: 66px;
	width: 317px;
}

#navbar {
	background: url('/images/navbar.png');
	background-repeat: repeat-x;
	position: relative;
	width: 750px;
	height: 41px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	font-size: 16px;
	z-index: 10;
}

#loginbar {
	background: #666666;
	position: relative;
	width: 750px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#loginbar a {
	color: #CCCCCC;
}

#navbar ul {
	margin-top: 10px;
}

#navbar li {
	position: relative;
	list-style-type: none;
	display: inline;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

#navbar .currentPage {
	background: #999999;
	border: 1px solid #333333;
}

#navbar ul li ul {
	display: none;
	position: absolute;
	left: 5px;
	top: 19px;
	background: transparent;
	z-index: 100;
	margin-top: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
}

#navbar ul li ul li {
	background: #999999;
	border: 1px solid #333333;
	width: 120px;
	font-size: 12px;
	margin-top: 5px;
	position: relative;
	top: 5px;
	display: list-item;
}

#navbar ul li:hover ul, #navbar ul li.over ul { display: block; }

#content {
	background: #666666;
	color: #FFFFFF;
	position: relative;
	width: 710px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 20px;
}

#content a {
	color: #7BADD6;
}

#left {
	position: relative;
	width: 500px;
}

#landingtable {
	width: 500px;
}

#landingtable td {
	border: 1px solid #333333;
	vertical-align: top;
	padding-left: 5px;
}

#landingtable th {
	font-weight: bold;
	width: 33%;
}

#landingtable a {
	color: #FFFFFF;
}

#map {
	width: 500px;
	height: 375px;
	border-top: 2px solid #333333;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #333333;
	color: #000000;
}

#right {
	position: absolute;
	top: 0;
	left: 530px;
	width: 180px;
	margin-top: 20px;
	z-index: 1;
}

#right table {
	width: 90%;
	margin-bottom: 5px;
}

#compass {
	background: url('/images/compass.jpg');
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 200px;
}

#memberlogos {
	float: right;
	height: 20px;
}

#footer {
	text-align: center;
	color: #666666;
	font-size: 9px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}