﻿#ContentControllerDiv
{
    text-align:left;
    margin: * auto;
    width: 763px;
}

#contentArticleSeparatorBarLeft
{
    width: 541px;
    height: 23px;
    background-image: url(images/img_topper.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 3px;
    margin-bottom: 3px;
}

#contentArticleSeparatorBarRight
{
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    background-color: #999999;
    width: 199px;
    height: 23px;
    background-image: url(images/hdr_end.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

#dateDisplay
{
    text-align: center;
}

.articleListingSummary
{
    border: outset 3px #6699CC;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
}

.articleListingSummaryTitle
{
    font-size: 1.2em;
    margin-bottom: 7px;
}

.articleListingSummaryAbstract
{
}

.pageHeading1
{
    font-size: 2.7em;
    font-weight: 900;
}

.tabBasedNavigationLink
{
    display:block;
    float:left;
    background-color:#6699CC;
    background-image:url(/images/rightcornerimage.gif);
    background-position: top right;
    background-repeat:no-repeat;
    color:White ! important;
    font-weight:700;
    text-align:center;
    text-decoration:none ! important;    
    margin-right:1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tabBasedNavigationLink:hover
{
    background-color:#336699;
    background-image:url(/images/rightcornerimage.gif);
    background-position: top right;
    background-repeat:no-repeat;    
}