BODY         {

        margin: 0px;
        padding: 0px;
        border: #000000 0px solid;
        background-color: #F0EEDB;
        background-image: url("picts/background.jpg");
        background-repeat: repeat;
        background-position: 0px 0px;
        background-attachment: fixed;
        }




/* PAGE LINKS */

a:link                {
        color: #660000;
        text-decoration: none;
}

a:visited        { color: #660000; text-decoration: none; }

a:active        { color: #000066; text-decoration: none; }

a:hover                { color: #000099; text-decoration: none; }




/* THE NEXT LINE IS THE MAIN PAGE FONT */

TABLE                 { COLOR: #FFFFFF; FONT: 13px arial, verdana,  sans-serif; font-weight: normal; }

.title                 { color: #000033; font: 24px arial, verdana,  sans-serif; letter-spacing: -1px; font-weight: bold; }

.subtitle        { color: #000033; font: 16px arial, verdana,  sans-serif; letter-spacing: 0px; font-weight: bold; }

.phonetitle         { color: #3E2B1E; font: 13px arial, verdana, sans-serif; letter-spacing: 0px; font-weight: bold; }

.date-font        { COLOR: #3E2B1E; FONT: 10px verdana, arial, sans-serif; font-weight: bold; }

.just                 { text-align: justify; }





/* BORDER AND LINE CODE */

.page-splits        { COLOR: #DDDCD6; height: 2px; BORDER-TOP: #A49C98 1px solid; width: 100%; }

.borders        { BORDER: #000000 1px solid; }






/* RIGHT AND LEFT TEXT BOXS */


.note-text         { padding: 6px;
                  color: #333333;
                  font-size: 11px;
                  text-align: left;
                  border-top: #DDDCD6 1px solid;
                  border-bottom: #807A77 1px solid;
                  border-left: #807A77 1px solid;
                  border-right: #807A77 1px solid; }

.note-title        { padding: 5px;
                  background-color: #CBC7C3;
                  COLOR: #322926;
                  FONT: bold 12px arial, verdana, sans-serif;
                  text-align: left;
                  border-top: #807A77 1px solid;
                  border-bottom: #807A77 1px solid;
                  border-left: #807A77 1px solid;
                  border-right: #807A77 1px solid; }









 /* PAGE FOOTER CODE */

.footer         {
                border-bottom: #807A77 1px solid;
                border-top: #DDDCD6 1px solid;
                }

.footer-line        {
                border-right: #807A77 1px solid;
                border-bottom: #DDDCD6 1px solid;
                border-top: #807A77 1px solid;
                }

.footertext        { COLOR: #322926; FONT: 10px arial, verdana, sans-serif; font-weight: bold; }













 /* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide         { display:none; }
.printhelp        { width:600px; }
}
@media screen{
.printonly         { display:none; }
}