body {
	font-family: tahoma, geneva, helvetica, san-serif;
	background-image: url(../graphics/grayramp.jpg);
}
#banner {
	width: 100%;
	background: rgb(0,0,0);
}

#banner table {
	width: 100%;
}

#titleCell {
	width: 100%;
	background: rgb(155,155,155);
	font-family: tahoma, geneva, helvetica, san-serif;
	font-size: .85em;
	color: rgb(20%,20%,70%);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#imgCell {
	height: 80px;
	width: 80px;
}

#topBannerCell {
	height: 80px;
}

#leftLinks {
	width: 15%;
}

#leftLinks a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 15px 0 5px 15px;
	font-size: .75em;
}

#leftLinks a:hover {
	background: #ff0000;
}

#leftLinks a:visited {
	color: #000000;
}

#leftLinks a span {
	display: none;
}

#leftLinks a:hover span {
	display: block;
	position: absolute;
	top: 320px;
	left: 15px;
	width: 150px;
	color: #660000;
	background: rgb(200,200,200);
}

#footerDiv {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 15px 0 5px 15px;
	font-size: .75em;
	text-align: center;
	margin-top: 12em;
	}
span.home_links a, a:visited, a:active {
	color: white;
}
span.home_links p {
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
}