/* NEWS & EVENTS */
#newsContainer
{
	border: 1px solid #c0c0c0;
	padding: 6px;
	margin-bottom: 6px;
	height: 180px;
}
#eventsContainer
{
	border: 1px solid #c0c0c0;
	padding: 6px;
	margin-bottom: 6px;
	height: 180px;
}
.newsEventItemHeader
{
/*	color: red;*/
	font-size: 1.0em;
	height: 18px;
	text-decoration: underline;
	color: #465361;
}
.newsEventItemIntro
{
	border: 0px solid red;
	font-weight: normal;
	font-size: 1.0em;
	text-decoration: none;
	height: 40px;
	cursor: hand;
}
table.newsEventsTable
{
	padding: 0px;
	margin: 0px;
}
table.newsEventsTable TR
{
	border: 0px solid blue;
	height: 60px;
}
table.newsEventsTable tr td
{
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	font-size: 1.0em;
	padding: 0px;
	margin: 0px;
	height: 46px;
}
.newsEventEntryBox
{
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 8px;
	padding-top: 10px;
}
.newsEventsEntryHeadingBox
{
	height: 20px;
}
.newsEventsEntryIntroBox
{
	padding-bottom: 10px;
	border: 0px solid blue;
}
