.latestNews
{
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	width: 308px;
	height: 270px;
	position: absolute;
	top: 0;
	left: 0;
}

.latestNews ul
{
	margin:0 0 0 0;
	padding: 0px 15px 0 0;
}

.latestNews li
{
	padding: 15px 0;
	text-align: justify;
	line-height: 150%;
}

.latestNews a, .latestNews a:visited, .latestNews a:link
{
	text-decoration: none;
	color: #666;
}

.latestNews a:hover
{
	text-decoration: underline;
}

.homeBlurb
{
	padding: 0 0 0 10px;
	border-bottom: 2px solid #bbb;
	height: 270px;
	width: 595px;
	overflow: hidden;
	left: 308px;
	position: absolute;
}

.homeBlurb ul
{
	padding:0 15px 0 0;
	width: 570px;
}

.homeBlurb h2
{
	font-size: 100%;
	padding: 10px 0 0 0;
	height: 18px;
	font-weight: bold;
}

.homeBlurb li
{
	padding: 19px 0 0 0;
	margin: 0 0 0 60px;
	text-align: justify;
	float: left;
	width: 210px;
}


.homeBlurb p
{
	padding: 10px 0 0 0;
}

.homeBlurb a
{
	color: #666;
	text-decoration: none;
}