body {
background: #ffffff;
font-family: verdana, helvetica, arial;
color: navy;
margin: 6px;
scrollbar-face-color: #ffffc0;
scrollbar-arrow-color: #314331;
scrollbar-track-color: #C7DBC7;
scrollbar-shadow-color: #6F9F70;
scrollbar-highlight-color: '';
scrollbar-3dlight-color: '';
scrollbar-darkshadow-color: #6F9F70;
height: auto;
	}

A:link {
	color: blue; 
	text-decoration: none; 
	font-size: 1em; 
	font-family: verdana, helvetica, arial;
	}

A:visited {
	color: darkgreen; 
	text-decoration: none; 
	font-size: 1em; 
	font-family: verdana, helvetica, arial;
	}
	
A:hover {
	color: blue; 
	text-decoration: underline;
	font-size: 1em; 
	font-family: verdana, helvetica, arial;
	}
	
/* Stops anchor name text changing colour & underlining when hovered - http://www.timrivera.com/tests/hover.html#name */
a[name]:hover {
		text-decoration: none; 
		color: navy; 
		background: inherit
		}
	
A:active {
	color: red;  
	font-size: 1em; 
	font-family: verdana, helvetica, arial;
	}

ul {list-style-type: circle}
img {
	border: 0px; 
	padding: 5px;
	}

/*classes*/
.ifl {
	float: left; 
	padding: 5px;
	}
.ifr {
	float: right; 
	padding: 5px;
	}
.layer1 {
	position:relative;
	z-index:3;
	float:right
	}
.captionifr {
	float: right;
	font-size: 0.7em;
	font-style: italic;
	}
.captionifl {
	float: left;
	font-size: 0.7em;
	font-style: italic;
	}
.container {
	width:1050px; 
	text-align:left;
	}
.sidebar {
	float: left; 
	padding: 0% 2% 0% 0%; 
	width: 140px; 
	height: 600px;
	}
.rightbar {
	float: right; 
	padding: 0% 0% 0% 0%; 
	width: 140px;
	height: auto; 
	font-size: 0.6em; 
	text-align:justify; 
	background-color:#EAE8E8;
	}
.contentcenter {
	clear: right; 
	position: absolute; 
	font-size: 0.8em; 
	top: 0px; 
	margin-left: 155px; 
	margin-right: 140px; 
	width: 720px; 
	text-align: left;
	}
.contentcenterwee {
	font-size: 0.7em; 
	text-align: center;
	}
.centerimage {
	text-align: center; 
	padding: 5px;
	}
.centerlogo {
	text-align: center; 
	padding: 5px; 
	width:140px;
	}
.menuyellow {
	background-color: #ffffc0; 
	width: 140px; 
	text-align: left; 
	font-size: 0.6em; 
	font-weight: bold; 
	border-top: 2px solid white; 
	border-bottom: 2px solid white; 
	border-right: 5px solid #ffffc0;
	}
.menuyellowsmall {
	background-color: #ffffc0; 
	font-size: 0.6em; 
	width: 140px; 
	text-align: right; 
	border-bottom: 2px solid white; 
	border-right: 5px solid #ffffc0;
	}
.menuyellowsmallcurrent {
	background-color: #ffffc0;
	font-size: 0.6em; 
	width: 140px; 
	text-align: right; 
	font-weight: bold;  
	border-bottom: 2px solid white; 
	border-right: 5px solid #ffffc0;
	}
.caption {
	font-size: 0.7em;
	text-align: left;
	font-style: italic;
	}
.pdfimage {
	list-style-image: url(../images/pdf.gif);
	}
.wordimage {
		list-style-image: url(../images/word.png);
	}

.bold	{font-weight: bold;}

/* IDs */
