body {
	/* background-image: url('../wallpapers/cleanblue.jpg'); */
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
	
.divGap { height: 8px; }
.hideInitially { visibility: hidden;	}
.mainContainer { background-color: #FFFFFF; color: #000000;	/* dont think this is used */ }
.textHome { font-family: Verdana, Arial, sans-serif;	 font-size: 12px; }
.whitelink {	text-decoration: none; 	color: #FFFFFF; }

/* TOP SECTION */	
.divTopBar {
	background-image: url('../top/bgs.gif');
	width: 100%;
	height: 72px;
	background-color: #000000;
	top: 0px;
	left: 0px;
	z-index:-1;
}
	
.logoTop {
	background-image: url('../top/chasgo-logo.png');
	height: 72px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:3;
	width: 400px;
}

div#links a span { display: none; }

div#links a:hover span {
	display: block;
	position: absolute; top: 200px; left: 0; width: 125px;
	padding: 5px; margin: 10px; z-index: 100;
	color: #AAA; background: black;
	font: 10px Verdana, sans-serif; text-align: center;
}
	

