/* program css */

/* Use with image title - image needs to wrapped in <div id="title">image goes here</div> */
/*
div#title {
margin: 0 0 15px 0;
}
*/

div#content_related {
margin-top: 60px;
}

div.blog-pull img {
    margin-left: -15px;
}

div#landing_page_image{
    height:96px;
}

div.panel{
    background:#e9e9e9;
    border:1px solid #cecece;
    width:203px;
    margin-right:15px;
    margin-bottom:15px;
    padding:10px;
    float:left;
    height:400px;

}

div.panel h5 a{
    font-weight:bold;
    font-size:100%;
    color:#900;
    text-transform:uppercase;
    font-style:normal;
    text-decoration:none!important;
}

div.panel h5 a:hover {
    color:#555;
    text-decoration:underline;
}

div.panel p.event-date{
    margin-bottom:0px;
}

div.panel p.event-time{
    margin-bottom:0px;
}

div.panel p.event-link a{
    color:#990000;
    text-decoration:underline!important;
}

div.panel p.event-link a:hover {
    color:#000000;
}