#newsbox {
  float: right;
  margin: 0px 0px 0px 20px;
  padding: 8px 4px 4px 8px;
  border: 1px solid #999999;
  background-color: #eeeeee;
  width: 300px;
}

#newsbox h5 {
  margin: 0px 0px 0px 0px;
	font-size: smaller;
	border-bottom: 1px solid #aaaaaa;
	padding-top: 2px;
	padding-left: 2px;
	color: #49635a;
}

#newsbox dt {
  font-weight: bold;
	border-bottom: 1px solid #aaaaaa;
  background-color: #eee;
  padding-left: 2px;
  margin: 0px 0px 0px 0px;
	font-size: small;
}

#newsbox ul {
	margin: 5px 0 15px -0em;
	padding: -0em -0em -0em -0em;
}

#newsbox ul ul {
	margin: 0px 0 0px -0em;
}

#newsbox li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: 0em 0.3em;
  padding-left: 10px;
  list-style-position: outside;
  line-height: 1.2em;
  font-size: smaller;
  background-image: url(../images/collapsed.gif);
}

#newsbox #date {
  display: block; 
  text-align: right; 
  font-size: smaller
}

dt {
  padding: 4px 4px 4px 24px;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  font-size: small;
  background-image: none;
}

p, h4, table {
  margin-left: 1em;
}

div.source {
  margin-left: 2em;
}

a:link {
  color:#4477AA;
}
a:visited  {
  color:#002277;
}
a:active, a:hover {
  color:#990000;
}