body {
    margin: 0;
    padding: 0;
}
#cmlogo img,
#cmtitle img {
    float: left;
    border-width: 0;
    border-style: none;
    padding: 0;
    margin: 0;
}
/* not needed right now
#cmlogo {
    float: left;
    background: url(i/index.gif) no-repeat 0;
    width: 123px;
    height: 86px;
}
#cmtitle {
    float: left;
    background: url(i/masthead.gif) no-repeat 0;
    width: 477px;
    height: 86px;
}
*/
#cmtitle h1, #cmtitle h2 {
    margin: 0;
    padding: 10px;
}
#cmtitle h2 {
    margin-left: 4.8em;
    font-style: oblique;
}

#menu {
    clear: both;
    padding: 3px 0;
    padding-top: 10px;
    margin: 0;
    border-bottom: 1px solid #778;
    font: bold 12px Verdana, sans-serif;
/*
    background: url(i/masthead.gif) no-repeat;
*/
}
#menu li {
    list-style: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    display: inline;
}
#menu li#homelistitem {
    margin-left: 10px;
    margin-right: 10px;
}
#menu li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #778;
    border-bottom: none;
    background: #dde;
    text-decoration: none;
}
#menu li a:link {
    color: #448;
}
#menu li a:visited {
    color: #667;
}
#menu li a:link:hover,
#menu li a:visited:hover {
    color: #000;
    background: #aae;
    border-color: #227;
}
#pagehome #linkhome,
#pageprojects #linkprojects,
#pageservices #linkservices,
#pagepublications #linkpublications,
#pageabout #linkabout,
#pagecontact #linkcontact {
    background: white;
    border-bottom: 1px solid white;
}

/* Project Menu */
#menuprojects {
    clear: both;
    padding: 10px 0 10px 20px;
    margin: 0;
    border-bottom: 1px solid #778;
    font: bold 12px Verdana, sans-serif;
}
#menuprojects li {
    list-style: none;
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    display: inline;
}
#menuprojects li:first-child {
    border-right: 1px solid white;
    border-left: 1px solid white;
}
