/* CSS Document */

/* General Links */

a:link {
	color: #77D473;
	text-decoration: underline;
	}

a:hover {
	color: #82E67D;
	text-decoration: underline;
	}

a:visited {
	color: #82E67D;
	text-decoration: underline;
	}

/*     */

body {
	margin-top: 0em;
	font-family: "Trebuchet MS",  Arial, sans-serif;
	background-color: #CDCDCD;
	}

#centre {
	margin: 0 auto;
	}

#toplinks {
	display: none;
	}

#toplinks a {
	color: #fff;
	text-decoration: none;
	}

#toplinks a:hover {
	color: #fff;
	text-decoration: underline;
	}

#texthover a:visited {
	color: #fff;
	}

#titlebar {
	clear: both;
	margin-top: 0em;
	height: 120px;
	background: url(img/topshadow.jpg) no-repeat center top;
	}

#titlebar img {
	float: left;
	margin-top: 1.5em;
	border: none;
	float: left;
	}

#titlebar p {
	color: #82E67D;
	margin-top: 1em;
	}

#details {
	color: #82e67d;
	margin-top: 2em;
	font-size: 90%;
	float: right;
	text-align: right;
	}

#shadow {
	background: url(img/sideshadow.jpg) repeat-y center top;
	}

#imagebar {
	display: none;
	}

/* Navigation */

#navigation {
	width: 100%;
	clear: both;
	background: #77D473;
	color: #fff;
	}

#navigation ul {
	list-style-type: none;
	}

#navigation li {
	display: inline;
	color: #fff;
	font-size: 85%;
	}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #77D473;
	padding: 0.3em 0.8em;
	}

/* Sub Navigation */

#leftcol {
	display: none;
	}

/* Main Content */

#content {
	height: auto;
	overflow: auto;
	margin: 0 auto;
	margin-top: 0.5em;
	background: url(img/contenttop.jpg) no-repeat;
	clear: both;
	}

#rightcol {
	width: 100%;
	}

#rightcol p {
	margin-top: 1em;
	font-size: 100%;
	}

#news {
	margin: 0.5em;
	margin-top: 1.3em;
	/*background: #77D473 url(img/newsbg.jpg) repeat-x top left;*/
	background-color: #CCC;
	border: 1px solid #999;
	height: 3.5em;
	clear: both;
	}

#star {
	float: left;
	margin: -0.8em;
	}

#newsitem {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	width: 75%;
	}


#base {
	clear: both;
	height: 50px;
	padding-top: 1.5em;
	background: url(img/bottomshadow.jpg) no-repeat center bottom;
	}

#credits {
	display: none;
	}

#credits a {
	color: #fff;
	}

/* Fonts */

h1 {
	color: #77D473;
	font-size: 120%;
	}

h4 {
	margin: 0 auto;
	width: 750px;
	text-align: center;
	color: #77D473;
	font-size: 70%;
	}

h5 {
	margin: 0 auto;
	width: 750px;
	text-align: center;
	color: #82E67D;
	font-size: 65%;
	}
