
h1#ArticleHeadline
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

#ArticleHeadlineComment
{
	margin: 10px 0px;
	font-size: 16px;
}

#ArticleSource
{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:16px;
	border-bottom: solid 1px #d9d6c7;
}

#ArticleSource dl 
{
	float: left;
	width: 450px;
	margin: 0;
}

#ArticleSource dt, dd
{
	float: left
}

#ArticleSource dt
{
	clear: left;
	width: 125px;
}

#ArticleSource dd
{
	font-weight: bold;
	width: 275px;
}


#ArticleSource p
{
	margin: 0px;
}

#ArticleSource span
{
	font-weight: bold;
}

#ArticleSource a:hover
{
	color: #C41425 ;
	font-weight: bold;
}

.ArticleLinks
{
	margin-top: 10px;
	padding-bottom: 5px;
	clear: both;
}

#ArticleSource .ArticleLinks a 
{
	font-size: 11px;
}

#EmailIcon
{
	float: right;
	background: url(../images/email_icon.gif) no-repeat;
	background-position: 0px 3px;
	text-align: left;
	padding-left: 17px;
	margin-right: 10px;
}

#ShareIcon
{
	float: right;
	background-position: 0px 3px;
	text-align: left;
	padding-left: 0px;
	margin-right: 10px;
}

#CommentIcon
{
	float: right;
	background: url(../images/comment_icon.gif) no-repeat;
	background-position: 0px 3px;
	padding-left: 17px;
	text-align: left;
}

#ArticleBodyImage
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#MPU
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#ArticleBody
{
	margin: 0px;
	line-height: normal;
}

#ArticleBody p
{
	padding-bottom: 10px;
}





/* Related Articles */
/* ----------------------------------------------------------------- */

#RelatedArticles
{
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}

#RelatedArticles h3
{
	font-weight: bold;
	font-size: 12px;
}

#RelatedArticles ul
{
	list-style: none;
}

#RelatedArticles li
{
	padding: 0 0 5px 0 ;
}

#RelatedArticles li img
{
	padding: 0 0 0 5px;
}

/* 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: 629px; /* 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: 599px;
}

html>body #ContentColumn
{
	width: 629px;
} 

/* Comments */
/* ---------------------------------------------------------- */

#Comments 
{
	padding-bottom: 10px
}


#Comments p
{
	padding-bottom: 10px
}

	.Comment p
	{
		padding: 3px 10px 3px 8px;
		margin: 5px 0 1px 0;
		border-top: 1px solid #ccc;
		background-color: #f0eee7;
	}
	
	.Comment span
	{
		font-size: 11px;
		padding-left: 8px;
	}



	.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;
}
