﻿#CenterWrapper .ImageLinkWrapper
{
    overflow:hidden;
    margin:  0 auto 10px auto;
    width:375px;
}

#CenterWrapper .ImageLinkTitle
{
    float:left;
   border-bottom:solid 1px #346699;
    margin: 0 0 5px 0;
    width:100%;
}

#CenterWrapper .ImageLinkImage
{
    float:left;
   font-weight:bold;
}



#CenterWrapper .ImageLinkTitleText
{
    color:#346699;
    float:left;
    font-family:Arial;
    font-weight:bold;
    font-size:18px;
    
}



#CenterWrapper .ImageLinkImage
{
    
}

#CenterWrapper .ImageLinkCaption
{
    float:left;
    text-align:justify;
    font-size:12px;
}

/*-------------*/

#RightWrapper .ImageLinkWrapper
{
    margin: 0 0 30px 0;
    float:left;
    
}

#RightWrapper .ImageLinkTitle
{
   overflow:auto;
    margin: 0 0 10px 0;
    width:200px;
    border-bottom:solid 1px #fff;
}


#RightWrapper .ImageLinkTitleText
{
    color:#fff;
    float:left;
    width:200px;
    font-family:Arial;
    font-weight:bold;
    font-size:17px;
    text-align:left;  
    
}

#RightWrapper .ImageLinkTitleHR
{
    display:none;
}

#RightWrapper .SectionDivide
{
    
}

#RightWrapper .ImageLinkImage
{
   width:200px;
   float:left;
   text-align:center;
}

#RightWrapper .ImageLinkCaption
{
   text-align:center;
}

/*-------------*/

#LeftWrapper .ImageLinkWrapper
{
     margin: 0 0 30px 0;
    float:left;
    
}

#LeftWrapper .ImageLinkTitle
{
    overflow:auto;
    margin: 0 0 10px 0;
    width:200px;
    border-bottom:solid 1px #fff;
}



#LeftWrapper .ImageLinkTitleText
{
    color:#fff;
    float:left;
    width:200px;
    font-family:Arial;
    font-weight:bold;
    font-size:17px;
    text-align:left;  
}

#LeftWrapper .ImageLinkTitleHR
{
    display:none;
}

#LeftWrapper .SectionDivide
{
    
}

#LeftWrapper .ImageLinkImage
{
   width:200px;
   float:left;
   text-align:center;
}

#LeftWrapper .ImageLinkCaption
{
   text-align:center;
}