.r400-box {float: left; width: 100%;
     /*** This can be floated left or right ***/
     background-color: #FFFFFF;
  /*   padding-right: 10px;     */
     padding-bottom: 3px;
     border:1px solid #483D8B;             /*darkslateblue*/
}

.r400-wrapper {float: left; width: 100%;
     /*** This can be floated left or right ***/
     background-color: #FFFFFF;
   /*  border:1px solid #483D8B;     */        /*darkslateblue*/
}

.r400-left {float: left; width: 200px !important;
     /*** This can be floated left or right ***/
display: inline;
padding-left: 10px;
/*border:1px solid #483D8B;    */         /*darkslateblue*/
}

.r400-right {margin-left: 205px;
     /*** This gets margined the same direction
        as div.first-col gets floated ***/
 padding-left: 10px;
}




.floatright{
float: right;
margin: 0px 20px 0px 10px;
}

.floatrightnm{
float: right;
}

.r160-wrapper {float: left; width: 100%;
     /*** This can be floated left or right ***/
     background-color: #FFFFFF;
}

.r160-right {float: right; width: 160px !important;
     /*** This can be floated left or right ***/
display: inline;
border:1px solid #483D8B;             /*darkslateblue*/
}

.r160-center {margin-right: 170px;
     /*** This gets margined the same direction
        as div.first-col gets floated ***/
}

.adbox160{
width: 160;
background-color: #FFFFFF;
border:1px solid #483D8B;           /*darkslateblue*/
}

                            /**************250 width *********/

.r250-wrapper {float: left; width: 100%;
     /*** This can be floated left or right ***/
     background-color: #FFFFFF;
}

.r250-right {float: right; width: 250px !important;
     /*** This can be floated left or right ***/
display: inline;
border:1px solid #483D8B;             /*darkslateblue*/
}

.r250-center {margin-right: 260px;
     /*** This gets margined the same direction
        as div.first-col gets floated ***/
}

.space10w{
  background-color: #FFFFFF;
  height: 10px;
}
