* {
    font-size                   : 10pt;
    font-family                 : sans-serif;
}
body {
    border-top                  : black thick inset;
    margin                      : 0px;
    border-left                 : black thick inset;
    background-color            : #336699;
}
.logo {
    border                      : #dcdcdc thin outset;
    font-weight                 : bold;
    z-index                     : 10;
    left                        : 10px;
    top                         : 10px;
    vertical-align              : middle;
    width                       : 284px;
    color                       : #FFFFFF;
    position                    : absolute;
    height                      : 80px;
    background-color            : #303030;
    text-align                  : left;
}
.logo img {
    border                      : none;
    vertical-align              : middle;
    text-align                  : center;
}
.content_layer {
    border                      : #dcdcdc thin outset;
    z-index                     : 1;
    left                        : 10px;
    width                       : 800px;
    top                         : 55px;
    vertical-align              : middle;
    color                       : #FFFFFF;
    position                    : absolute;
    background-color            : #EEEEEE;
    text-align                  : left;
    visibility                  : visible;
    font-weight                 : bold;

    /* cross-browser min-height hack */
    min-height                  : 400px;
    height                      : auto !important;
    height                      : 400px;
}
.content_layer table {
    margin                      : 10px;
    width                       : 740px;
    border                      : none;
    height                      : 230px;
}
.content_layer table .spacer {
    height                      : 46px;
}
.content_layer table .note {
    font-size                   : 12pt;
/*   font-weight                 : normal;*/
    height                      : 61px;
    padding                     : 2px;
    background-color            : #225588;

    vertical-align              : middle;
    color                       : #ffffff;
    text-align                  : left;
}
.content_layer table .link {
    padding                     : 2px;
    vertical-align              : middle;
    height                      : 23px;
    text-align                  : left;
    border                      : thin #696969;
}
.content_layer table .link a {
    font-size                   : 9pt;
}



