		body {
			min-width: 550px;         /* 2 x LC width + RC width */
			text-align: center;
			font-family: "Trebuchet MS",Georgia, Arial, serif;
		}

		/*** IE6 Fix ***/
		* html #left {
			left: 10px;              /* RC width */
			font-family: Trebuchet MS,Georgia, Arial, serif;
		}

		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;
			font-family: Trebuchet MS,Georgia, Arial, serif;
		}

		#header, #footer {
			font-size: 10px;
			text-align: center;
			padding: 0 0;
			background: #ffffff;
			text-align: center;
			font-family: Trebuchet MS,Georgia, Arial, serif;
		}

		#content {	
			text-align: center;
			position: relative;
			left:40px;
		}

		#left {
			background: #000000;
			font-family: Trebuchet MS,Georgia, Arial, serif;
		}

		#center {
			background: #ffffff;
			font-family: Trebuchet MS,Georgia, Arial, serif;
		}

		#right {
			background: #000000;
			font-family: Trebuchet MS,Georgia, Arial, serif;
		}

		#container .column {
			padding-top: 1em;
			text-align: justify;
			font-family: Trebuchet MS,Georgia, Arial, serif;
		}

/*** no more hacking from here down ***/


body {
background-color: #000000;
			font-family: Trebuchet MS,Georgia, Arial, serif;

}

div#content {
background-color: #ffffff;
text-align: center;
			font-family: Trebuchet MS,Georgia, Arial, serif;
			position: relative;
			left: 40px;
}

div#links {
background-color: #ffffff;
			font-family: Trebuchet MS,Georgia, Arial, serif;
}

div#links a:hover {

background-color: #ffffff;
			font-family: Trebuchet MS,Georgia, Arial, serif;
}

div#results {
background-color: #ffffff;
			font-family: Trebuchet MS,Georgia, Arial, serif;
}


a:link {
	color: #00442d;
	text-decoration:none;
}

a:visited {
	color: #00442d;
	text-decoration:none;
}

a:active {
	color: red;
}
a:hover { color: #1a5d8c;
	  text-decoration: underline;
}

/* defining details of heading tags */

h1 {
	text-align: center;
	padding: 0px;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	text-align: center;
}

/* emboldening */

.boldme {
	font-weight: bold;
}


/* font details for contents of drop down menu */

#nav li a {
	display: block;
	font-weight: bold;
	color: #ffffff;
	padding: 0em 0px;
}

#nav li a:hover {
	background-color: #fff605;
	color: #000000;
	text-decoration: none;
}


#nav li a:link {
	color: #ffffff;
	text-decoration: none;

}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #ffffff;
	padding: 0em 0px;
}

/* highlight for selected menu option when menu is expanded */

#nav li li a:hover {
	background-color: #fff605;
	color: #000000;
	text-decoration: none;
}


#nav li li a:link {
	color: #ffffff;
	text-decoration: none;

}

/* below is the menu bar */


li {
	float: left;
	position: center;
	text-align: center;
	cursor: default;
	background-color: #000000;
	color: #ffffff;
	border-right:1px solid #fff605;
	border-top:1px solid #fff605;
	border-bottom:1px solid #fff605;
}

/* below are the properties for each dropdown menu */

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	border: solid 1px #fff605;
	border-top: solid 1px #fff605;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}



li#home {
	width: 4em;
	border-left:1px solid #fff605;
	color: #ffffff;
	z-index:100;
}
li#forum {
	width: 4em;
	z-index:100;
	color: #ffffff;
}
li#fundraising {
	width: 8em;
	border-top:1px solid #fff605;
	color: #ffffff;
	z-index:100;
}

li#join {
	width: 9.5em;
	border-top:1px solid #fff605;
	z-index:100;
}

li#documents {
	width: 8em;
	border-top:1px solid #fff605;
	z-index:100;
}

li#gallery {
	width: 8em;
	border-top:1px solid #fff605;
	z-index:100;
}

li#about {
	width: 8em;
	border-top:1px solid #fff605;
	z-index:100;
}

li#links {
	width: 4em;
	z-index:100;
}

li#contacts {
	width: 6em;
	z-index:100;
}
