/* For styles that apply to all pages */

body {
     background: #F5F5DC; /* beige */
     }

#header {
    /* styles to come */
        }

#listmenu {
          width:100%;   /* makes the div full width */
          float:left;
          font-family: arial, san-serif;
          text-align: center;
          color:#FFF;  /* sets the type color - white*/
          background: silver;
          font-weight: bold;
        }

.spangreen {
           background:#006600; /* dark green */
           padding-bottom: 1px;
           }

div#listmenu a {
    text-decoration:none;   /* removes the underlining of the link */
    color: #006600;  /* sets the type color - black */
    background: silver;
    font-weight: bold;
    padding-bottom: 1px;
    }

div#listmenu a:hover {
             color:#228B22; /* forest green */
             background: yellow;
             }

/* the horizontal menu ends here */

#footer {
         width:100%;   /* makes the div full width */
         float:left;
         font-family: arial, san-serif;
         text-align: center;
         padding-top: 1em;
        }

div#footer a {
    text-decoration:none;   /* removes the underlining of the link */
    color:#000000;  /* sets the type color (black)*/
    }

div#footer a:hover {
    color:#228B22; /* forest green */
        }

#center {
    font-family: arial, san-serif;
    padding-left: 10px;
    padding-right: 10px;
    border-left:1px solid #228B22;
    border-right:1px solid #228B22;
        }

#center a {
    text-decoration:none;   /* removes the underlining of the link */
    color:#228B22; /* forest green */
    }

#left {
    font-family: arial, san-serif;
    padding-left: 10px;
    }

#left a {
    text-decoration:none;   /* removes the underlining of the link */
    color:#006600; /* forest green */
    font-weight: bold;
    }

#left a:hover {
    color:#000000; /* forest green */
    background: yellow;
    }

#right {
    font-family: arial, san-serif;
    padding-left: 10px;
    font-size: 0.8em
        }

#CEHeader {
    font-family: arial, san-serif;
    padding-left: 10px;
        }

* html h4 {
   /* top-right-bottom-left*/
   padding-top: 1em;
  }

#lastUpdate {
    font-family: arial, san-serif;
    font-size: 0.8em;
    padding-top: 1em;
    text-align: center;
    }

#DrawingCredits {
    font-family: arial, san-serif;
    font-size: 0.6em;
    }