body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	background-color: #009933;
	margin: 10px 10px 10px 10px;
}

.textCentre {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textJustify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: Red;
}

a:hover {
	color: Red;
	text-decoration: underline;
	}

.imgLeft {
	float: left;
	margin: 0 5px 5px 0;
}
.imgRight {
	float: right;
	margin: 0 0 5px 5px;
}
/*#nav {
	
	padding-top: 2px;
	width: 100%;
	text-align: center;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

#nav li {
	display: inline;
	margin-right: 30px;
	margin-left: 30px;
}
/*#nav a:link, #nav a:visited {
	padding: 0 10px 0 10px;
	color: #760E31;
	background-color: #966334;
	text-decoration: none;
	border-top: 2px solid #C58C57;
	border-left: 2px solid #C58C57;
	border-bottom: 2px solid #5D3C1E;
	border-right: 2px solid #5D3C1E;
	height: 10px;
	
	
}
#nav a:hover {
	color: #801F32;
	background-color: #84552A;
	border-top: 2px solid #5D3C1E;
	border-left: 2px solid #5D3C1E;
	border-bottom: 2px solid #C58C57;
	border-right: 2px solid #C58C57;
}
*/
/*
#nav {
	position: relative;
	left: 0px;
	top: 0px;
	text-align:center;
	border: 1px solid #fff;
	background-color: #FAEBD7;
}
#nav ul {
	margin: 0px;
	white-space: nowrap;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#nav li {
	padding: 2px 2px 2px 2px;
	display:inline;
	list-style-type: none; /*turns off display of bullet*/
/*	
}
#nav a {
	display: inline;
	border: 1px solid #7f7f7f;
	background-color: #e9e9e9;
	background-image:  url('l1_down.gif');
}
#nav a:link, #navlist a:visited {
	padding: 2px 16px 2px 16px;
	color: #000;
	text-decoration: none; 
}
#nav a:hover {
	border: 1px solid #000;
	background-color: #606080;
	background-image:  url('l1_over.gif');
	color: #fff
}
#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	border: 1px solid #7f7f7f;
	background-color: #fff;
	background-image:  url('assets/l1_over.gif');
	color: #222
}
*/


