﻿/* the coreleft contains the left part of the core */
#coreleft
{
	width: 140px;
	height: auto;
	background: #deebd2;
	float: left;
	overflow: hidden;
}

/* the links in coreleft are another unordered list */
#coreleft ul
{
}
#coreleft li
{
	display: block;
	height: auto;
	width: 136px;
	margin: 2px;
}
#coreleft a
{
	display: block;
	height: auto;
	padding: 4px;
	width: 128px;
	color: #42438F;
	background: url(Images/readmore_arrow.gif) 97% center no-repeat;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0;
}

#coreleft a:hover
{
	background: #42438F url(Images/readmore_over.gif) 97% center no-repeat;
	color: #FFF;
}

#coreleft h3
{
	padding: 20px 4px 0 4px;
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
}

#coreleft p
{
	padding: 5px;
	margin-top: 0px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* the corecenter contains the center part of the core */
#corecenter
{
	width: 600px;
	height: auto;
	float: right;
}

#corecenter h2
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #3e6717;
	padding: 10px 0 0 10px;
}
#corecenter p
{
	line-height: 20px;
	padding: 0 10px 10px 10px;
	color: #888;
}

#corecenter ul
{
	padding: 20px;
	width: auto;
}
#corecenter li
{
	list-style: none;
	line-height: 20px;
	border-bottom: 1px solid #DDD;
}
#corecenter li a
{
	text-decoration: none;
	color: #a6c384;
	display: block;
	height: auto;
	padding: 4px;
}
#corecenter li a:hover
{
	background: #a6c384;
	color: #000;
}


