/* Colors:
	Red: 8A1E01
	Dark Grey: 5B5952
	Body Text Grey: 464E53
 */

HTML, Body, TD {
	font-family:verdana;
	color:#000000;
	font-size:13px;
    line-height: 150%;
}

A {
	color: blue;
	text-decoration:underline;
}

A:hover {
	color: blue;
	text-decoration:underline;
}

H1, .header_text {
	font-family : Arial;
	font-size : 11pt;
	color: #000000;
	font-weight: bold;
	display: inline; 
	margin: (0pt, 0pt, 0pt, 0pt);
   }

H2, .header_text {
	font-family : Arial;
	font-size : 10pt;
	color: #000000;
	font-weight: bold;
	display: inline; 
	margin: (0pt, 0pt, 0pt, 0pt);
   }

H3, .header_text {
	font-family : Arial;
	font-size : 9pt;
	color: #27408b;
	font-weight: bold;
	display: inline; 
	margin: (0pt, 0pt, 0pt, 0pt);
   }

H7, .header_text {
font-family : georgia;
	font-size : 25pt;
	color: #CC0000;
	font-weight: bold;
	display: inline; 
    line-height: 125%;
	margin: (0pt, 0pt, 0pt, 0pt);
   }
   
H4, H5, H6 {
	font-family : Arial;
	font-size : 8pt;
	color: #27408b;
	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;
}


/* footer */

.footer{
	padding:0px 0px 8px 0px;
	font-size:10px;
	color:#8A1F03;
}

/*  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;
}  

.form-error {
	color: #8A1F03;
	font-weight: bold;
}
