/* MAIN SUBCONTENT */
.subcontent-unit-border {
    width:183px;
    margin:0 0 2.0em 0;
    padding:0 0 5px 0;
    border:solid 1px rgb(190,190,190);
    background:rgb(235,235,235);
}

.subcontent-unit-border-green {
    width:183px;
    margin:0 0 2.5em 0;
    padding:0 0 10px 0;
    border:solid 1px rgb(160,214,81);
    background-color:rgb(217,239,185);
}
.subcontent-unit-border-blue  {
    width:183px;
    margin:0 0 2.5em 0;
    padding:0 0 10px 0;
    border:solid 1px rgb(137,170,214);
    background-color:rgb(213,225,240);
}

.subcontent-unit-border-orange {
    width:183px;
    margin:0 0 2.5em 0px;
    padding:0 0 10px 0;
    border:solid 1px rgb(232,177,13);
    background-color:rgb(248,224,150);
}

.subcontent-unit-noborder {
    width:185px;
    margin:0 0 2.5em 0;
    padding:0 0 10px 0;
    background:rgb(235,235,235);
}

.subcontent-unit-noborder-green {
    width:185px;
    margin:0 0 2.5em 0;
    padding:0 0 10px 0;
    background-color:rgb(217,239,185);
}

.subcontent-unit-noborder-blue  {
    width:185px;
    margin:0 0 2.5em 0;
    padding:0 0 10px 0;
    background-color:rgb(213,225,240);
}

.subcontent-unit-noborder-orange {
    width:185px;
    margin:0 0 2.5em 0;
    padding:0 0 10px 0;
    background-color:rgb(248,224,150);
}

.round-border-topleft {
    width:10px;
    height:10px;
    position:absolute;
    z-index:100;
    background:url(../../img/bg_corner_topleft.gif) no-repeat;
    margin-top:-1px;
    margin-left:-1px;
}

.round-border-topright {
    width:10px;
    height:10px;
    position:absolute;
    z-index:100;
    background:url(../../img/bg_corner_topright.gif) no-repeat;
    margin-top:-1px;
    margin-left:174px;
}

.round-noborder-topleft {
    width:10px;
    height:10px;
    position:absolute;
    z-index:100;
    background:url(../../img/bg_corner_topleft.gif) no-repeat;
    margin-top:0px;
    margin-left:0px;
}

.round-noborder-topright {
    width:10px;
    height:10px;
    position:absolute;
    z-index:100;
    background:url(../../img/bg_corner_topright.gif) no-repeat;
    margin-top:0px;
    margin-left:175px;
}

/* MAIN CONTENT */
.column1-unit {
    width:640px;
     margin-bottom:10px !important /*Non-IE6*/;
    margin-bottom:5px /*IE6*/;
}

.column2-unit-left {
    float:left;
    width:300px;
    margin-bottom:10px !important /*Non-IE6*/;
    margin-bottom:5px /*IE6*/;
}

.column2-unit-right {
    float:right;
    width:300px;
    margin-bottom:10px !important /*Non-IE6*/;
    margin-bottom:5px /*IE6*/;
}

.column3-unit-left {
    float:left;
    width:186px;
    margin-bottom:10px !important /*Non-IE6*/;
    margin-bottom:5px /*IE6*/;
}

.column3-unit-middle {
    float:left;
    width:186px;
    margin-bottom:10px !important /*Non-IE6*/;
    margin-bottom:5px /*IE6*/;
    margin-left:40px;
}

.column3-unit-right {
    float:right;
    width:186px;
     margin-bottom:10px !important /*Non-IE6*/;
    margin-bottom:5px /*IE6*/;
}