.panelTop
{
    width: 866px;
    height: 258px;
    border: 1px solid #b4b4b4;
}

.panelTop h1, .panelTop h2, .panelTop h3
{
    margin: 0px;
    padding: 0px;
}

.panelTop h1
{
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #0c3788;
}

.panelTop h2
{
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 10px;
    color: #0c3788;
}

.panelTop h3
{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #0c3788;
}

.panelNotificationBar
{
    width: 866px;
    height: 44px;
    border: 1px solid #b4b4b4;
    border-top: none;
    background-color: #f6f6f6;
}

.panelNotificationBar p
{
    line-height: 43px;
    vertical-align: middle;
    font-size: 13px;
    text-indent: 15px;
}

/* override #content */
#content
{
    width: 868px;
    min-height: 180px;
}
/* end override */

.panelLeft, .panelRight, .centerBox
{
    width: 208px;
    height: 178px;
    border: 1px solid #b4b4b4;
}

.panelLeft
{
    float: left;
}
 
.panelRight
{
    float: right;
}

.panelCenter
{
    float: left;
    margin-left: 10px;
    width: 428px;
    height: 180px;
    border: none;
}

.panelBottom
{
    width: 866px;
    border: 1px solid #b4b4b4;
    margin-bottom: 15px;
    background-color: #f6f6f6;
}

.panelInfoBar
{
    clear: both;
    width: 866px;
    height: 44px;
    border: 1px solid #b4b4b4;
    background-color: #ffffff;
    margin-bottom: 10px;
}

/* SplashPages Default Style */
.bannerTextContentPlaceHolder
{
    margin: 10px;
    width: 300px;
    height: 150px;
    border: 1px solid black;
}

.bannerTextContent
{
    margin: 0px;
    line-height: 22px;
    color: #0c3788;
}

.boxHeader
{
    width: auto;
    height: 31px;
}

.boxHeader h2
{
    line-height: 30px;
    text-indent: 10px;
}

.boxHeader h3
{
    line-height: 30px;
    text-indent: 10px;
    color: #0c3788;
}

.boxContentPlaceHolder
{
    position:absolute;
    width: 426px;
    height: 148px;
    -height: 147px;
    border: 1px solid #b4b4b4;
    border-top: none;
    -margin-top: -3px;
}

.boxContent
{
    margin: 5px 10px 10px 10px;
    -margin: 0px 5px;
    color: #0c3788;
}

.boxContent p
{
    line-height: 18px;
}

.boxInfoAbout ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.boxInfoAbout li
{
    line-height: 18px;
}