.welcome
{
    position:relative;
    width: 583px;
}

.homeWelcomeTitle
{
    font-family: Verdana, Geneva;
    font-size:large;
    font-weight: bold;
    text-align:center;
    text-decoration:underline;
}

.homeWelcomeText
{
    font-family: Tahoma, Geneva;
    font-size:small;
    margin-right: 10px;
    margin-left:15px;
}

.homeLeft
{
    position:relative;
    float: left;
    width: 270px;
    margin-left:15px;
    background:transparent;
}

.homeRight
{
    position:relative;
    float: right;
    width: 270px;
    margin-left:15px;
}

.boxoutTitle
{
    font-family: Arial, Geneva;
    font-size: medium;
    font-weight:bold;
    text-align: left;
    width:270px;
    margin-top: -7px;
    padding-left: 10px;
    background-repeat:repeat-y;
    background-image:url("site-images/boxout-title-back.jpg");
    overflow:hidden;
}

.boxoutText
{
    position:relative;
    width:270px;
    margin-top: -7px;
    background-repeat:repeat-y;
    background-image:url("site-images/boxout-text-back.jpg");
}

.boxoutActualText b
{
    color: #E74037;
}

.boxoutInnerText
{
    position:relative;
    width:220px;
    margin-left:10px;
    font-family: Georgia, Geneva;
    font-size: x-small;
    color:#333333;
    soverflow:hidden;
}

.boxoutActualText
{
    position:relative;
    width:240px;
    margin-left:10px;
    font-family: Tahoma, Geneva;
    font-size: small;
    color:#333333;
}

.boxoutActualText b
{
    scolor: #E74037;
    color:#000000;
}

.boxoutActualText em
{
    scolor: #E74037;
    color:#000000;
}

.boxoutActualText p
{
    margin-top:-10px;
    margin-bottom:-10px;
    padding-bottom:18px;
    overflow:hidden;
}

.boxoutActualText a
{
    color: #E74037;
    text-decoration:underline;
    font-weight:bold;
}

.boxoutActualText a:hover, .boxoutActualText a.selected
{
    background: #E74037;
    color: #FFFFFF;
    text-decoration: none;
    font-weight:bold;
}

.smallImg
{
    text-align: center;
    border: none;
    text-decoration: none;
}

.smallImg a
{
    text-decoration:none;
    border: none;
    color: #FFFFFF;
}

.smallImg a:hover, .smallImg a.selected
{
    background: #FFFFFF;
    color:#E74037;
    border-bottom: 1px;
}


.smallImg img
{
    border:0px;
}



