/* Styles in this CSS file will be applied to all containers in this directory */
div.contentbox div.headingbox 
{
    border-bottom:dotted 1px #333333;
    padding:5px 0px 5px 0px;
    margin-bottom:5px;
}

div.contentbox div.headingbox h1 
{
    color:#cc0033;
    letter-spacing:0.05em;
}

div.contentbox p
{
    text-align:justify;
}

div.contentbox span.clickformore 
{
    color:#333366;
    border-bottom:1px dotted #333333;
}

div.contentbox span.clickformore:hover
{
    border-bottom-style:none;
}

div.eventitem 
{
    padding-bottom:5px;
}

div.eventitem div.eventdate 
{
    float:left;
    width:65px;
}

div.eventitem div.eventname 
{
    float:left;
    width:125px;
}

