/*Louisville Template Specific CSS Elements*/
body {
	margin: 0px;
}
#logo {
	position: absolute;
	visibility: visible;
	z-index: 3;
	left: 65px;
	top: 20px;
	height: 110px;
	width: 360px;
}
.main_cell {
	padding: 10px 25px 15px 15px; 
}

.small {
	font-size: 10px;
}
.stretch {
	font-size: 1px;
}
#top_buttons {
	position: absolute;
	z-index: 3;
	top: 8px;
	right: 0px;
	font-size: 13px;
	color: #999999;
	width: 240px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#top_buttons a {
	text-decoration: none;
	font-weight: bold;
}
#top_buttons a:hover {
	text-decoration: underline;
}
#top_image {
	position: absolute;
	top: 0px;
	height: 149px;
	width: 260px;
	right: 0px;
	z-index: 2;
}
#top_nav {

	position: absolute;
	top: 93px;
	height: 37px;
	width: 400px;
	right: 0px;
	z-index: 2;
}
