#content { background:url(images/panel_background.png); margin: 2px auto; min-height: 430px; width:800px;}

/***** News Sub Header ****/
#news_sub_header { background:url("images/sprite_headings.png") no-repeat scroll -652px 0 transparent; height:40px; padding-top: 6px; width: 180px; }
#back_to_news { background:url("images/button_BackToNews.png") no-repeat scroll 0 0 transparent; height:25px; position:relative; right:-690px; top: 5px; width:100px; }
#back_to_news a { color:transparent; display:block; height:25px; width:92px; }

/***** News Content Container ****/
#news_content_container { color: #979797; font-size: 12px; font-family: "Lucida Grande", Arial; padding: 10px 18px; }
#news_content_container li { margin-bottom: 15px; }

#news_content_container .news_date { margin-bottom: 5px; }
#news_content_container .news_heading, #news_content_container .news_heading a { color: #A3251E; font-size: 18px; text-decoration: none; }
#news_content_container .news_heading a:hover { text-decoration: underline; }
#news_content_container .news_text { line-height: 16px; margin: 10px 0; }

.news_text a { color: #979797; }
.news_text ol { list-style: decimal inside none; }

