.col1, .col2, .col3, .col4, .cols {float:right}
.col {width:515px;float:right;padding-right:100px}
.col1 {padding-top:15px;padding-bottom:10px;padding-right:35px;min-width:150px;width:150px;}
.col2 {padding-top:15px;padding-bottom:10px;padding-right:10px;min-width:1024px;/*width:670px;*/}
.col3 {width:266px;padding-right:30px;}
.col4 {width:277px;padding-right:30px;}
.cols {width:226px;}
/* index.html */
#page1 .body1 {background:url(../images/bg_top.gif) top repeat-x #fff}
#page1 .body2 {background:url(../images/bg_top_img.jpg) top center no-repeat}
#page1 h1 {padding:31px 0 0 217px}
#page1 #search {padding:38px 0 0 50px }
#page1 #menu {padding:32px 0 0 27px}
#page1 h2 {padding:42px 0 21px 0}
#page1 header {padding-bottom:33px}
/* index-1.html */
/* index-2.html */
/* index-3.html */
/* index-4.html */
#page5 .cols {width:90px}
/* index-5.html */
/* index-6.html */

.collapsible {
    cursor: pointer;
   /* padding:5px 0 5px 0;*/
}

.active, .collapsible:hover {
    font-weight:bold;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}