#homepagecontentholder
{
    margin-left:25px;
    margin-right:25px;
}

#homeleftcontent
{
    float:left;
    width:48%;
}

#homerightcontent
{
    float:right;
    width:48%;
     text-align:left;
}

#homeleftpriorities
{
    vertical-align:bottom;
}

#homelefttext
{
    color:#333333;
}

.floatleft
{
    float:left;
}

.floatright
{
    float:right;
}

#event1
{
    background-color:#35BDB2;
}

#event2
{
    background-color:#8BD1CB;
}

#event3
{
    background-color:#C5E7E3;
}

.event
{
    color:#333333;
    text-align:right;
}

.event a
{
    text-align:right;
    font-size:70%;
}

#newstitle1
{
    color:#46AAE0;
}

#newstitle2
{
    color:#00A387;
}

#newstitle3
{
    color:#D80984;
}

.newstext
{
    color:#333333;
    text-decoration: none;
}

.newstext:hover
{
    color:#333333;
    text-decoration: underline;
}

.eventlink
{
    border-bottom:1px solid #ccc;
}