#divTopBar 
{
    height:30px;
    background:#ffa015;
    margin:0px;
    padding:0px;
    overflow:hidden;
}

#divClientBar 
{
    width:960px;
    padding:4px 0px 0px;
    height:25px;
    font-size:0.75em;
    color:#000000;
}

.divSignInCaption 
{
    color:#000000;
}

.divSignInField input
{
    background-color:#4d3923;
    color:#ffffff;
    border:1px solid #fde8d2;
    width:130px;
}

.divSignInButton input
{
    font-size:0.9em;
}

#divArticleViewArea h1
{
    margin:40px 0px 30px 0px;
    padding-bottom:5px;
    border-bottom:1px dotted silver;
}

#divArticleViewArea h2 
{
    margin-top:30px;
}

#divArticleViewArea h3 
{
    font-size:1em;
}