﻿body 
{
    margin:0;
    padding:0;
    background-color:#FFF;
    font:normal 11px Verdana;
}

.headerDiv
{
    height:165px;
    width:1000px;
    margin:0px auto;
}

    .bigLogo
    {
        width:545px;
        height:140px;
        background-color:#D7182A;
        float:left;
    }
    
        .bigLogo IMG
        {
            position:relative;
            top:40px;
            left:40px;
            border:none;
        }
    
    .headerDivImg
    {
        height:140px;
        width:455px;
        background-color:#339AD1;
        float:left;
    }
    
        .headerDivImg IMG
        {
            width:455px;
            height:140px;
        }
    
    .divMenu
    {
        width:1000px;
        height:23px;
        clear:both;
        background-color:#D7182A;
        border-top:solid 1px #FFFFFF;
        border-bottom:solid 1px #FFFFFF;
    }
    
        .HCPIcon
        {
            float:right;
            width:60px;
            margin-right:15px;
            height:23px;
            text-align:right;
        }
        
            .HCPIcon IMG
            {
                border:none;
                margin-right:2px;
                position:relative;
                top:5px;
            }
    
.content
{
    height:400px;
    width:1000px;
    background-color:#FFF;
    margin:0 auto;
}

    .frontNews
    {
        width:300px;
        border:solid 1px #FFF;
        height:342px;
        background-color:#ebe8e1;
        position:relative;
        top:24px;
        left:15px;
        z-index:0;
        float:left;
    }
    
        .frontNewsHeader
        {
            width:100%;
            height:27px;
            color:#FFF;
            background-color:#D7182A;
            font:bold 11px Verdana;
            border-bottom:solid 1px #FFF;
        }
        
            .frontNewsHeader SPAN
            {
                position:relative;
                top:7px;
                left:14px;
            }
            
        .frontNewsItems
        {
            width:300px;
            height:312px;
            text-align:justify;
            color:#646464;
            font-weight:bold;
            overflow:auto;
            overflow-x:hidden;
            overflow-y:auto;
            SCROLLBAR-FACE-COLOR: #d7182a;	
            SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;	
            SCROLLBAR-SHADOW-COLOR: #ffffff;
            SCROLLBAR-3DLIGHT-COLOR: #d7182a;	
            SCROLLBAR-ARROW-COLOR: #ffffff;	
            SCROLLBAR-TRACK-COLOR: #FFF;	
            SCROLLBAR-DARKSHADOW-COLOR: #d7182a;
        }
        
            .frontNewsItem
            {
                margin:15px 15px 0 15px;
                padding-bottom:15px;
                width:auto;
                overflow:hidden;
                
            }
            
            .frontNewsItem P
            {
                margin:0;
                padding:0;
            }
            
            .frontNewsItem IMG
            {
                border:none;
                margin-left:5px;
            }
    
    .frontArticle
    {
        border:solid 2px #ebe8e1;
        width:663px;
        height:340px;
        position:relative;
        top:24px;
        left:20px;
        z-index:0;
        background-color:#ebe8e1;
        overflow:auto;
        overflow-x:hidden;
        overflow-y:auto;
        SCROLLBAR-FACE-COLOR: #d7182a;	
        SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;	
        SCROLLBAR-SHADOW-COLOR: #ffffff;
        SCROLLBAR-3DLIGHT-COLOR: #d7182a;	
        SCROLLBAR-ARROW-COLOR: #ffffff;	
        SCROLLBAR-TRACK-COLOR: #FFF;	
        SCROLLBAR-DARKSHADOW-COLOR: #d7182a;
    }
    
    .frontArticle P
    {
        margin:10px 15px;
    }
    
    .contentArticle
    {
        width:620px;
        height:370px;
        overflow:auto;
        overflow-x:hidden;
        position:relative;
        left:15px;
        top:14px;
        z-index:0;
        float:left;
        SCROLLBAR-FACE-COLOR: #d7182a;	
        SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;	
        SCROLLBAR-SHADOW-COLOR: #ffffff;
        SCROLLBAR-3DLIGHT-COLOR: #d7182a;	
        SCROLLBAR-ARROW-COLOR: #ffffff;	
        SCROLLBAR-TRACK-COLOR: #FFF;	
        SCROLLBAR-DARKSHADOW-COLOR: #d7182a;
    }
    
        .contentArticle A
        {
            font:11px Verdana;
            color:#646464;
        }
    
    .contentPictFrame
    {
        height:338px;
        width:338px;
        position:relative;
        top:47px;
        left:-17px;
        float:right;
        
    }
    
    .searchNewsList
    {
        height:370px;
        width:338px;
        position:relative;
        top:14px;
        left:-17px;
        color:#FFF;
        background-color:#ebe8e1;
        float:right;
    }
    
        .searchNewsList .frontNewsItems
        {
            height:367px;
            width:338px;
        }

.footer
{
    height:27px;
    width:1000px;
    margin:0 auto;
    background-color:#D7182A;
    border-top:solid 1px #FFFFFF;
}

    .leftPart
    {
        position:relative;
        float:left;
        left:25px;
        top:7px;
        color:#FFF;
    }
    
        .leftPart A
        {
            color:#FFF;
            text-decoration:none;
        }
        
    .rightPart
    {
        float:right;
        position:relative;
        top:3px;
        left:-20px;
        color:#FFF;
    }
        .rightPart IMG
        {
            position:relative;
            top:3px;
        }
        
        .rightPart A
        {
            color:#FFF;
            text-decoration:none;
        }
		
.print A
{
	cursor: hand !important;
}
