
#ArticleHeadline
{
	margin: 0px;
}

#ArticleHeadlineComment
{
	margin: 10px 0px;
	font-size: 16px;
}

#ArticleSource
{
	color: #6E6E6E;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	line-height:16px;
	border-bottom: solid 1px #C41425;
}

#ArticleSource p
{
	margin: 0px;
}

#ArticleSource a
{
	color: #6E6E6E;
	font-weight: bold;
}

#ArticleSource a:hover
{
	color: #C41425 ;
	font-weight: bold;
}

.ArticleLinks
{
	margin-top: 7px;
}

#ArticleSource .ArticleLinks a 
{
	color: #000
}

#EmailIcon
{
	float: left;
	width: 88px;
	background: url(../Images/email_icon.gif) no-repeat;
	background-position: 0px 5px;
	text-align: right;
	margin-right: 10px
}

#CommentIcon
{
	float: left;
	width: 152px;
	background: url(../Images/comment_icon.gif) no-repeat;
	background-position: 0px 5px;
	text-align: right;
}

#ArticleBodyImage
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#MPU
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#ArticleBody
{
	margin: 0px;
	margin-bottom:10px;
	line-height: normal;
	border-bottom: solid 1px #C41425;
	float:left;
}







/* Related Articles */
/* ----------------------------------------------------------------- */

#RelatedArticles
{
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

#RelatedArticles h3
{
	font-weight: bold;
	font-size: 12px;
}

#RelatedArticles ul
{
	margin-top: -10px;
}

/* On The Web */
/* ----------------------------------------------------------------- */

#OnTheWeb
{
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

#OnTheWeb h3
{
	font-weight: bold;
	font-size: 12px;
}

#OnTheWeb ul
{
	margin-top: -10px;
}


/* Over-rides the column widths and removes the internal ad column  */
/* ---------------------------------------------------------- */

#AdColumn
{
	display: none;
}

#ContentColumn
{
	width: 589px; /* overall width 481px minus margin and border */
	margin-top: 0px;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 0px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 579px;
}

html>body #ContentColumn
{
	width: 579px;
} 

/* Comments */
/* ---------------------------------------------------------- */

#Comments 
{
	padding-bottom: 10px
}

#Comment
{
	padding: 0px 10px 10px 0px;
	border-bottom: 1px solid #ccc
}


	#Comments .morearrow 
	{
		padding-top: 0px;
		background: url(../images/morearrow.gif) no-repeat;
		background-position: right 4px;
		display: block;
		float: right;
		font-size: 12px;
		text-indent: 0
	}

.CommentAuthor
{
	font-weight: bold;
}

.CommentDate
{
	color: #6e6e6e
}

.PostComment
{
	display: block;
	background-color: #787B7D;
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 6px;
	padding: 4px 0px 6px 10px;
}

.PostComment a
{
	color: #fff;
	font-weight: bold;
}

.PostComment a:hover
{
	color: #fff;
}