/* program css */

div#content_related {
display: none;
}

div#content_primary {
width: 670px;
}

/* Event Feed ------------------------------ */

.eventitem p {
margin:0;
line-height:1.7;
}

.location {
font-style: italic;
}

div#eventfeed h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
}

div#eventfeed h4 a {
    color: #990000;
    text-decoration: underline;
}

div#eventfeed p {
    margin: 0;
}

div#eventfeed p.time {
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

div#eventfeed a {
    color: #990000;
}

div#eventfeed div.eventitem {
    margin: 0 0 20px 0;
}
