body {
	color: #ffcc00;
	background-color: black;
	font-size: 12pt;
	text-align: center;
	font-family: Arial;
}

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

table.images {
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #ffcc00;
	width: 80%;
	padding: 10px;
}

table.images td {
	padding: 10px;
}

td {
	//padding: 10px;
}

div.base, div.heading {
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	text-align: left;
}

a:link, a:visited {
	text-decoration: none;
	color: #888888;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}

#map {
	width: 500px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ffcc00;
}

#footer {
	font-size: 10pt;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

#logo {
	margin-top: 20px;
	text-align: center;
}
#logo img {
	border: 0px;
}

table.rounded {
	border-collapse: collapse;
}

table.rounded td.left, table.rounded td.right {
	padding: 0px;
	height: 50px;
	width: 17px;
	border: 0px;
}

table.rounded td.left {
	background:url("img/norm_left.png") no-repeat left;
}

table.rounded td.right {
	background:url("img/norm_right.png") no-repeat right;
}

table.rounded td {
	background:url("img/bg.png") repeat left;
	padding: 10px;
}
table.rounded td a {
	display: block;
	color: black;
}
table.rounded td.selected a {
	font-weight: bold;
	text-decoration: underline;
}

div.heading {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

ul {
	width: auto;
	text-align: left;
}

img {
	border: 1px solid #ffcc00;
}

p {
	margin: 0px;
	padding: 0px;
	color: black;
}

div.newsitem, div.newsheader {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: left;
	padding: 5px;
}
div.newsitem {
	border: 1px solid #ffcc00;
}
div.newsheader {
	padding-top: 30px;
	padding-bottom: 0px;
	font-weight: bold;
}
