/***************************
Management Bios
****************************/
.mgntBiosHeader
{
    font-size: 16px;
    font-family: arial;
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
}
a.mgntBiosHeader:hover
{
    border-bottom: dotted 1px #731472;
}
.mgntBack
{
    font-size: 12px;
    font-family: arial;
    color: #8d8f92;
    font-weight: bold;
    text-decoration: none;
}
a.mgntBack:hover
{
    border-bottom: dotted 1px #731472;
}
.mgntBiosHighlightedHeader
{
    font-size: 18px;
    font-family: arial;
    color: #731472;
    font-weight: bold;
    padding-left: 0px;
}
.mgntBiosSubHeader
{
    font-size: 12px;
    font-family: arial;
    color: #777;
    padding-left: 0px;
}
.mgntNormalTxt
{
    font-size: 14px;
    text-align: justify;
    font-family: arial;
}

/***************************
    Contact Page
****************************/
.contactHeader
{
    font-size: 16px;
    font-family: arial;
    color: black;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}
.contactSubHeader
{
    font-size: 15px;
    font-family: arial;
    color: #777;
    padding-left: 0px;
}
.contactEmail, a.contactEmail, a.contactEmail:Hover
{
    font-size: 14px;
    text-align: justify;
    font-family: arial;
    margin-left: 15px;
    color: #B71234;
}
.contactPhone
{
    font-size: 14px;
    text-align: justify;
    font-family: arial;
    margin-left: 15px;
}
.contactVSpacer
{
    line-height: 3px;
}
.contactSubDiv
{
    float: left; 
    width: 100%;    
    margin-top: 17px;
    margin-bottom: 17px;
    margin-left: 3px;
    border-left: solid 4px #cfcfcf;
    padding-left: 10px;
}
.contactInfoDiv
{
    float: right; 
    width: 750px; 
    text-align: left;
    margin-bottom: 10px;
}
.contactDivRight
{
    float: right;
    width: 280px;
}


/* Content */
.contentDiv
{
    float: left;
    width: 580px;
    text-align: justify;
}
.imgDiv
{
    float: right;
    width: 430px;
    vertical-align: top;
}


