@charset "utf-8";
.contentBox {
    background-image: url(http://gemitek.com/images/DODCollage_BG.png);
    width: 967px;
    height: 314px;
    background-color: #A6A6A6;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
.contentImage {
    width: 100%;
}

.title  {
    text-align: center;
    padding-top: 10px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-weight: 100;
    font-size: x-large;
    padding-bottom: 10px;
}
.contList {
    float: left;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    list-style-image: url(http://gemitek.com/images/DODCollage_bullet.png);
    width: 167px;
    display: block;
}
.internalCont {
    width: 100%;
    height: 100%;
}

.contList li {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: x-large;
    margin-bottom: 4px;
}

.imageCont {
    float: left;
    width: 280px;
    margin-left: 70px;
}
.alignRight {
    margin-right: 70px;
    float: right;
    width: 280px;
}
