body                   {
                         color: #000000;
                         background-color:#ccffcc;
                         font-family:"arial narrow", sans-serif;
                       }

h1                     {
                         padding: 5px;
                         font-family: "times new roman", serif;
                         font-size: 170%;
                         font-style: italic;
                         text-align: center;
                         border-bottom: thin solid #000000;
                       }

h6                     {
                         padding: 0px;
                         font-size: 70%;
                         font-style: italic;
                         text-align: center;
                       }

p                      {
                       }

p.CenteredContent      {
                         text-align: center;
                       }

p.small                {
                         font-size: 70%;
                       }

img                    {
                         border-style: none;
                         border-width: 0;
                       }

img.RightJust          {
                         border-style: none;
                         border-width: 0;
                         padding-left: 10px;
                         padding-right: 10px;
                         padding-top: 5px;
                         padding-bottom: 0px;
                         float: right;
                       }

img.LeftJust           {
                         border-style: none;
                         border-width: 0;
                         padding-left: 10px;
                         padding-right: 10px;
                         padding-top: 5px;
                         padding-bottom: 0px;
                         float: left;
                       }

div.MenuItems          {
    clear:both;
     float: right;
                       }

ul.MenuList            {
                         color: #000000;
                         background-color: #99cc99;
                         border-width: 1px 3px 3px 1px;
                         border-style: solid;
                         border-color: #000000;
                         list-style-type: none;
                         padding-left: 20px;
                         padding-right: 20px;
                         padding-top: 10px;
                         padding-bottom: 40px;
    margin-left:10px;

                       }

li.MenuLevel1          {
                         padding-left: 0em;
                       }

li.MenuLevel2          {
                         padding-left: 1em;
                       }

li.MenuLevel3          {
                         padding-left: 2em;
                       }

li.MenuLevel4          {
                         padding-left: 3em;
                       }

table.CalendarTable    {
                         border-width: 1px 1px 1px 1px;
                         border-style: solid;
                         border-color: #000000;
                       }

td.CalendarDate        {
                         font-size: 80%;
                         width: 150px;
                         color: #000000;
                         background-color: #99cc99;
                         vertical-align: top;
                       }

td.CalendarItem        {
                         font-size: 80%;
                         color: #000000;
                         background-color: #99cc99;
                         vertical-align: top;
                       }

