﻿body 
{ 
    background-color: #000000;
    margin: 0px;
    color: #aaaaaa;
    font-family: Arial, Tahoma, Georgia;
}

h1
{
    font-size: 18px;
    color: #1436b4;
}

#divContainer
{
    width: 940px;
    margin: 0px auto 0px auto;
}

#divHeader
{
    clear: both;
    height: 100px;
}

#divHeaderImg
{
    clear: both;
    margin: 0px 0px 10px 0px;
    height: 204px;
    border: solid 8px #404040;
}

#divHeaderImg img
{
	border: solid 2px #000000;
}

#divLeftPanel
{
    float: left;
    width: 250px;
    margin: 15px 15px 15px 15px;
}

#divLeftPanel h1
{
    font-size: 12pt;
    color: #aaaaaa;
    margin-bottom: 5px;
}

#divTestimonial
{
    color: #1436b4;
    font-family: Georgia, Arial;
    font-style: italic;
}

#divTestimonialSignature
{
    color: #1436b4;
    text-align: right;
    margin: 0px 15px 30px 0px;
}

#divSpecialtiesHeader
{
    border-bottom: solid 3px #1436b4;
}

#divSpecialties
{
    margin: 10px 0px 30px 0px;
}

#divSpecialties ul
{
    margin-top: 0px;
    margin-left: 18px;
}

#divContactHeader
{
    border-bottom: solid 3px #1436b4;
}

#divContact
{
    margin: 10px 0px 10px 0px;
    text-align: center;
}

#divContact A:LINK, #divFooter A:ACTIVE, #divFooter A:VISITED
{
    color: #1436b4;
    text-decoration: none;
}

#divContent
{
    float: left;
    width: 600px;
    margin: 15px 15px 15px 45px;
}

#divFooterTrim
{
    clear: both;
    background-color: #404040;
    height: 10px;
}

#divFooter
{
    clear: both;
    color: #c0c0c0;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}

#divFooter A:LINK, #divFooter A:ACTIVE, #divFooter A:VISITED
{
    color: #b9b9b9;
    text-decoration: none;
}

#divFooter A:HOVER
{
    color: white;
    text-decoration: none;
}

.copyrighttext
{
    color: #b9b9b9;
    font-size: 10px;
}