.EventItemList 
{
    display:block;
    margin: 10px 5px;
}

.EventItemList ul.LeftList
{
    float: left;
    width: 48%; 
    margin: 0px;
    padding: 0px;
    border: 0px none; 
    position: relative;
}

.EventItemList ul.LeftList li 
{
    list-style-type: none;
    margin-bottom: 1.0em;
}

.EventItemList ul.LeftList li h1
{
    font-size: 12px;
    font-weight: bold;
}

.EventItemList ul.RightList
{
    float: right;
    width: 48%; 
    margin: 0px;
    padding: 0px;
    border: 0px none; 
}

.EventItemList ul.RightList li 
{
    list-style-type: none;
    margin-bottom: 1.0em;
}

.EventItemList ul.RightList li h1
{
    font-size: 12px;
    font-weight: bold;
}