/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* the hyperlinks */
a {
	color: #336666;
}
a:hover {
	color: #669933;
}


/* site specific styling */


/* the container centers the page */
#container {
	width: 890px;
	height: auto;
	border: 1px solid #669933;
	margin: 0 auto;
	align: center;
}	

/* the header that contains the big image */
#header {
	width: 890px;
	height: 195px;
	position: relative;
	background-image: url(Images/GNWHEADER890.jpg);
	background-color: #669933;
	background-repeat: no-repeat;
	background-position: center top;
}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 1px;
	right: -1px;
	width: 892px;
	height: 22px;
	color: #FFFFFF;
	background-color: #669933;
}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	height: 15px;
	width: 223px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	}
	#navbar a:hover {
	color: #FFFFFF;
	background-color: #336666;
	background-position: center;
	}
	
/* the core contains all the site contents */
#core {
	width: 890px;
	height: auto;
	
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 150px;
	height: 465px;
	float: left;
	background-color: #FFFFFF;
	font-size: 12px;
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	}
	#coreleft li {
	display: block;
	height: auto;
	width: 136px;
	font-family: Verdana, Geneva, sans-serif;
	color: #669933;
	text-align: left;
	}
	#coreleft a {
	display: block;
	height: auto;
	width: auto;
	background: url(Images/readmore_arrow.gif) 97% center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #693;
	padding: 4PX;
	}

	#coreleft a:hover {
	color: #FFF;
	background-image: url(Images/readmore_over.gif);
	background-repeat: no-repeat;
	background-position: 97% center;
	font-size: 12px;
	}
	
	#coreleft h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #336666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align: center;
	}
	
	#coreleft h3 {
	padding: 4px 4px 0px 4px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 16px;
	margin: 0;
	color: #336666;
	text-align: left;
	}
	
	#coreleft p {
	margin-top: -2px;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

/* the coreright contains the left part of the core */
#coreright {
	width: 150px;
	height: 465px;
	float: right;
	background-color: #FFFFFF;
	background-position: center top;
	background-image: url(Images/PanelColage.jpg);
}

/* the links in coreleft are another unordered list */
	#coreright ul {
	}
	#coreright li {
	display: block;
	height: auto;
	width: 136px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
	#coreright a {
	display: block;
	height: auto;
	padding: 4px;
	width: 138px;
	color: #669933;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0;
	}

	#coreright a:hover {
	color: #FFF;
	background-color: #336666;
	background-repeat: no-repeat;
	background-position: 97% center;
	}
	
	#coreright h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	margin: 0;
	color: #336666;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
	#coreright p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	#corecenter h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #669933;
	padding: 10px 0 0 10px;
	}
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 580px;
	height: 465px;
	float: right;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: inherit;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #669933;
	left: auto;
	top: auto;
	overflow: auto;
}
	#corecenter p {
	line-height: 20px;
	color: #669933;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	width: auto;
	text-decoration: none;
	overflow: auto;
	text-align: justify;
	}
	
	#corecenter ul {
	padding: 20px;
	width: auto;
	text-indent: 40px;
	}
	#corecenter li {
	list-style: none;
	line-height: 20px;
	}
	#corecenter li a {
	text-decoration: none;
	color: #336666;
	display: block;
	height: auto;
	padding: 10px;
	font-size: 16px;
	line-height: normal;
	padding: 10px;
	}
	#corecenter li a:hover {
	color: #669933;
	background-color: #336666;
	}
	#corecenter img {
border: 6px solid #FFFFFF;
margin: 0px 0px;
    }

/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 890px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-attachment: fixed;
	background-color: #669933;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}
