* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}

a {
	color: #458023;
	text-decoration: underline;
}
a:hover {
	color: #265b00;
}

#container {
	width: 850px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}	

#core {
	width: 850px;
	height: auto;
	margin-top: 5px;
	background: #FFF url(../images/coreback.gif) top left repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#coreleft {
	width: 140px;
	height: auto;
	background: #deebd2;
	float: left;
}

	#coreleft ul {
	}
	#coreleft li {
		display: block;
		height: auto;
		width: 136px;
		margin: 2px;
	}
	#coreleft a {
	display: block;
	height: auto;
	padding: 4px;
	width: 128px;
	color: #336699;
	background: url(../images/readmore_arrow.gif);
	background-repeat: no-repeat;
	background-position: 97%;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0;
	line-height: 16px;
	font-weight: bold;
	}

	#coreleft a:hover {
	background-color: #D6E4B6;
	background-image: url(../images/readmore_over.gif);
	background-repeat: no-repeat;
	background-position: 97%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	}
		
	#coreleft h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

#corecenter {
	width: 710px;
	float: right;
	clear: none;
	background-image: url(../images/background.jpg);
}

	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		padding: 10px 0 0 10px;
	}
	#corecenter p {
	line-height: 20px;
	padding: 0 10px 10px 10px;
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter li {
	list-style: none;
	line-height: 20px;
	border-bottom: 1px solid #DDD;
	width: 100px;
	}
	#corecenter li a {
	text-decoration: none;
	color: #a6c384;
	display: block;
	height: auto;
	padding: 4px;
	width: auto;
	}
	#corecenter li a:hover {
		background: #a6c384;
		color: #000;
	}

#footer {
	width: 850px;
	height: 15px;
	line-height: 14px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	background-image: url(../images/img-horizontalbar.jpg);
}
	#footer p {
	color: #FFF;
	padding-right: 20px;
	background-image: url(../images/img-horizontalbar.jpg);
	}
	#footer a {
		color: #FFF;
	}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #006600;
}
