body {
	margin: 0;
}	

/* Header */
#header {
	width: 100%;
	height: 80px;
	margin: 0;
	text-align: right;
	font-family: Verdana, Arial, Helevtica, sans-serif;
	font-size: 80%;
	background: url(images/bg.gif) no-repeat;
	color: #000;
}
#header img {
	float: left;
}
#header a:link {
	text-decoration: underline;
	color: #000;
	background: transparent;
	padding: 0.2em;	
}
#header a:visited {
	text-decoration: underline;
	color: #000;
	background: transparent;
	padding: 0.2em;	
}
#header a:hover {
	text-decoration: none;
	color: #000;
	background: transparent;
	padding: 0.2em;	
}
#header a:active {
	text-decoration: underline;
	color: #000;
	background: transparent;
	padding: 0.2em;	
}
/* Navigation */
#left-column {
	width: 23%;
	padding: 2px;
	margin: 0 0 1em 0.2em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	background: #FFF;
	color: #333;
	float: left;
}
#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: 3px 3px 3px 3px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px 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: 1px solid #808080;
	border-right: 1px solid #808080;
	background: #FFD6AD;
	color: #000;
	text-decoration: none;
}					

/* Content - this is the centre column */
#content {
	margin-right: 1%;
	margin-left: 24%;
	margin-bottom: 1em;
	padding: 1.5em;
	border: 1px solid #C0C0C0;
	color: #000;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}	
		
/* 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: #666;
	background: transparent;
}
#footer a:visited {
	text-decoration: underline;
	color: #666;
	background: transparent;
}
#footer a:hover {
	text-decoration: none;
	color: #666;
	background: transparent;
}
#footer a:active {
	text-decoration: underline;
	color: #666;
	background: transparent;
}		
/* Coloured bar */
#bar { 
	background: url("images/bg_bar.gif") repeat-x;
	height: 15px;
}
#bargrey {
	background: url("images/bg_bar_grey.gif") repeat-x;
	height: 15px;
}	
/* 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;
	margin-top: 0.1em;
}	
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #F60;
	background: #FFF;
	margin-bottom: 0.2em;
}	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	background: #FFF;
	margin-bottom: 0.2em;
}	
#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: 100%;
	font-weight: bold;
	color: #F60;
}
a.standard:link {
	text-decoration: underline;
	color: #000;
	background: transparent;
	
}
a.standard:visited {
	text-decoration: underline;
	color: #000;
	background: transparent;

}
a.standard:hover {
	text-decoration: none;
	color: #000;
	background: transparent;

}
a.standard:active {
	text-decoration: underline;
	color: #000;
	background: transparent;

}
.contact	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background: #FFF;
}
#float-rr {
	float: right;
	padding: 0.5em;
	text-align: center;
}
