/* GLOBALS: definitions used by and affecting the internal site
                                                     defines global containers */

#outer {                                /* defines and displays the "outer box" */
     border: 3px outset #0080FF;
     width: 760px;
     height: 490px;
     margin: auto;                      /* centers it in viewers screen */
}

#content {                              /* the container for page content */
     height: 364px;
     width: 760px;
     text-align: center;
}

#spacer {                               /* eliminates problems when first content <div> */
     width: 470px;                      /* uses a margin for downward location */
     height: 40px;                      /* also assures uniformity of location */
     margin: auto;
}

.subcont {                              /* standard text content cell */
     width: 470px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 10px;
     text-align: left;
}

#footer {                               /* contains the copyright */
     height: 30px;
     width: 760px;
     font-size: 10px;                    /* fixed size for copyright */
     font-weight: normal;
     color: #0000B0;
     text-align: center;
}


form {
     margin: 0;
}

