/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


/* 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;
	}	

/* the header that contains the big image */
#header {
	width: 988px;
	height: 120px;
	position:realtive;
	position: top;
	background-image: url(Images/GNWHEADER4890x120.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	border-spacing: 0px 0px;
	border-color: #669933;
	border-width: 1px;
	border-style: solid;
}
#navbar {
	width: 990px;
	height: 42px;
	position: relative;
	background-image: url(Images/line.gif);
	background-color: #FFF;
	background-repeat: repeat;
	background-position: center top;
	border-spacing: 0px 0px;
	border-color: #669933;
	border-width: 0px;
	border-style: solid;
}
	
/* 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 {
	
}

/* the coreright contains the left part of the core */
#coreright {
	
}

/* the corecenter contains the center part of the core */
#corecenter {
	width: 988px;
	height: auto;
	float: right;
	background-color: #FFFFFF;
	position: inherit;
	text-align: center;
	left: auto;
	top: auto;
	overflow: auto;
	border: 1px solid #669933;
}
	#corecenter p {
	line-height: 30px;
	color: #669933;
	height: auto;
	width: auto;
	overflow: auto;
	font-size: 17px;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	}
	#corecenter h1 {
	font-size: 16px;
	color: #336666;
	margin-left: 30px;
	margin-right: 30px;
	}
	#corecenter h2 {
	line-height: 30px;
	font-size: 25px;
	text-align: left;
	color: #669933;
	margin-left: 30px;
	margin-right: 30px;
	}
	#corecenter h3 {
	line-height: 30px;
	font-size: 23px;
	color: #336666;
	margin-left: 30px;
	margin-right: 30px;
	}
	#corecenter h4 {
	font-size: 10px;
	}
	#corecenter ul {
	padding: 0px;
	width: auto;
	text-indent: 40px;
	}
	#corecenter li {
	list-style: none;
	line-height: 0px;
	}
	#corecenter li a {
	text-decoration: none;
	color: #336666;
	display: block;
	padding: 10px;
	font-size: 16px;
	line-height: normal;
	padding: 0px;
	}
	#corecenter li a:hover {
	color: #669933;
	background-color: #336666;
	}
	b {
	font-size: 18px;
	color: #336666;
}
#corecenter img {
border: 6px solid #FFFFFF;
margin: 0px 0;
    }
/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 990px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #669933;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}
