   body  {
    color:       #000;
    font-size:   13px;
    font-family: "Century Gothic", Arial, "Trebuchet MS";
    background:  rgb(255,255,255) url(../images/bg-dday.gif);
    text-align:  left;
    margin:      0;
    padding:     0;
    height:      100%;
    display:     block;
   }

   p  {
    margin:      2px ;
    text-align:  center;
   }

   p.notes {
    margin: 4px;
    text-align: justify;
    font-size: 10px;
   }

   p.leftMenu  {
    padding:     0px 4px 0px 4px;  /* top, right, bottom, left */
    color:       #666;
    text-align:  left;
   }

   h2 {
    font-size:   16px; 
    text-align:  center; 
    padding:     6px; 
    margin:      0; 
    background:  #eee;
   }

   h3 {
    font-size:   14px; 
    margin:      4px 4px;
    color:       #360;
    font-weight: bold;
    text-align:  center;
   }

   #containerul, #containerul ul{
     text-align:left;
     margin:0;                /* Removes browser default margins applied to the lists. */
     padding:0;               /* Removes browser default padding applied to the lists. */
   }

   #containerul li{
     margin:0 0 0 10px;       /* A left margin to indent the list items and give the menu a sense of structure. */
     padding:0;               /* Removes browser default padding applied to the list items. */
     list-style-type:none;    /* Removes the bullet point that usually goes next to each item in a list. */
   }

   #containerul .symbols{	   /* Various styles to position the symbols next to the items in the menu. */
     float:left;
     width:12px;
     height:1em;
     background-position:0 50%;
     background-repeat:no-repeat;
   }

   .clear { 
    clear:       both;
   }

   .wide {
    width:       100%; 
    text-align:  center;
   }

   .wide p {
    margin:      0;
    padding:     5px;
    position:    relative;
   }

   .top {
    background:  rgb(255,255,255) url(../images/bg-dday-top.gif);
    border-bottom: 1px solid #360;
   }

   .top a {
    position:    absolute;
    right:       20px;
    text-align:  right;
    font-weight: bold;
    font-size:   .7em;
    color: #fff;
   }

   .bottom {
    border-top: 1px solid #360;
    position:   relative;
   }

   a:link, a:visited, a:link.bold, a:visited.bold {
    color:      #360;
    text-decoration: none;
   }

   a:hover, a:active, a:hover.bold, a:active.bold {
    color: #993;
    text-decoration: none;
   }

   a img       {
    border:   1px solid #360;
   }

   a img:hover {
    border:   1px solid #993;
   }
