
body {
    color: #006633;
    background-color: #ffffcc;
}

#banner {
    background-color: #cc3300;
    color: #ffffff;
    border-top: 2px solid #ff9999;
    border-bottom: 1px solid #000000;
    text-align: left;
}

#content h1 { 
    color: #330099;
}

#topmenu {
    background-color: #ff9999;
    color: white;
}

#topmenu a { color: white; text-decoration: none; padding: 3px 10px;}
#topmenu a:hover { background-color: #cc3300; text-decoration: underline; }

#left {
    color: #000066;
}

#footer {
    background-color: #cc3300;
    color: #ffffff;
    border-top:2px solid #ff9999;
    border-bottom:1px solid #000000;
}

#left {
    float:right;
    padding-left: 5px;
   }

#outer{ 
    border-right: solid 205px #ffcc00;  /* color of the left column  */ 
    background-color: #ffffff; /* color of the content column */
    }

