/* 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: 990px;
	height: auto;
	margin: 0 auto;
	align: center;
}	

/* the header that contains the big image */
#header {
	width: 988px;
	height: 120px;
	position: relative;
	background-image: url(Images/GNWHEADER4890x120.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 1px solid #669933;
	border-bottom: 1px solid #669933;
	border-right: 1px solid #669933;
	border-left: 1px solid #669933;
}

#navbar {
	width: 988px;
	height: 42px;
	background-image: url(Images/line.gif);
	background-color: #669933;
	background-repeat: repeat;
	background-position: center top;
	border-right: 1px solid #669933;
	border-left: 1px solid #669933;
	}
	
/* the core contains all the site contents */
#core {
	width: 990px;
	height: auto;
	background-color: #FFF;	
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 150px;
	height: 500px;
	float: left;
	background-color: #FFF;
	font-size: 12px;
	border-top: 1px solid #669933;
	border-bottom: 1px solid #669933;
	border-right: 1px solid #669933;
	border-left: 1px solid #669933;
}

/* the links in coreleft are another unordered list */
	
	#coreleft h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 16px;
	margin: 0;
	color: #366;
	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: #366;
	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: 250px;
	height: 500px;
	float: right;
	background-color: #FFFFFF;
	border-top: 1px solid #669933;
	border-bottom: 1px solid #669933;
	border-right: 1px solid #669933;
	border-left: 1px solid #669933;
}

/* the links in coreleft are another unordered list */
	#coreright ul {}
	#coreright li {}
	#coreright a {}
	#coreright a:hover {}
	#coreright h2 {}
	#coreright h3 {}
	#coreright p {
	padding: 5px;
	margin-top: 0px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #693;
	font-weight: bold;
	}

/* the corecenter contains the center part of the core */
#corecenter {
	width: 586px;
	height: 500px;
	float: right;
	background-color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #669933;
	border-bottom: 1px solid #669933;
}
	#corecenter h1 {
	font-size: 25px;
	font: 2.1em Source Sans Pro;
	font-stretch: condensed;	
	text-height: 50px;
	margin: 0;
	color: #336666;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	}
	
	#corecenter p {
	line-height: 25px;
	font-size: 16px;
	color: #669933;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	width: auto;
	text-decoration: none;
	overflow: visible;
	text-align: justify;
	}


/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 990px;
	height: 30px;
	line-height: 30px;
	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;
	}
