﻿.backgroundColor
{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: White;
}

.faqQuestion
{
    position: relative;
    font-weight: bold;
    font-style: italic;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: Black;

    border-bottom-style: solid;
    border-bottom-width: 1px;    
    border-bottom-color: Black;
    color: #4d7303;
}

.faqAnswer
{
    position: relative;
    margin: 0px;
    padding-bottom: 20px;
}

.personnelHeader
{
   position: relative;
   top: -2px;
   margin: 0px;
   padding: 0px;
   margin-bottom: 8px;
   font-family: Verdana, Arial;
   font-size: 16px;    
}

.personnelPhoto
{
    position: relative;
    float: left;
    margin: 0px;
    padding: 2px;
    margin-right: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #4b4c49;
}

.personnelBlock
{
    position: static;
    clear: both;
    margin-bottom: 30px;
}
