#open_articles {
    float: left;
    width: 560px;
    margin: 0px;
}
.news {
    width:550px;
    margin: 10px 0px 20px 5px;
}
.news .lead_pic {
    float: left;
    width: 150px;
    border: solid 2px #65421c; 
    margin-right: 10px;
}
.news .text_short{
    float: right;
    width: 340px;
}
.news .text_long{
}
.news .title{
    font-size: 14px;
    text-decoration:underline;
    font-weight: bold;
    padding: 0px 0px 5px 5px;
}

.back {
    float: right;
    text-align: right;
    margin-bottom: 5px;
    width: 200px;
}
.news .author{
    font-weight: bold;
    padding: 10px 0px 10px 5px;
    
}
.news .date_open{
    text-align: right;
    font-weight: normal;
    padding: 0px 0px 5px 5px;
}
.news .date{
    text-align: left;
    font-weight: bold;
    padding: 0px 0px 5px 5px;
    width: 200px;
}
.news .lead {
    font-size: 12px;
    padding: 5px;
    text-align: justify;
}
.news .more {
    text-align: right;
}
.news hr {
    text-align: center;
    margin-top: 10px;
    width: 440px;
}

.open_doc {
/*    border: solid 2px #65421c; */
    margin: 10px 0px 5px 5px;
/*    background-color: #fff; */
}
.open_doc_head {
    padding: 2px;
    font-weight: bold;
    text-align: left;
}
.open_doc p {
    padding : 5px 0px 5px;
}

.open_doc ul {
    margin: 0px;
}

.link_pdf {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_pdf.gif) no-repeat top left; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_doc {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_doc.gif) no-repeat top left; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_rtf {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_rtf.gif) no-repeat top left; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_xls {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_xls.gif) no-repeat top left; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_ppt {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_ppt.gif) no-repeat top left; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_gal {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    width: 410px;
    background: url(/images/ico_img.gif) no-repeat top left; 
    padding: 0px 0px 0px 25px;
}

.link_a {
    text-decoration: none;
    float: left;
    width: 410px;
}