#cds-wrap {
    clear:both;
	display: none;
}

#cds-title{
    border-bottom:1px solid #CACACA;
    float:left;
    padding-top:10px;
    width:538px;
    font-weight:bold;
    font-size:1.5em;  
}
#cds-container{
    background-color: #E6F3FB;
    border:1px solid #CCCCCC;
    border-top: 0px;
    clear:both;
}
#cds-content{
    padding:5px;
}

#cds-content h2{
    font:12px/15px Tahoma,sans-serif;
    font-weight: bold;
    color:#3366FF;
    line-height:5px;
}

#cds-content p{
    font:12px/15px Tahoma,sans-serif;
    text-align:justify;
}
