* {
	margin: 0;
	padding: 0;
}

html,body {
	height: auto;
	background: #eee;
	color: #1a3804;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #003e7e;
	text-decoration: underline;
}
a:hover {
	color: #003e7e;
}

/* the container centers the page */
#container {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
	background: #dbdbdb;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 960px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
	background: url(../images/headerfade.png) top right repeat-y;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #FFF;
	}
	#topbar a:hover {
		
	}


/* the header that contains the big image */
#header {
	width: 960px;
	height: 180px;
	background: url(../images/logo.png) top left no-repeat;
	position: relative;
	border-bottom: 3px solid #003e7e;
}

#core {
	width: 960px;
	height: auto;
	/*margin-top: 5px;*/
	background: #e7e7e8;

}

#coreleft {
	width: 240px;
	height: auto;
	background: #e7e7e8;
	float: left;
}

	#coreleft ul {
	}

	#coreleft li {
		display: block;
		height: auto;
		width: 236px;
		margin: 2px;
	}

	#coreleft a {
		display: block;
		height: auto;
		padding-left: 4px;
		padding-right: 4px;
		padding: 6px;
		width: 228px;
		color: #003e7e;
		background: url(../images/readmore_arrow.gif) 97% center no-repeat;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		border: 0;
	}

	#coreleft a:hover {
		background: #003e7e url(../images/readmore_over.gif) 97% center no-repeat;
		color: #fff;
	}
	
	#coreleft h3 {
		padding: 14px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		margin: 0;
		color: #003e7e;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #003e7e;
	}
	
#corecenter {
	width: 710px;
	height: auto;
	float: left;
	background: #fff;
	border-left: 3px solid #003e7e;
}

	#corecenter h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #003e7e;
		padding: 10px 0 0 10px;
	}

	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #003e7e;
		padding: 10px 0 0 10px;
	}
	#corecenter p {
		line-height: 20px;
		padding: 0 10px 10px 10px;
		color: #888;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	
	#corecenter td {
		padding: 6px;
	}
	
	#corecenter li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
		text-decoration: none;
		color: #fff;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corecenter li a {
		text-decoration: none;
		/*color: #003e7e;*/
		display: block;
		height: auto;
		padding: 4px;
	}
	
	.homeselected {
		background: #003e7e;
		color: #ffffff;
	}
	
	#corecenter li a:hover {
		background: #003e7e;
		color: #fff;
	}
	
/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 960px;
	height: 30px;
	background: #003e7e;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}

#core image_link a {
	border: 2px solid #e7e7e8;
}

#core image_link a:hover {
	border: 2px solid #003e7e;
}

.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003e7e;
}

.textbox {
	font: 12px Tahoma;
	color: #000;
	border: solid 1px #bcbdc0;
	width: 300px;
	padding: 2px;
}

.button {
	font-size:12px;
	font-family:Arial,sans-serif;
	height:26px;
	cursor: hand;
	padding-left: 5px;
	padding-right: 5px;
}