﻿body
{
    background-image: url(../images/BodyBackgroundHome.gif);
    background-position: left -30px;
    background-repeat: repeat-x;
}


/* home splash */
.homeSplashArea
{
     padding: 30px 0 20px 0;
     width: 95%;
     margin: 0 auto;
}

.homeSplashArea .image
{
    float: right;
    width: 40%;
    text-align: center;
}

.homeSplashArea .imageCaption
{
    text-align:center;
    font-size:12pt;
    line-height:1em;
}

.homeSplashArea .text
{
    float: left;
    width: 50%;
    color: #000000;
    font-size: 16pt;
    text-align: left;
}

/* end home splash*/
