* { margin: 0; padding: 0; }
#cl1 {
    background-color: #fff;
    padding: 5px;
    border: 1px solid black;
    border-left: 0px;
    height: 280px;
    width: 280px;
    float: left;
}

#cl2 {
    float: left;
    margin-top: 134px;
    width: 40px;
    background-color: #000;
    height: 2px;
}

#cl3 {
    float: left;
    margin-top: 120px;
    margin-left: 3px;
    background: transparent;
}

#purplebox {
    clear: both;
    margin-top: 10px;
    height: 41px;
    width: 100%;
    background: #00a url(../images/purpleeagle.gif) top left no-repeat;
    color: #fff;
}

#purplebox p {

    font-size: 1.5em;
    padding: 10px 55px;
}

#redbox {
    position: relative;
    clear: both;
    margin-top: 10px;
    width: 100%;
    background-color: #b00;
    color: #fff;
    padding: 5px 0px;
    font-size: .8em;
}

#redboxpic {
    position: absolute;
    top: 6px;
    right: 0px;
    border: 1px solid #fff;
    border-right: 0px;
    width: 140px;
    height: 60px;
    background: transparent url(../images/rboxback.png) top left no-repeat;
}


#redbox ul {
    float: left;
    list-style-type: none;
    margin-left: 10px;
    font-size: 1.2em;

}

#redbox ul li {
    float: left;
    width: 150px;
}


dl {
    margin-top:17px;
    margin-right: 10px;
}

dd {
    padding: 15px 0;
}

.tbox {
    padding-right: 60px;
    text-align: right;
}

.ylw {
    background: transparent url(../images/yellowbox.png) right 17px no-repeat;
}

.red {
    background: transparent url(../images/redbox.png) right 17px no-repeat;
}

.purple {
    background: transparent url(../images/purplebox.png) right 17px no-repeat;
}


.italic {
    font-style: italic;
}