h1.news { 
	font-family:Arial, Helvetica, sans-serif;
	color:#374824;
	padding-bottom:8px;
	border-bottom: 2px solid #C4E786;
}
h1.news a{
	color:#374824;
}
h1.news a:visited{
	color:#374824;
}
h1.news a:hover{
	color:#C4E786;
	text-decoration:none;
}

h2.news { 
	font-family:Arial, Helvetica, sans-serif;
	color:#374824;
	padding-bottom:8px;
	border-bottom: 2px solid #C4E786;
	font-size:22px;
	font-weight: strong;
	
}
h2.news a:link{
	color:#C4E786;
}
h2.news a:visited{
	color:#C4E786;
}
h2.news a:hover{
	color:#374824;	
	text-decoration:underline;
}
h3.news { 
	font-family:Arial, Helvetica, sans-serif;
	color:#374824;
	padding-bottom:8px;
	font-size:18px;
	font-weight: strong;
}
h3.news a:link{
	color:#374824;
}
h3.news a:visited{
	color:#374824;
}
h3.news a:hover{
	color:#C4E786;	
	text-decoration:underline;
}

/* Article sets */

div.article_box {
	float:left;
	width:460px;	
}
span.article_content a{
	font-size:14px; 
	line-height:17px;
}
span.article_url a{
	color:#374824;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	line-height:17px;
	font-weight:600;
	text-decoration:underline;
}
h3.article_source {
	margin-top:2px;
	margin-bottom:-5px;
	color:#aaaaaa;
	font-size:14px;
	line-height:14px;
	font-weight:500;
}
h4.article_credit {
	margin-top:-5px;
	margin-bottom:-5px;
	color:#aaaaaa;
	font-size:12px;
	line-height:12px;
}
div.article_summary {
	margin-top:-5px;
	text-align:justify;
	font-size:13px;
	font-family:Helvetica, Arial, sans-serif;
	line-height:15px;
}
div.article_box_all {
	float:left;
	width:400px;	
}
ul.article_set {
	float:left;
	width:260px;
	margin:0;
	padding:0;
	margin-bottom:10px;
	list-style:none;
	overflow:hidden;
}
ul.article_set div.description{
	width:160px;
	font-size:12px;
	text-align:left;
	float:left;
}

/* Video & Image sets */
ul.video_set {
	float:left;
	width:260px;
	height: 150px;
	#height:200px;
	margin:0;
	padding:0;
	margin-bottom:10px;
	list-style:none;
	overflow:hidden;
}
li.video_heading {
	margin-left:0;
	padding-left:0;
	padding-bottom:0px;
	#line-height:16px;	
}
ul.video_set div.video_preview{
	width:120px;
	float:left;
}
ul.video_set div.description{
	width:140px;
	font-size:12px;
	text-align:center;
	float:left;
}

li.video_heading h4 {
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	margin-top:0px;
	margin-bottom:5px;
}

li.video_heading h4 a:link {
	font-weight:normal;
	color:#FE8F00;
	text-decoration:none;
}
li.video_heading h4 a:visited {
	font-weight:normal;
	color:#FE8F00;
	text-decoration:none;
}
li.video_heading h4 a:hover {
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}

/* Bids box for images */
div.bids_box_small {
	background:#C4E786;
	font-family:Trebuchet ms, verdana;
	color:#374824;
	padding: 5px;
	margin:auto;
	text-align:center;
	width:80px;
}

/* Bids Box for articles */
div.bids_box {
	background:#C4E786;
	font-family:Trebuchet ms, verdana;
	color:#374824;
	padding: 5px;
	margin-right:10px;
	text-align:center;
	width:80px;
	float:left;
}
div.bids_box .label{
	color:#374824;
	font-size:14px;
}
/* Page Nav */
div.page_nav {
	background:#C4E786;
	font-family:Trebuchet ms, verdana;
	font-size:14px;
	color:#374824;
	padding: 5px;
}
div.page_nav a{
	color:#FFFFFF;
}
div.page_nav a:hover{
	color:#FF6600;
	text-decoration:underline;
}

/* Content Form */
li.content_form h3{
	background:#FF9900;
	margin:0;
	margin-bottom:-2px;
	padding:5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:0em;
	font-weight: strong;
}
li.content_form div.text_box{
	border:2px solid #FF9900;
	padding:5px;
	font-family:Comic Sans,Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	text-align:left;
}
li.content_form h3 a{
	color: #ffffff;	
}
input.textform {
	width:200px;	
}

.summary_form {
	width:300px;
	height:180px;	
}


