.main_table
{
	width: 100%;
}

.main_table #news_display
{
	width: 66%;
}

.main_table #calender_display
{
	width: 34%;
}

#news_display table
{
	width: 100%;
	padding: 0px;
}

#news_display .title, #news_display .date
{
	border-top: 1px #CCCCCC dashed;
	border-bottom: 1px #CCCCCC dashed;
}

#news_display .title
{
	text-align: left;
	font-family: Arial;
}

#news_display .date
{
	text-align: right;
	font-weight: normal;
}

#news_display .text
{
	padding-left: 20px;
}

#news_display .comments
{
	text-align: right;
	margin-top: 5px;
	padding-right: 10px;	
}

#news_display .author
{
	text-align: right;
}

#news_display .author div
{
	text-align: left;
	width: 100px;
}

.event
{
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.event div
{
	color: #4682B4;
}

.main_quote
{
	width: 70%;
}

.main_quote td
{
	text-align: left;
	
	color: #000000;
	border: 3px #CCCCCC solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
	margin: 10px;
}