.newsRow {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
	font-size: 1em;
	line-height: 1.5em;
}
.titleBlock {
	float: left;
	display: block;
	width: 40%;
	height: 100%;
	border-right: 1px dashed #ccc;
	padding: 6px 10px 6px 0;
	margin: 0;
	color: #719b15;
	text-transform: uppercase;
	text-align: right;
}

.newsSummaryBlock {
	float: left;
	display: block;
	width: 55%;
	height: 100%;
	border: 0;
	padding: 6px 0 0 0; 
	margin: 0;
	color: #ccc;
}
.newsSummaryBlock p {
	padding: 0 0 0 10px;
	margin: 0;
}



/* TABLE OF CONTENTS PAGES [LISTS] */

.newsRowList, .newsRowList_alt {
	display: block;
	background: #121212;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0;
	clear: both;
	margin: 0 0 15px 0;
	padding: 10px 0;
}
.newsRowList_alt {
	background: #000;
	border: 0;
}
.newsRowList .formatList, .newsRowList_alt .formatList {
	display: block;
	padding: 0 10px;
	margin: 0;
}
.newsPic_right, .newsPic_left {
	display: block;
	float: right;
	margin: 5px 0 2px 15px;
}
.newsPic_left {
	float: left;
	margin: 5px 15px 2px 0;
}
.thumb, .thumb_vert {
	width: 152px;
	height: 102px;
	display: block;
	float: left;
	margin: 0 8px 0 0;
}
.thumb_vert {
	width: 102px;
	height: 152px;
}
.thumb a, .thumb_vert a {
	display: block;
	padding: 1px;
	margin: 0;
	background: #666;
	border: 0;
}
.thumb a:hover, .thumb_vert a:hover {
	background: #ade537;
}
.thumb img, .thumb_vert img {
	width: 150px;
	height: 100px;
	padding: 0;
	margin: 0;
	border: 0;
}
.thumb_vert img {
	width: 100px;
	height: 150px;
}
#titleBlockList {
	display: block;
	color: #719b15;
	text-transform: uppercase;
	font-size: 1.5em;
}
#titleBlockList a {
	color: #719b15;
	text-decoration: none;
}
#titleBlockList a:hover {
	color: #ade537;
	text-decoration: underline;
}
.newsSummaryBlockList {
	color: #ccc;
}









.textArea, #textArea {
	display: block;
	line-height: 1.45em;
	color: #ccc;
	font-size: 1em;
	margin: 0 auto;
	width: 705px;
}
#textArea p {
	text-indent: 20px;
}

.float_right, .float_rightBox {
	display: block;
	float: right;
	padding: 0;
	border: 0;
	margin: 0 0 5px 10px;
	font-size: .85em;
	text-align: right;
}
.float_rightBox {
	font-size: 1em;
	color: #709b15;
	margin: 0 0 5px 20px;
	padding: 10px 10px;
	text-align: center;
	line-height: 250%;
	border: 1px solid #333;
}
.float_rightBox .tagit {
	text-transform: uppercase;
	font-size: 1.25em;
	text-align: center;
	display: block;
	padding: 0 0 4px 0;
}


.float_right img {
	border: 1px solid #454545;
	display: block;
	margin: 0;
	padding: 0;
}
















