/* CONTENT =================================*/
.Content {
	color: #464646;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 135px 20px;
	line-height: 1.5em;
	border: 0px solid #FF3300;
	}
	.Content p {
		font-family: Arial, Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #940e10;
		line-height: 1.5em;
		}

/* CONTENT HEADER FOR DATE AND AUTHOR =================================*/
.ContentHeader {
	display: none;
	height: 30px;
	margin: 0px 5px 3px 5px;
	padding: 5px 10px 5px 10px;	
	background-color: #FFF;
	border-bottom: 1px dotted #9a9a9a;
	border-top: 1px dotted #9a9a9a;
	clear: both;
	}
	.ContentAuthor {
		float: left;
		font-size: 11px;
		font-weight: bold;
		color: #666666;
		}
	.ContentDate {
		float: right;
		font-size: 10px;
		color: #666666;
		}

/* CONTENT TITLES, LEAD STORY, PARTIAL CONTENT =================================*/
.ContentTitle {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336699;
	line-height: 35px;
	font-weight: normal;
	}
	.ContentPartial {
		padding: 0px 0px 0px 0px ;
		margin: 0px 0px 8px 0px;
		border-top: 0px solid #FF0000;
		}
	#ContentPartialDate {
		padding: 0px 0px 0px 0px ;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		font-size: 10px;
		color: #8b8b8b;
		}
	#ContentPartialTitle {
		font-family: Arial, Lucida Grande, "Times New Roman" Times serif;
		font-weight: normal;
		font-size: 14px;
		color: #7A4D21;
		padding: 0px 0px 5px 0px ;
		margin: 0px 0px 0px 0px;
		}
	#ContentPartialTitle a{
		font-family: Arial, Lucida Grande, "Times New Roman" Times serif;
		font-weight: normal;
		font-size: 18px;
		color: #7A4D21;
		text-decoration: underline;
		}
	#ContentPartialBody,  {
		padding: 0px 0px 0px 0px ;
		margin: 0px 0px 0px 0px;
		}
	#ContentPartialBody a {
		display: block;
		font-family: Arial, Lucida Grande, "Times New Roman" Times serif;
		color: #7A4D21;
		font-weight: normal;
		}
	#ContentPartialBody img{
		padding: 0;
		margin: 0;
		border: none;
		float: none;
		}

/* CONTENT PARTIAL HOMEPAGE =================================*/
	#ContentPartialTitleHome a{
		font-family: Arial, Lucida Grande, "Times New Roman" Times serif;
		font-weight: bold;
		font-size: 14px;
		color: #b50000;
		text-decoration: underline;
		}
	#ContentPartialBodyHome {
		color: #464646;
		padding: 3px 0px 0px 0px ;
		margin: 0px 0px 0px 0px;
		}
	#ContentPartialBodyHome a{
		font-family: Arial, Lucida Grande, "Times New Roman" Times serif;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		}
	#ContentPartialBodyHome img{
		display: inline;
		border: 0px solid #FF0000;
		float: none;
		}

/* CONTENT LEAD STORY =================================*/
.ContentLeadStory {
	float: none;
	}
	.ContentLeadStoryTitle{
		float: left;
		font-size: 30px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #940e10;
		line-height: 35px;
		font-weight: normal;
		padding: 5px 0px 10px 3px ;
		border-left: 0px solid #000;
		}
	.ContentLeadStoryPic {
		display: inline;
		float: right;
		}
	.ContentPicBox {
		float: right;
		}
	#ContentFirstPic {
		padding: 5px 0px 5px 10px ;
		}
	#ContentLeadStoryBody {
		display: inline;
		}
	#ContentFirstPicCaption {
		text-align: right;		
		width:300px;
		}

.ContentLeadStoryNoPic {
	width: 100%;
	float: none;
	}
