html, body {
        position: relative;
        color: #99CCFF;
        background: #0A3862;
        margin: 0;
	padding-top: 15px;
        border: 0px none;
        }

/* First, this is the invisible container that holds the other boxes */

div#container {
	width: 950px;
	margin: 0px auto 0px;
	}

/* Now the boxes that hold the content and sit within the container */


div#topcell {
	width: 950px;
	height: 125px;
	text-align: left;
	background: black;
	}

div#sidebar {
	float: left;
	width: 75px;
	height: 700px;
	background: #344E72;
	}


div#links {
	float: left;
	width: 400px;
	height: 700px;
	background: #002951;
	font: 16px Arial;
	z-index: 1;
	}


div#right {
	float: right;
	width: 465px;
	padding-right: 10px;
	height: 700px;

	background: #002951;
	font: 14pt Arial;
	text-align: right;
	}

div#links a {
	color: #000; background: #002951;
	border-right: 1px solid #002951;
	}
	
div#links a:hover {
	color: #000;
	background: #002951;
	border-right: 1px double #002951
	}
   
div#links a span {display: none;}

div#links a:hover span {
	display: block;
	float: right;
	width: 200px;
	padding: 5px;
	border: 3px inset #dddddd;
	border-color: white;
	color: white;
	background: #344E72;
	text-align: center;
	font: bold 12pt Arial;
	z-index: 2;
	}
