﻿#HomePageSectionsContainer
{
    margin-right: 160px;
    padding-right: 10px;
    border:solid 1px #777777;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left: 0px;
    min-height:765px;
}

.SectionContainer
{
    margin-top: 5px;
    padding-top: 5px;
    border: solid 1px #d7d7d7;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.SectionContainerActualSize
{
    margin-right: 170px;
}

.SectionAdminLinks
{
    float:right;
}

.SectionHeadingLarge
{
    color: #FC9F04;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;    
}

.SectionHeadingMedium
{
    color: #FC9F04;
    font-weight: bold;
    font-size: 16px;    
    margin-bottom: 10px;
}

.SectionHeadingSmall
{
    color: #FC9F04;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.SectionBody
{
    color:#565656;
    /*font-family:Arial,Helvetica,sans-serif;
    font-size:14px;*/
    text-align: justify;
}

.SectionImageRight
{
    float: right;
    margin-left: 10px;
    margin-top: 35px;
    max-width: 250px;
    max-height: 200px;
}

.SectionImageRightBorder
{
    float: right;
    margin-left: 10px;
    margin-top: 35px;
    border: solid 1px #000000;
    padding: 5px;
    max-width: 250px;
    max-height: 200px;
}

.SectionImageLeft
{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    max-width: 250px;
    max-height: 200px;
}

.SectionImageLeftBorder
{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    border: solid 1px #000000;
    padding: 5px;
    max-width: 250px;
    max-height: 200px;
}

#SponsorsTitle
{
    font-weight: bold;
    margin-bottom: 15px;
}
    

.SponsorThumbContainer
{
    width: 150px;
    margin-bottom: 10px;
}

.SponsorThumbnail
{
    max-width: 125px;
}