﻿div.contentbase
    {   
    width: 750px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    float: right;
    }

    div.contentbase h1.contenttitle
        {
        width: 730px;
        height: auto;
        margin: 0px 0px 0px 0px;      
        padding: 5px 5px 5px 5px;
        font-size: large;
        border-left: solid 10px #CC0000;
        background-color: #E8E8E8;          
        clear: both;  
        }
        
    div.contentbase div.content
        {
        width: 728px;
        height: auto;
        margin: 0px 0px 0px 0px;
        padding: 10px 10px 10px 10px;    
        font-size: small;
        border-top: none;    
        border-left: solid 1px #E8E8E8;
        border-right: solid 1px #E8E8E8;
        border-bottom: solid 1px #E8E8E8;    
        background-color: White;    
        clear: both;
        }

        div.contentbase div.content div.subcontent_type1
            {
            width: 342px;
            height: auto;            
            margin: 5px 5px 5px 5px;
            padding: 5px 5px 5px 5px;            
            border: solid 1px #E8E8E8;            
            float: left;
            }

                      