body {
    margin:0px;
    padding:0px;
    background-image:url(images/background-top-left.png);
    background-position:top left;
    background-repeat:no-repeat;
    background-color:#F8F8F8;
}

#pagestyle {
   margin-left:15px;
   margin-right:15px;
   margin-top:100px;
   padding:0px;
}

/* define a default style for some basic elements */
#navigation, #content, #footer {
   border-width:1px;
   border-style:solid;
   border-color:black;
   background-color:#d8eced;
}

#navigation-column { width:150px; }
#navigation {
    margin:0px;
    padding:10px;
}

#navigation a {
    display:block;
    text-decoration:none;
    color:blue;
    font-size:0.9em;
}

#navigation a:hover  { background-color:yellow; }
#navigation a:before { content:url("images/menu-dot.png"); }

#content {
    margin-top:0px;
    margin-left:10px;
    padding:10px;
}

#content h1 { margin-top:0px;   margin-bottom:0.5em; }
#content h2 { margin-top:0.4em; margin-bottom:0.3em; }
#content h3 { margin-top:0.2em; margin-bottom:0.1em; }
#content p  { margin-top:0px;   margin-bottom:1em;   }
#content ul { margin-top:0.1em; }

#footer { margin:15px; }

.menu {
    margin:0px;
    padding:0px;
}

.submenu {
    margin-top:0px;
    margin-bottom:0px;
    padding-left:15px;
}

.date {
    margin-left:15px;
    font-style:italic;
    font-weight:bolder;
    font-size:0.8em;
    color:navy;
}

