body {
	background: #000;
	padding: 0;
	margin: 0 1px 0 0;
	height: 100%;
}
#navBar {
	background: #ccc;
	width:165px;
	height:100%;
	bottom:0px;
	padding-left:15px;
}

#logo {
	margin-top: 22px;
	margin-bottom: 16px;
}
.menuItem {
	font: 0.82em Arial, Helvetica, sans-serif;
}
a, a:link {
	background: transparent;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	}
a:visited {
	background: transparent
	}
a:hover {
	background: transparent;
	font-weight: bold;
	text-decoration:underline;
	color: #EEE;
	}
a:active {
	background: transparent
	}

#Content {
	position:absolute;
	left:35%;
	top:81px;
	width:454px;
	text-align:justify;
}

#largeContent {
	position:absolute;
	left:180px;
	top:0px;
	width:84%;
	text-align:justify;
}
h1 {
	font: 0.85em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: -2px;
}
.white
	{
	color:#FFF;
	}
.red
	{
	color:red;
	}
.coloured {
	color:#FF6633;
	}
.black {
	color:#000;
	}
.currentMenuItem {
	color:#FF6633;
	font-weight: bold;
	}
table,tr,td {
	font: 0.92em/120% Courier New, Courier, mono;
	text-align:left;
	padding:2px;
	line-height:140%;
}
p.courier {
	font: 0.92em/120% Courier New, Courier, mono;
	line-height:140%;
}
p.courierLeft {
	font: 0.85em/120% Courier New, Courier, mono;
	text-align:left;
}
.menu { 
width:150px;
list-style:none;
margin:0; padding:0;
white-space: nowrap;
}
.indend { 
width:150px;
list-style:none;
margin-left:12px; padding:0;
white-space: nowrap;
}
li.indend2 {
margin-left:12px; padding:0;
}
