﻿.text_header
{
	float:left;
	width:100%;
	/*background:url('../images/header_bg.gif') top right;*/
	color:#ffffff;
	padding:4px 0px 10px 0px;
	text-indent:10px;
	height:22px;
	font-size:14px;
}
.text_header-leftcol
{
	float:left;
	width:385px;
	background:url('../images/header_bg.gif') top right;
	color:#ffffff;
	padding:6px 0px 0px 0px;
	text-indent:10px;
	height:20px;
	font-size:14px;
}
.text_header-small
{
	float:left;
	width:250px;
	background:url('../images/header_bg.gif') top right;
	color:#ffffff;
	padding:6px 0px 0px 0px;
	text-indent:10px;
	height:20px;
	font-size:14px;
	margin-top:-26px;
}
/*Plain text headers*/
.general_header
{
 	color:white;
	font-style:italic;
	font-weight:bold;
	height:26px;
	margin:0 0 10px 4px;
	text-align:center;
	width:97%;
}
.general_header a
{
	color:white;
	font-style:italic;
	font-weight:bold;
	height:26px;
	margin:0 0 10px;
	text-align:center;
}
/*News Archive header*/
.news_archive_header
{
  width:240px;
  float:left;  
  background:#F7F7F7;
  padding:10px 10px 0px 10px;
  height:40px;
}
.news_archive_header a
{
  color:#000000;
  font-size:18px;  	
  font-weight:bold;
  border-bottom:2px solid #6A1A41;
  padding:0px 0px 5px 0px; 
  margin:0px 0px 10px 0px;
  width:100%;
  float:left;
}