div.header {
    width: 100%;
    text-align: center;
    background-image: url(images/logoback.jpg);
    background-repeat: repeat-x;
}

div.body {
    width: 935px;
    margin: auto;
    margin-top: 50px;
    padding: 0px;
    font-family: helvetica, arial, sans-serif;
}

div#thankyoubox {
    font-family: Verdana, Verdana, Geneva, sans-serif;
    background: url(images/thankyoubox.jpg);
    width: 659px;
    height: 111px;
    color: white;
    font-size: 18px;
    margin-top: -20px;
    margin-bottom: 40px;
}

#thankyoubox p {
    width: 600px;
}

#thankyoubox p a {
    color: white;
    text-decoration: none;
}

div.leftcol {
    width: 281px;
    font-size: 13px;
    float: left;
}

h1 {
    font-size: 14.5px;
    text-transform: capitalize;
    color: #0072bb;
}

.leftcol p {
    margin-bottom: 5px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    color: #58595b;
}

.leftcol p a, .leftcol p a:visited {
    color: #000000;
    text-decoration: none;
}

.leftcol p b {
    color: #000000;
}
 
.buttons {
    margin-top: 20px;
    margin-left: -5px;
    width: 286px;
}

.buttons a img {
    border: none;
}

p.leftbody {
    color: #000000;
    margin-top: 20px;
    margin-bottom: 35px;
}

div.leftcol p#contact {
    color: #0072bb;
}

div.leftcol p#contact a, div.leftcol p#contact a:visited {
    color: #0072bb;
    text-decoration: none;
}

div.rightcol {
    width: 630px;
    float: left;
    margin-left: 20px;
}

div.rightcol .rightheader {
    margin-top: -15px;
    margin-bottom: 30px;
}

div.rightcol .rightheader img {
    float: right;
}

div.rightcol .rightheader p {
    width: 400px;
    font-size: 14.5px;
}

div.rightcol .rightheader p b {
    color: #0072bb;
}

div.rightcol .rightheader p a, div.rightcol .rightheader p a:visited {
    color: #0072bb;
    text-decoration: none;
    font-weight: bold;
}

div.rightcenter {
    font-size: 13px;
    width: 300px;
    float: left;
}

div.rightcenter a, div.rightcenter a:visited {
    color: #000000;
    text-decoration: none;
}

div.rightcenter ul {
    padding-left: 12px;
    list-style: none url(images/rightcenterlist.jpg);
}

div.rightcenter ul li {
    padding-left: 15px;
    margin-top: 10px;
    color: #58595b;
}

div.rightright {
    float: left;
    width: 315px;
    font-size: 13px;
    margin-left: 15px;
}

div.rightright ul {
    padding-left: 17px;
    list-style: none url(images/rightrightlist.jpg);
    margin-bottom: 30px;
}

div.rightright ul li {
    padding-left: 5px;
    margin-top: 10px;
}

div.rightright a, div.rightright a:visited {
    color: #000000;
    text-decoration: none;
}
