body {
margin-top: 0px;
margin-left: 0px;
	background-color: #333333;
	text-align: center;
}

#horizon{
	text-align: center;
	position: absolute;
	top: 25px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#wrapper{
	margin: auto auto;
	width:999px;
	height:900px; /*  600px : 808px  */
	text-align:left;
	margin-left: -500px;
	position: absolute;
	top: -20px;
	left: 50%;
	visibility: visible;
	z-index: 1;
	}
	
#leftColumn {
	position:absolute;
	left:0px;
	top:0px;
	width:210px;
	height:900px; /*  454px : 808px */
	z-index: 1;
	background-color:#000000;
}

#nav {
	position:absolute;
	left:10px;
	top:314px;
	width:189px;
	height:136px;
	z-index:1;
	font-size: large;
	line-height: 2em;
}

#leftBottom {
	position:absolute;
	left:0px;
	top:454px;
	width:209px;
	height:146px;
	background-color: #FF0000;
}

#footer {
	position:absolute;
	left:0px;
	top:900px;
	width:982px;
	height:20px;
	z-index: 1;
	background-color:#000000;
	padding:8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #95a9cc;
}

#top {
	position:absolute;
	left:210px;
	top:0px;
	width:789px;
	height:88px;
	z-index: 3;
}

#topText {
	position:absolute;
	left:21px;
	top:76px;
	width:727px;
	height:15px;
	z-index:3;
}

#contentContainer {
	position:absolute;
	left:209px;
	top:92px;
	width:789px;
	height:808px; /*  508px  */
	background-color: #000000;
	z-index: 2;
	overflow:auto;
}

.boldBlue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #95a9cc;
	font-weight: bold;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a.nav:link {
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	font-size: 16px;
	font-weight:bold;
	color: #FFEEBC;
	text-decoration: none;
	
}
a.nav:active {
	font-size: 18px;
	font-weight:bold;
	color: #FFEEBC;
	text-decoration: none;
}

