h2 {
    text-align: center;
    color: #0021A3; /* Drk Blue */
    letter-spacing: 1px;
}
#topHalf p {
    float: left;
    width: 300px;
    margin-left: 40px;
    /*border-width: 5px;*/
    /*border-style: solid;*/
    /*border-color: #20B2AA;  Lt Sea Green */
}
#topHalf img {
    float: right;
}
#bottomHalf {
    clear: both;
/*    border-width: thin;*/
/*    border-style: solid;*/
/*    border-color: #20B2AA;  Lt Sea Green */
}
