#container ul li {
  list-style-image: url(/images/li_bullet_black.gif);
}

#content {
  float: right;
  width: 553px ;
  padding: 0px 5px 10px 10px;
  background-color:#cacaca;
  color: #000;
  margin-bottom:10px;
  margin-right:5px;
}

#image {
  float: right;
  width: 159px;  
  vertical-align: top;
}

#content table {
  font: 1em verdana, arial, sans-serif; 
  border-color:#000;
  border-collapse: collapse;
  color:#000;

}
#content table th {
	font: 700 1em verdana, sans-serif;
	color: #fff;
	border-color:#000;
	text-align:left;
	background: #686868;
}

#content table td{
  border-color:#000;
}


a {
  color: #000;

}
a:visited {
  color: #3F3F3F;
}

a:hover {
  color: #FF9233;
}

#urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
list-style-image: none; 
}

#programs ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
list-style-image: none; 
}