
/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/RSTbg.gif);
	background-repeat:repeat;
}


/* the hyperlinks */
a {
	color: #458023;
	text-decoration: underline;
}
a:hover {
	color: #265b00;
}


/* site specific styling */

/* the container centers the page */
#container {
padding-left:155px;
padding-right:25px;
padding-bottom:25px;
padding-top:25px;
	width: 1000px;
	height: 530px;
	margin: auto;
	
}	

/* the header that contains the big image */
#header {
	width: 1000px;
	height: 180px;
	background: #458023 url(../images/header.jpg) top left no-repeat;
	position: relative;
}


/* the navigationbar in the header */
#navbar {
	position:absolute;
	bottom: -600px;
	right: 1000px;
	width: 154px;
	height: 780px;
	background-image:url(../images/Sitemapbg.jpg);
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-size: 12px;
		text-transform: uppercase;
	}
	#navbar a:hover {
	color: #FF6633;
	}
	
/* the core contains all the site contents */
#core {
	width: 1000px;
	height: 600px;
	margin-top:0px;
	background: #000000 url(../images/coreback.gif) top left repeat-y;
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 200px;
	height: 600px;
	float: left;
	background-image:url(../images/Upcommingevent.jpg)
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	}
	#coreleft li {
		display: block;
		height: auto;
		width: 136px;
		margin: 2px;
	}
	#coreleft a {
		display: block;
		height: auto;
		padding: 4px;
		width: 128px;
		color: #325d19;
		background: url(../images/readmore_arrow.gif) 97% center no-repeat;
		text-decoration: none;
		border: 0;
	}

	#coreleft a:hover {
	background: #458023 url(../images/readmore_over.gif) 97% center no-repeat;
	color: #000000;
	}
	
	#coreleft h3 {
		padding: 20px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		margin: 0;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 800px;
	height: 570px;
	float: left;
	background-image:url(../images/contentbg.jpg)
}


	#corecenter h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	padding: 10px 0 0 10px;
	}
	#corecenter h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 10px 0 0 10px;
	}
	#corecenter p {
	line-height: 20px;
	padding: 0 10px 10px 10px;
	color: #FFFFFF;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
	#corecenter li a {
		text-decoration: none;
		color: #a6c384;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
		background: #a6c384;
		color: #000;
	}

/* the footer contains all copyright info etcetera */
#footer {
	width: 800px;
	height: 30px;
	background-color:#000000;
	line-height: 30px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
}
	#footer p {
	padding-right: 20px;
	color: #FFFFFF;
	}
	#footer a {
	color: #FFFFFF;
	}
