/***** *****/

body
{
    margin: 0 0;
    background-color: #ffffff;
    background-image: url('/images/bg-repeat.jpg');
}

td
{
    line-height: 1.5em;
}

.site-first-table
{
    background-image: url('/images/bg.jpg');
    background-repeat: repeat-x;
    background-position: top;    
}

.site-second-table
{
    border: 1px solid #000000;
}

.site-content-table
{
    background-image: url('/images/content-bg.jpg');
}

.site-content-padding
{
    padding: 0px 22px 0 22px;
}

.menu-content-padding td
{
    padding: 0px 22px 0 22px;
}

.top-padding
{
    padding-top:17px;
}   

.menu-first-table
{
    background-color: #000000;
    background-image: url('/images/left-repeat.jpg');
    background-repeat: repeat-y;
}

.menu-gradient
{
    background-image: url('/images/left-gradient.jpg');
    background-repeat: no-repeat;
    background-position: top;
}

.pic { border: 1px solid #000000; }
.pic2 { border: 2px solid #ffffff; }

.featured-title
{
    color: #ffffff;
    font-size: 14pt;
    padding: 20px 0 0 34px;
}

.contact-form
{
    border: 1px dashed #000000;
    background-color:#f5fccc;    
}
.contact-title
{
    color: #000000;
    font-size: 15pt;
    font-weight:bold;
}
 
a { color:#0000ff; text-decoration:none; }
a:hover { color:#ff0000; text-decoration:none; }

.small-font { font-size:11px; }

.table-list-1
{
   background-color: #000000;
   color: #ffffff;
}

.td-list-1
{
   background-color: #d3e9f8;
   color: #000000;
}

.list-title1
{
   font-size:18px;
   font-weight:bold;      
}

td.footer-left { padding: 4px 0px 5px 5px; font-size: 8pt; font-family: Verdana, Arial, Sans-Serif; color: #000000; line-height: 1.6em; }
td.footer-left a { color: #000000; text-decoration: none; }
td.footer-left a:hover { color: #ff0000; text-decoration: none; }

td.footer-right { padding: 4px 5px 5px 0px; font-size: 8pt; font-family: Verdana, Arial, Sans-Serif; color: #000000; line-height: 1.6em; }
td.footer-right a { color: #000000; text-decoration: none; }
td.footer-right a:hover { color: #ff0000; text-decoration: none; }

/***** CONTENT *****/

h1,h2,h3
{
    color: #cc0000;
    text-align: center;
    margin: 15px 7px 10px 7px
}

h2
{
    font-style: italic;
}

p
{
    margin: 0px 0px 0px 0px;
}

.dates-title
{
    background-color: #9dd6fb;
    color: #000000;
    font-size: 16px;
    font-weight:bold;
    line-height: 24px;
}
    
.dates-details
{
    background-color: #cbefff;
    color: #000000;
    font-size: 14px;
    line-height: 24px;

}