/* Newsbox items */

#newsbox {
	height: 420px;
	overflow: auto;
	border: none;
}
#newsbox h1 {
  text-align: center;
	background-color: black;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 108%;
	margin: 0 2px;
}
#newsbox h2 {
	font-weight: bold;
	font-size: 100%;
	margin: 2px;
  text-align: center;
	color: black;
}

#newsbox p {
	padding: 0 4px 4px 4px;		
}

.news_story {
  display: block;
	font-size: 77%;
	/*margin: 0.5em;*/
  background-color: aliceblue;
	border: 2px solid darkblue;
	-moz-border-radius: 0.5em;	
}

.ui-accordion .ui-accordion-content {
  padding: 0.25em 0.25em;
}

.accord_header {
  color: midnightblue;
  
	font-weight: bolder;
}

.header {
	font-weight: bold;
	font-size: 77%;
	margin: 2px;
  text-align: center;
	color: black;
}

.item {
	font-weight: normal;
	font-size: 77%;
	margin: 2px;
  text-align: left;
	color: black;

}