/***Columns***/
div.secondary
{
   margin-top: 5px;
}

div.article-top, div.article-bottom
{
    width: 412px;
    
}

/*Article Box*/
div.article-top, div.article-middle, div.article-bottom
{
}
.article-top
{
    margin-top: 4px;
    background-image: url('/images/content/whitebg-top.png');
    background-repeat: no-repeat;
    height: 10px;
}
.article-middle
{
    background-color: transparent;
    background-image: url('/images/content/whitebg-middle.png');
    background-repeat: repeat-y;
    
    padding: 0px 20px;
    padding-bottom: 15px;
}
.article-bottom
{
    background-image: url('/images/content/whitebg-bottom.png');
    background-repeat: no-repeat;
    height: 10px;
}

/*Article Text*/
.article-middle h1
{
    
}

.article-middle h2
{
    font-size: 8pt;
}

.article-middle h3
{
    font-size: 7pt;
    font-weight: 100;
    color: #333333;
}

.article-middle h4,.article-middle h5,.article-middle h6
{
    padding: 0;
    margin: 0;
}

.article-middle div.body
{
    margin-top: 7px;
}

.article-middle img
{
    width: inherit;
    max-width: 300px;
}

.article-middle a img
{
    border: none;
}

/*Related Content Box*/
.related-content
{
    font-size: 8pt;
}

.related-content ul
{
    margin: 0px;
    padding-left: 14px;
}

.related-content li
{
    line-height: 14pt;
}