body{
    margin          : 0 0 0 0;
    padding         : 0 0 0 0;
    background-color: #fff;

    font-family     : Arial, Helvetica, sans-serif;
    font-size       : 12pt;
    color           : #036;}            /* */

.size800{                                   /* all pages - page size to fit 800*600 */
    padding         : 0 0 0 0;
    border          : 1px solid #036;
    width           : 760px;
    text-align      : left;}

.banner{                                    /* white background */
    background-color: #fff;
    padding         : 10px 0 0 0;
/*  border          : 1px solid #006;       /* dark blue */

    font-size       : 27px;
    font-weight     : bold;
    text-align      : center;
    color           : #00c;}                /* light blue */

.clear{
    clear           : left;}

.panel1{
    clear           : left;
    margin          : 0px 0px 0px 0px;
    padding         : 10px 0px 10px 10px;
    background-color: #fff;
    border-bottom   : 1px solid #036;

    text-align      : left;
    text-decoration : none;
    font-size       : 20px;
    font-weight     : normal;
    color           : #036;}

.panelr{
    float           : right;
    margin          : 0px 0px 0px 0px;
    padding         : 30px 0px 0px 0px;
    background-color: #fff;

    text-align      : left;
    text-decoration : none;
    font-size       : 20px;
    font-weight     : normal;
    color           : #036;}

/*-----------------------------------------top menu----------*/
#menubox{                                  /* all pages - menu box */
    clear           : left;
    margin          : 15px 15px 0 15px;
    padding         : 0 0 5px 0;
/*  border          : 1px solid #006;       /* dark blue */

    text-align      : center}

#menutop ul{
    list-style-type : none;
    margin          : .0em .0em .0em .2em;
    padding         : .0em .2em .0em .2em;}

#menutop li{
    display         : inline;}

#menutop a:link,
#menutop a:visited{
    margin          : 0  .5em  0  .3em;
    padding         : .2em 1em .5em 1em;
    border          : 1px solid #006;  /* dark blue */

    text-decoration : underline;
/*  font-size       : 100%; */
    font-size       : 14px;
    font-weight     : bold;
    background-color: #eef;
    color           : #00c;}           /* light blue */

#menutop a:hover{
    background-color: #fff;            /* white */

    text-decoration : underline;
    font-weight     : bold;
    color           : #00c;}

#menutop #current a {
    background-color: #040;

    text-decoration : underline;
    font-weight     : bold;
    color           : #fff;}

/*---------------------------------------------------------------*/
.footer{
    clear           : left;
    margin          : 0 0 0 0;
    padding         : 0 0 0 0;
    background-color: #fff;

    border          : 0px solid #999;
    text-align      : left;
    text-decoration : none;
    font-weight     : normal;}


