/*Central Station Template Specific CSS Elements*/
body {
	margin: 0px;
}
#logo {
	position: absolute;
	visibility: visible;
	z-index: 3;
	top: 5px;
	height: 110px;
	width: 360px;
	right: 10%;
}
.main_cell {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
}
.small {
	font-size: 10px;
}
#top_buttons {
	position: absolute;
	z-index: 2;
	height: 27px;
	width: 775px;
	top: 126px;
}
#top_buttons td {
	font-family: "Palatino Linotype";
	font-size: 17px;
	font-weight: bold;
}
#top_buttons a {
	text-decoration: none;
	display: block;
	height: 25px;
}
#top_buttons a:hover {
	text-decoration: underline;
}

