
#title {
    background-image: url(images/title.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 151px;
}

.titleImg {
    padding: 5px;
}

.navbar {
    background-color: #336633;
}

li:hover {
    background-color: #003300;
}

body {
    background-color: #ecffe6;
    padding-bottom: 20px;
}

h2.section {
    margin-top: 20px;
}

.executiveLabel {
    font-size: 16;
    font-weight: bold;
}
