body {
	margin: 0;
}	

/* Header */
div#header {
	display: none;
}

/* Navigation */
#left-column {
	display: none;
}
#left-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#left-column li {
	border-bottom: 1px solid #C0C0C0;
	margin: 0;
}
#left-column li.top {
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	margin: 0;
}

#left-column li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 2px solid #C0C0C0;
	border-right: 2px solid #C0C0C0;
	background: #FFF;
	color: #000;
	text-decoration: underline;
	width: 100%;
}
html>body #left-column li a {
	width: auto;
}
#left-column li a:hover {
	border-left: 2px solid #808080;
	border-right: 2px solid #808080;
	background: #FFD6AD;
	color: #000;
	text-decoration: none;
}				

/* Right Column */
#right-column {
	display: none;
}
#right-column img {
	text-align: center;
}	

/* Content - this is the centre column */
#content {
	margin-bottom: 1em;
	padding: 0.5em;
	color: #000;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}	
		
/* Footer - address information etc. */
#footer {			
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666;
	background: #FFF;
	text-align: center;
}	
#footer a:link {
	text-decoration: underline;
	color: #000;
	background: #FFF;
	padding: 0.2em;	
}
#footer a:visited {
	text-decoration: underline;
	color: #000;
	background: #FFF;
	padding: 0.2em;	
}
#footer a:hover {
	text-decoration: none;
	color: #000;
	background: #FEB36A;
	padding: 0.2em;	
}
#footer a:active {
	text-decoration: underline;
	color: #000;
	background: #FFF;
	padding: 0.2em;	
}		

/* Tabs and their links */
div#tabs { 
	display: none;
}

/* Coloured bar */
div#bar { 
	display: none;
}
div#bargrey {
	display: none;
}	
/* Links*/
h2 a:link {
	color: #F60;
	background: #FFF;
	text-decoration: underline;
}
h2 a:hover {
	color: #666;
	background: #FFF;
	text-decoration: none;
}	

/* Miscellaneous */
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #F60;
	background: #FFF;
}	
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #F60;
	background: #FFF;
}	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	background: #FFF;
}	
#clear {
	clear: both;
}	
acronym {
	border-bottom: 1px dotted #F00;
	cursor: help;
}	
.float-l {
	float: left;
	padding:0.5em;
}
.float-r {
	float: right;
	padding: 0.5em;
}		
.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FF6600;
}
