#newsticker {
	background: #dbc07a;	
	position: relative;
	font-size: 11px;
	color: #310000;
	list-style: circle;
	font-family: Georgia, Serif;
	line-height: 160%;
}
#newsticker ul {
	border:1px solid #B89156;
	list-style: none;
	min-height: 180px;
	padding-right: 20px;
	margin-left:2px;
	margin-top:-5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html #newsticker ul {	
height: 1.6em;	
overflow: visible;
}

#newsticker li.error {	
color: #f00;
}

#newsticker #togglenewsticker {	
background: transparent;	
overflow: hidden;	
position: absolute;	
right: 10px;	
top: 0px;	
width: 14px;
height: 14px;
text-indent: 20px;
outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
#tickerback {
	background-color: #A3030B;
	font-color: #993;
	min-height: 25px;
	padding-top:8px;
	padding-bottom:2px;
	padding-right:20px;
	padding-left:10px;
	margin-left:2px;
	background-image: url(../images/button.jpg);
	color: #FFF;
}
#holderdiv {
	width: 250px;
	}
 
#holderdiv div {
  margin: 0 10px 10px 10px;
  color: #363636;
  background-color: #eec;
  border: 1px solid black;
}
 
#holderdiv h2 {
  margin: 0;
  background-color: #7a7;
  color: white;
  font-size: 0.9em;
  padding: 5px;
  text-align: center;
}
 
#holderdiv p {
  margin: 5px 0; /* Only vertical margins on the p */
  padding: 0 5px; /* Also side padding */
}
 
#holderdiv .p-divider {
  border-top: 1px solid black;
  padding-top: 5px; /* This one gets top padding */
} 
#holderdiv div {
	word-wrap:break-word
	}
dl.bot_rgt {
	padding:0;
	float:left;
	width:48%;
	display:inline;
	border: 1px solid #B89156;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #300;
	}
dl.bot_rgt dt {
	padding:10px;
	text-align:left;
	color:#fff;
	background-color: #8B7641;
	background-image: url(../images/floral.png) no-repeat;
	background-position: right top;
	width: 92%;
}
dl.bot_rgt dd {
	padding:0; 
	margin:0;
	}

dl.bot_lft {
	padding:0;
	float:left;
	width:48%;
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #B89156;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #300;
}
dl.bot_lft dt {
	padding:10px;
	text-align:center;
	color:#fff;
	background-color: #8B7641;
	background-repeat: repeat-y;
	background-position: right top;
	width: 92%;
}
dl.bot_lft dd {
	padding:0; 
	margin:0;
	}

dl.top_rgt {
	padding:0;
	float:left;
	width:48%;
	display:inline;
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #B89156;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	height: 200px;
}
dl.top_rgt dt {
	text-align:left;
	color:#FFF;
	background-color: #A3030B;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	width: 92%;
	background-image: url(../images/button.jpg);
	}
dl.top_rgt dd {
	padding:0; 
	margin:0;
	}

dl.top_lft {
	padding:0;
	float:left;
	width:48%;
	background-color: transparent;
	background-image: url(c_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #B89156;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	height: 200px;
}
dl.top_lft dt {
	text-align:left;
	color:#FFF;
	background-color: #A3030B;
	background-repeat: no-repeat;
	background-position: right top;
	width: 92%;
	padding: 10px;
	background-image: url(../images/button.jpg);
}
dl.top_lft dd {
	padding:0; 
	margin:0;
	}

dd p {
	margin:0; 
	padding:10px; 
	line-height:1.3em;
	}

