
#CategoryMenu {
    float: left;
    width: 104px;
    padding: 0 2px;
}

#CategoryMenu p.title {
    margin: 0 3px 6px;
    color: #4F4F4F;
    text-align: left;
    border-right: 2px solid #AFAFAF;
    border-left: 2px solid #AFAFAF;
    text-align: center;
}

#CategoryMenu ul {
    margin: 0;
    padding: 0;
    border-right: 1px solid #CBE2F2;
    border-left: 1px solid #CBE2F2;
    background: #F6F6F6;
}

#CategoryMenu li {
    font-weight: bold;
    margin: 0 2px 12px;
    padding: 0;
    list-style: none;
    text-align: left;
    cursor: pointer;
}

#CategoryMenu li:hover {
    color: #FF6600;
}

#ProjectList {
    float: left;
    width: 480px;
}

#ProjectList p {
    margin: 0;
}

p#ProjectsHeading {
    margin: 0 0 10px 18px;
    font-weight: bold;
    font-size: 110%;
}

#ProjectList div.container {
    margin: 0 0 12px 20px;
    border-top: 1px solid #AEAEAE;
}

#ProjectList div.image {
    float: left;
    margin-bottom: 25px;
}

#ProjectList div.description {
    float: left;
    width: 60%;
    margin-left: 10px;
}

#ProjectList .title {
    /* Note: Some cascade error in the projects page requires this forced font size */
    font-weight: bold;
}

#ProjectList ul {
    margin: 10px 0;
    padding: 0;
}

#ProjectList li {
    /* Note: Some cascade error in the projects page requires this forced font size */
    margin: 0 5px 0 25px;
    list-style: disc;
    text-align: left;
}

#ProjectList li.keywordsHidden {
    display: none;
}


td#nav {
  background-image: url(Images/nav_back.jpg);
}


td#contentBody {
  background-image: url(Images/body.jpg);
}


.hideRow {
  display: none
}


