/* Regular PageHead Styles */
.PageHead {
    padding-top:        5px;
    margin:             0 0 5px 178px;
    color:              white;
    font-size:          90%;
}
    .PageHead .content {
        width:          519px !important;
        width:          516px;
        margin-top:     0;
        padding:        10px 0;
        border:         1px solid white;
        background:     black url(../images/photo_mom-and-child.jpg) no-repeat top right;
    }
    .PageHead#EduPlanning .content {
        background-image: url(../images/photo_smiling-schoolgirl.jpg);
    }
    .PageHead#MediaCenter .content {
        background:   black url(../images/photo_group-shot_smaller.jpg) no-repeat bottom right;
        height:             205px;
        font-size:          110%;
    }
        .PageHead#MediaCenter #HeadLine {
            margin:         25px 0 15px 0;
        }
    .PageHead .content p {
        padding: 0 234px 0 10px;
    }
    .PageHead a.RArrow {
        background: url(../images/rarrow_blackbg.gif) no-repeat right +3px;
    }
#sub {
    position: relative;
    margin-left: 181px;
}
    #ColumnOne, #ColumnTwo{
        position: relative;
        float:  left;
        width:  250px;
    }
        #ColumnTwo {
            float:  right;
        }
    #sub .content {
        color:              #0f4165;
        background-color:   #e8f5fe;
        font-size:          95%;
        padding:            5px 5px 0 5px;
        margin-left:        0;
    }
    #sub h1 {
        border:             1px solid white;
        background-color:   #63a8dc;
        color:              white;
        font-size:          110%;
        font-weight:        bold;
        padding:            2px 0 0 4px;
    }
    #sub p {
        margin-top:     5px;
    }
    #sub a {
        color:          #0f4165;
    }
        #sub a:hover {
            color:          #60a6da;
        }
    #sub .Item {
        clear:          left;
        margin-bottom:  15px;
    }
        #sub .Item .Image {
            float:          left;
            display: block;
        }
        #sub .Item .content {
            margin-left:    80px;
            border:         0;
        }
            #sub .Item.noImage .content {
                margin-left:    0;
            }
            #sub .Item .content h2 {
                font-size:      110%;
                font-weight:    bold;
                text-transform: uppercase;
                margin:         0;
            }
    #sub li {
        margin-bottom: 3px;
    }

