#contentArea h2
{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-weight: 300;
    text-align: center;
}

#contentArea form
{
    margin: 0.0em auto 3.0em auto;
    width: 480px;
}

#contentArea form label
{
    font-size: 1.0em;
    display: block;
    float: left;
    width: 60px;
    margin: 0px;
    text-align: right;
}

#contentArea form input
{
    font-size: 1.0em;
    width: 174px;
    font-family: "GillSans-Light", "Gill Sans", "Gill Sans MT";
    font-weight: 300;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    display: inline-block;
    float: left;
}

#contentArea form input[type=submit]
{
    float: none;
    margin-left: 360px;
    margin-top: 4px;
    width: 120px;
}

#contentArea form textarea
{
    margin-top: 0.25em;
    width: 478px;
    height: 200px;
    font-size: 1.0em;
    font-family: "GillSans-Light", "Gill Sans", "Gill Sans MT";
    font-weight: 300;
}

#otherSites
{
    width: 480px;
    margin: 0.0em auto 3.0em auto;
    overflow: auto;
    line-height: 2.em;
    
}

#otherSites p
{
    margin: 0px;
    width: 148px;
    float: left;
}

#otherSites ul
{
    float: right;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

#otherSites li
{
    list-style-type: none;
    float: left;
    width: 82.5px;
    text-align: center;
    border-right: 1px solid #ddd;
}

#otherSites li.no-border
{
    border-right: none;
}