﻿#ColumnOne
{
    
    float:left;
    width:260px;
    margin-right:40px;
}

#ColumnTwo
{
    float:left;
    width:355px;
    margin-right:20px;
}

.infoSection
{
    width:335px;
    float:left;
    background-image:url(../img/dashes.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
    margin-bottom:10px;
    padding-bottom:5px;
    
}

.infoImg
{
    float:left;
    width:90px;    
    padding:0px 5px 0px 5px;    
}

.infoImg img
{
    width:85px;
    height:102px;
}

.infoText
{
    float:left;
    width:215px;
    color:#333;
    font-family:Arial;
    font-size:12px;     
}

.infoText h4
{
    font-family:Arial;
    font-size:12px;   
    padding:0px;
    margin-top:5px; 
    margin-bottom:5px; 
}

.infoText h4 a
{
    text-decoration:none;
    color:#000;
}

.infoText h4 a:hover
{
    text-decoration:underline;
    color:#970000;
}

.infoText p a 
{
    text-decoration:none;
    color:#970000;
}

.infoText p a:hover
{
    text-decoration:underline; 
}


