.bottombar {
	background-color: #008197;
	border-top: 1px solid #FFFFFF;
	bottom: 0px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: normal;
	left: 0px;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	position: fixed;
	width: 100%;
	z-index: 999999999;
	margin: 0px;
}

.bottomtitle {
	font-size: 1.2em;
	color: lightgray;
}

.bottomtext {
	font-size: 1.2em;
	color: white;
	font-weight: bold;
}

.bottombarleft {
	float: left;
}

.bottombarright {
	float: right;
	margin: 5px 10px 0px 0px;
}