
body   
{ 
    background: url(../SmartObjects/background2.gif) left top;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 13px;
}
td  { color: black; font-style: normal; font-weight: normal; font-size: 10pt }
h1        { color: black; font-style: normal; font-weight: normal; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h2      { color: #c03; font-style: normal; font-size: 14pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-bottom: 14px; }
h3  { color: black; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-bottom: 10px;}
h4   { color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h5    { color: blue; font-weight: bolder; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }


h1, h2, h3, h4, h5, h6
{
    margin-top: 0;
}

a { color: #c03; text-decoration: underline }
a:hover   { color: black; }


.sidebarIcon
{
    text-align: center;
    margin-right: 40px;
}

.sidebarIcon a
{
    color: #fff;
    text-decoration: none;
}
.sidebarIcon a:hover
{
    text-decoration: underline;
}

.eventBlock
{
    overflow: hidden;
    width: 420px;
    margin-bottom: 30px;    
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.eventBlock img
{
    float: left;
    margin: 3px 10px 50px 0;
    width: 200px;
}

.eventBlock h2
{
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 3px 0;
    color: #000;
}

.eventBlock p
{    
    font-family: sans-serif;
    font-size: 12px;
}


.feature
{  
    float: left;
    width: 430px;
    position: relative;
    text-align: left;    
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.feature img
{
    clear: both;
    float: left;
}


.feature h2
{
    margin-bottom: 5px;
    font-size: 18px;
}

.feature h3
{
    margin-top: -5px;
    width: 210px;
    color: #000;
    font-size: 15px;
}


.feature p
{
    margin-top: -3px;
    margin-bottom: 5px;
    margin-left: 210px;
    width: 210px;
}


/*UTLITY STYLES*/
img
{
    border: none;
}


