.left_side_graphics {
	position: absolute;
	height: 100%;
	width: 290px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url(images/left_bar_background.gif);
	background-repeat: repeat;
}
.navigation_bar {
	position: absolute;
	height: 23px;
	width: auto;
	left: 290px;
	top: 42px;
	overflow: visible;
	z-index: 100;
}
.main_content {
	position: absolute;
	width: auto;
	left: 290px;
	top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	z-index: 1;
}
.tagline {
	top: 0px;
	left: 380px;
	height: auto;
	width: auto;
	position: absolute;
}
.spacer {
	position: absolute;
	top: 0px;
	left: 0px;
}
a:hover {
	color: #047b88;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #000000;
}
