h3 {
    margin-top: 18px;
    margin-bottom: 15px;
}
h4 {
    margin-top: 14px;
    margin-bottom: 5px;
}
p {
    margin: 0;
    margin-bottom: 1em;
}
#content {
    position: relative;
}
#main {
    padding: 17px 0 0 20px;
    margin-right: 450px;
    float: left;
    min-height: 772px;
}
* html #main {
    height: 772px;
}
#sidebar {
    position: absolute;
    right: 0;
    width: 430px;
}
p#subhead {
    margin-bottom: 30px;
}
#membership {
    float: left;
    width: 180px;
    margin-right: 20px;
    padding-bottom: 10px;
}
#membership p {
    margin: 13px 0 6px;
}
#membership dt {
    display: block;
}
#membership dd {
    margin-bottom: 5px;
}
#sidebar div {
    padding-bottom: 30px;
}
#people dt {
    float: left;
    margin-right: 0.2em;
}
#people dd {
    clear: right;
}
/* type */
#content a:hover {
    border-bottom: 1px solid black;
}
h4 {
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
}
p {
    line-height: 22px;
}
p#head {
    font-size: 24px;
    line-height: 28px;
}
p#subhead {
    font-size: 18px;
    line-height: 25px;
}
#content a {
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#membership p,
#membership dt,
#membership dd {
    font-size: 12px;
    line-height: 15px;
}
#membership dd {
    font-family: Arial, Verdana, sans-serif;
    text-transform: none;
}
#sidebar p {
    font-size: 12px;
    line-height: 15px;
}
#people p {
    font-size: 16px;
    line-height: 25px;
}
#people dt,
#people dd
 {
    font-family: Georgia, Times, serif;
    font-size: 16px;
    line-height: 21px;
}

/* colors */
h4 {
    color: #373737;
}
#content a,
dt {
    color: #262422;
}
#header {
    border: none;
}
#main,
#sidebar {
    border-top: 5px solid #262422;
}
#membership
{
    border-top: 2px solid black;
}
#sidebar div {
    border-top: 1px solid black;
}
div#people {
    border: none;
}
#membership dt a:hover {
    background-color: transparent;
}
.box {
    float: left;
    width: 205px;
    margin-right: 20px;
}
.box.last {
    margin-right: 0;
}