/* Start of CMSMS style sheet 'DefiniteBlue - Inner' */
/* Banner */
#middle .banner {
    background: url('/images/content/banner.jpg') no-repeat;
    width: 756px;
    height: 90px;
    margin: 0 auto;
}

#middle .banner .inner {
    text-align: center;
    width: 400px;
    padding-top: 25px;
}

#middle .banner h1 {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 36px;
    font-style: italic;
    padding: 0;
    margin: 0;
}

/* Breadcrumbs */
#breadcrumbs {
    font-size: 11px;
    padding: 10px 25px 0 25px;
}

/* Main Content */
#main_content {
    border-top: 1px solid #b0b0b0;
}

#main_content h1 {
    border-left: 8px solid #8acbff;
    padding-left: 10px;
}

#main_content h2 {
    font-size: 14px;
    border-left: 8px solid #b8b8b8;
    padding-left: 10px;
}

/* Right Content */
#right_content {
    width: 208px;
    float: right;
    margin: 0 0 20px 20px;
}

#right_content .top {
    background: url('/images/content/linebox-top.gif') no-repeat;
    width: 208px;
    height: 6px;
}

#right_content .inner {
    border-left: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
    padding: 5px;
}

#right_content .bottom {
    background: url('/images/content/linebox-bottom.gif') no-repeat;
    width: 208px;
    height: 6px;
}

/* Right Promo */
#right_promo {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 14px; 
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
}

#right_promo a {
    color: #666666;
    text-decoration: none;
}

#right_promo p {
    padding: 3px 0;
    margin: 0;
}

/* Site Tools */
#site_tools h3 {
    padding: 0;
    margin: 0;
}

#site_tools ul {
    padding: 0;
    margin: 0;
}

#site_tools li {
    list-style: none outside none;
}
/* End of 'DefiniteBlue - Inner' */

