﻿body 
{
    background: #CBC59E;
    margin: 0px;
}

.content_text 
{
    
    font-size: 10pt;
    font-family: Verdana, Arial, Sans-Serif;
    line-height: 18px;
    }
    
h1 
{
    font-size: 11pt;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    margin: 0px;
    }
    
a.content_link:link {
text-decoration : underline;
color: #07419C;
}

a.content_link:visited  {
text-decoration : underline;
color: #07419C;
}

a.content_link:hover {
text-decoration : none;
color : #07419C;
}

.physicians_list 
{
    font-size: 10pt;
    font-family: Verdana, Arial, Sans-Serif;
    line-height: 18px;
    padding: 4px;
    }
    
    .image_block 
    {
        display: block;
        }
        
        .bg_left 
        {
            background: url(img/bg_left.jpg) top right repeat-y;
            }
            
        .bg_right 
        {
            background: url(img/bg_right.jpg) top left repeat-y;
            }
            
        .content_parent 
        {
            background: #ffffff;
            
            
            }
            
            .bg_ul 
            {
                background: url(img/bg_ul.jpg) bottom right no-repeat;
                }
                
                .bg_ur 
            {
                background: url(img/bg_ur.jpg) bottom left no-repeat;
                }
                
                .bg_ll 
            {
                background: url(img/bg_ll.jpg) top right no-repeat;
                }
                
                .bg_lr 
            {
                background: url(img/bg_lr.jpg) top left no-repeat;
                }
                
                .bg_nav 
                {
                    border: solid 1px #000000;
                    background: #F0EBD7;
                    padding: 5px;
                    
                    }
                    
                    .bg_content 
                    {
                        background: #F9F7EE;
                        border: solid 1px #000000;
                        padding: 8px;
                        }
                        
                        .drop_nav 
                        {
                            
                    line-height: 22px;
                            }
                            

.bg_sub_nav 
{
    border: solid 1px #000000;
    background: #F0EBD7;
    font-size: 10pt;
    font-family: Verdana, Arial, Sans-Serif;
    line-height: 18px;
    padding: 9px 9px 9px 9px;
    }
    
    a.sub_nav_link:link {
text-decoration : underline;
color: #000000;
}

a.sub_nav_link:visited  {
text-decoration : underline;
color: #000000;
}

a.sub_nav_link:hover {
text-decoration : none;
color : #000000;
}