

HTML, Body, TD {
	font-family:Tahoma, serif;
	color:#464E53;
	font-size:12px;
}

A {
	color: #464E53;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

A:hover {
	color: #9933CC;
	text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

H1, .header_text {
	font-family : Verdana;
	font-size : 11px;
	color: #464E53;
	font-weight: bold;
	display: inline; 
	margin: (0pt, 0pt, 0pt, 0pt);
   }
   
H2, H3, H4, H5, H6 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 18px;
	color: #464E53;
	font-weight: bold;
	display: inline; 
	margin: (0pt, 0pt, 0pt, 0pt);
   }
   
.newsheader h1 {
	color:#464E53;
}

.bodytable {
	padding:0px 15px 0px 15px;
}

.bodytable-divided {
	padding:0px 15px 0px 15px;
}

.cellbox { border-top: 1px #cccccc solid; border-left: 
1px #cccccc solid; border-right: 1px #cccccc solid; border-bottom: 1px #cccccc 
solid;}

/* Is this main from Kevin and Dreamweave?? */

.main h1 {
	margin:0px;
	font-size:13px;
	line-height:15px;
	padding:0px 20px 0px 20px;
}

.main h2 {
	margin:0px;
	font-size:13px;
	line-height:15px;
	padding:0px 20px 0px 20px;
}

.main h2 a{
	color:#8A1F03;
}

.main p {
	line-height:15px;
	font-size:9px;
	padding:0px 20px 0px 20px;
}

/* Sitemap Navigation */

.sitemap a{
	color:464E53;
}

.sitemap a:hover{
	color:464E53;
	text-decoration:underline;
}

/* Left-side Navigation */

.leftnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	font-size:9px;
}

.leftnav li.main a {
	display:block;
	height:25px;
	color:#5B5952;
	line-height:23px;
	font-weight:bold;
	padding:0px 0px 0px 17px;
	background: url(/images/leftnavdivide.gif) no-repeat center bottom;
}


.leftnav li.secondary a {
	display:block;
	height:25px;
	color:#899298;
	line-height:23px;
	padding:0px 0px 0px 27px;
	background: url(/images/leftnavdivide.gif) no-repeat center bottom;
}


.leftnav li a:hover {
	color: #8A1F03;
	background-color:#f1f1f1;
}



/* Right-side News Box */

.righttable {
	padding: 0px 12px 0px 8px;
}

.righttable h1 {
	font-size:11px;
	font-family:arial;
	margin:0px;
}

.righttable td {
	padding:4px 0px 4px 0px;
}

.rightnews td{
	font-size:7pt;
	padding:0px 23px 0px 23px;
}



/*  Lumer's Additions  */

.button_cellbox {
	border-top: 1px #666666 solid; 
	border-left: 1px #666666 solid; 
	border-right: 1px #666666 solid; 
	border-bottom: 1px #666666 solid;
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: normal;
	color: white;
	background: #8A1F03;
}  


