/* GLOBALS: containers for side-by-side <div>'s, miscellaneous alignment specs  */
                                                                  /* top of css */
.cbox {
     margin: 0 auto;          /* containers for side-by-side <div>'s */
     position: relative;
     text-align: left;
     clear: both;
}
.cleft {
     text-align: left;
     float: left;
}
.cright {
     float: right;
     text-align: left;
}
.cright img {
     display: block;          /* assures correct alignment of images  */
}

/* containers and definitions for forms */

form {  margin: 0; }




* {margin:0; padding:0;}      /* make IE behave properly */

body {
     text-align:center;         /* center content in IE5 */
}
img {  border:0; }


