a.nav:link {
	text-decoration: none; 
	color: #000;
	background-color: transparent;
}
a.nav:visited {
	text-decoration: none; 
	color: #000;
	background-color: transparent;
}
a.nav:active {
	text-decoration: none;
	color: #a24843;
	background-color: transparent;
}
a.nav:hover {
	color: #a24843;
	background-color: transparent;
}

a.left:link {
	text-decoration: none; 
	color: #a24843; 
	background-color: transparent;
}
a.left:visited {
	text-decoration: none; 
	color: #a24843;
	background-color: transparent;
}
a.left:active {
	text-decoration: none;
	color: #a24843;
	background-color: transparent;
}
a.left:hover {
	color: #a24843;
	background-color: transparent;
}


a:link {
	color: #a24843;
	
}
a:visited {
	color: #a24843;
	
}
a:active {
	color: #a24843;
	
}
a:hover {
	color: #a24843;
	
}

acronym, abbr { 
		border: 0px;
		text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 80%;
}

h1 {
	color: #a24843;
	font-size: 1.2em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

h2 {
	color: #000;
	font-size: 1em;
	font-weight: bold;

}

h2.left {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 8px solid #008789; /* #a24843; */
	border-right: 0px;
	padding-left: 4px;

}

h3 {
	color: #a24843;
	font-size: 0.83em;
	font-weight: bold;

}

hr {
	color: #a24843;
	height: 0px;
	border: 0px;
	border-top: 1px solid #a24843;

}

table {

	border: 0px;
	font-size: 1em;

}

td {
	font-size: 1em;
	border: 0px;
}

p, blockquote, ul, ol {

	font-size:1em;
}


p.cen {

	text-align: center;
}

p.r {
	text-align: right;
}

ul.listing {

	list-style-type: square;
}


ul.nav {
	color: #a24843;

}

li.lbarnews {

	margin-left: -30px;
	list-style-type: none;
}

li.lbar {

	margin-left: -10px;
	list-style-type: square;
}


li.lbarindent {

	margin-left: 0px;
	list-style-type: none;
}

img {
	border: 0px;
}

.rightfloat {
	float: right;
	width: 145px;
	border: 1px solid #aaa;
	color: #000;
	background-color: #eee;
	padding: 4px;
	font-size: 0.9em;
	margin-left: 20px;
	margin-bottom: 20px;
}


#heading {
	width: 100%
}

#primetime {
	padding: 1px;
	
}

#slogan {
	text-align: right;
/*	padding: 6px; */
}

#img {
	width: 100%;
	margin: 0px;
	padding: 0px;
/*	height: 84px; */
  height: 60px;
	border-top: 1px solid #008789;
	border-bottom: 1px solid #000;
}

#jsnav {
	width: 100%;
	margin: 0px;
	padding: 0px;
/*	border-top: 1px solid #000; */
	border-bottom: 1px solid #000;
}

#imagebar {
	width: 100%;
	margin: 0px;
	padding: 0px;
/*	height: 84px; */
  height: 70px;
/*	background-color: #a24843; */
  background-color: #008789;
	background-image: url("../images/imagebar.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	
}

#main {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000;
}

#leftbar {

	margin: 0px;
	padding: 0px;
	border-right: 1px solid #000;
	width: 170px;
	padding-top: 8px;
}

#content {

	margin: 0px;
	padding: 13px;
	padding-top: 8px;
	padding-bottom: 30px;
}

#mainnav {
	background-color: #EBEBEB;
	padding: 4px;
}

#footer {
	width: 100%;
	padding: 4px;
	font-size: 0.8em;
	border-bottom: 1px solid #000;
}

#copyright {
	padding: 2px;
/*	padding-left: 11px; */
	color: #777;
}




