.officerImg
{
    width: 210px;
    height:180px;
    border: solid 1px #FF6600;
    background-color: blue;
    color: Red;
       
}

.officer
{
    text-align: center;
    float: left;
    width: 220px;
    margin: 0 5px 5px 0;
    border: solid 1px #FF6600;
    background-color:silver ;
    color: Black;
}

.offCaption
{
   font-size: .9em;
}
    
.item
{
    font-weight:  bold;
    color: black;
    
}

.officer a, a:link
{
        font-size: .9em;
    color: blue;
    text-decoration: underline;
}
.officer a:hover
{
        font-size: .9em;
    color: black;
    background-color: Orange;
    text-decoration: underline;
}

.slideShow
{
    text-align: center;
    float: left;
    width: 210px;
    margin: 0 10px 10px 0;
    border: solid 1px #FF6600;
    background-color: #FCF5BE;
    color: Black;
       
}


.shootDate
{
    color: black;
    font-size:.8em;
}
.shootTitle
{
    color: maroon;
    font-size:.7em;
}