#bottomBar_div {
	clear: both;
	padding-top: 4.0em;
	position: relative;
	width: 71.0em;
	height: 12.5em;
	background-color: white
}
	#bottomBarImage {
		position: absolute;
		top: 3.9em;
		border-top: 0.1em solid black;
		left: 0;
		width: 71.0em;
		height: 12.5em;
		z-index: 0;
	}
	#bottomBar_div ul {
		position: relative;
		top: 2.0em;
		list-style-type: none;
		margin: 0;
		padding: 0;
		cursor: default;
		z-index: 100;
	}
	#bottomBar_div ul li {display: inline;}
		#bottomBar_div ul li a {
		padding: .1em .7em .1em .5em;
		border-right: .1em solid #aaccff;
		color: #7A91D3;
		text-decoration: none;
		height: 1em;
	}
	#bottomBar_div a:hover {
		color: #ffffcc;
		text-decoration: underline;
	}
	#bottomBar_div p#copyright {
		margin: 0;
		padding: .5em 0 0 0;
		color: #aaccff;
	}
	#bottomBar_div a:hover {background-color: transparent}
	a#myAd {
		width: 71.0em;
		position: absolute;
		left: 0;
		bottom: 1.0em;
		color: #7A91D3;
		text-decoration: none;
	}
	a#myAd span {font-size: 120%;}
