/* sitewide bullets styles within body of site,not top nav or footer areas affected */
#bodyContent ul{
margin:1em 0 0 0;/* list-style-image:url(/graphics04/bullet_blue.png);*/
padding-left:0;
list-style:none;
line-height:1.5em;/* list-style-type:disc;
list-style-position:outside;*/
}
#bodyContent ul li{
margin-bottom:0.5em;/* list-style-position:outside 
margin:5px 0 0 -20px;
margin:5px 0 0 0;*/
padding-left:1.5em;
background:url(/graphics04/bullet_blue.png) no-repeat 0 0.15em;
}
/* used to make news listing dates gray */
#bodyContent ul li span{
color:#696969;
}
#bodyContent ul li small.eddIcon{
margin:0 0.25em !important;
padding:0.1em 0.25em;
color:#870E06 !important;
}
#bodyContent ul li small.eddFree{
margin:0 0.25em !important;
padding:0.1em 0.25em;
color:#008000 !important;
}

