body
{
    font-family:"Times New Roman", Times, serif;
    background: #FFF;
    color: #222;
    line-height: 1.4em;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

h1
{
    border-width: 0px;
    text-align: left;
    margin-top: 1em;
    font-size: 24px;
    border-bottom: 1px solid #222;
    padding-bottom: .2em;
}

#page
{
    width: 95%;
    margin: 0px auto;
}

.title
{
    text-align: left;
    font-weight: bold;
    font-size: 26px;
}

p
{
    font-size: 12px;
    line-height: 1.4em;
}

ul
{
    font-size: 14px;
    line-height: 1.4em;
}


#westsidebar {
        width:30%;
        float:left;
        padding-right:5px;
        font-size:95%;
        overflow:hidden;
}

