/* HomePageHead Styles */
#HomePageHead {
    width:              699px;
    height:             244px;
    color:              white;
    background:         black;
    border-bottom:      1px solid #6baedf; /* blue */
    z-index:            1;
    position:           relative;
}
    #HPHeadLink {
        position:       absolute;
        width:          300px;
        height:         230px;
        cursor:         pointer;
        cursor:         hand;
    }

/* InfoBlock Styles */
#InfoBlocks {
    margin-top:         2px;
    border:             1px solid #6baedf; /* blue */
    border-width:       1px 0;
    height:             230px;
    overflow:           hidden;
}
    #InfoBlocks .Block {
        float:          left;
        width:          232px;
    }
        #InfoBlocks .Block .Links a {
            display:        block;
            margin-top:     4px;
        }
    #InfoBlocks h1 {
        color:              white;
        background-color:   #6baedf; /* blue */
        text-transform:     uppercase;
        padding:            1px 3px 0 19px;
        font-weight:        bold;
        border-left:        2px solid white;
    }
    #InfoBlocks h2 {
        font-weight:    bold;
    }
    #InfoBlocks p {
        margin:         8px 0 6px 0;
    }
    #InfoBlocks div.content {
        padding:        17px 5px 16px 21px;
        border-left:    2px solid #6baedf; /* blue */
        height:         200px;
    }
    #InfoBlocks #Block2 {
        width:          235px;
    }
    #InfoBlocks h1 {
        text-align:center;
        padding: 1px 5px 0 5px;
    }
    #InfoBlocks #Block1 h1, #InfoBlocks #Block1 div.content {
        border-left:    0;
    }

