a:link {
color: #999999;
text-decoration: none
}

a:active {
color: #cc3333;
text-decoration: none
}

a:visited {
color: #999999;
text-decoration: none
}

a:hover {
text-decoration: underline
}

.button {
background-color: #F09F40;
color: #ffffff;
font-weight: bold;
font-size: 12px
}

h1 {
    width: 798px;
    height: 265px;
    display: block;
    background-image: url(images/header.png);
}

h1 span {
    display: none;
}

.body {
    /* move body section up into whitespace below header */
    margin-top: -80px;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial;
    font-size: 14px;
    line-height: 19px;
}

.col1 {
    display: block;
    float: left;
    width: 400px;
    padding-right: 20px;
}

.col2 {
    display: block;
    float: left;
    width: 380px;
}

#main {
width: 800px;
margin: 5px auto;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 0;
}

h3 {
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 10px 0 0 0;
}

textarea {
    width: 800px;
}

a img {
border: 0;
}

img.title {
padding-bottom: 17px;
}

.header img {
vertical-align: middle;
}

.gads {
width: 728px;
margin: 2px auto;
}

fieldset {
border: 0;
margin: 0;
padding: 0;
}

p.footer {
font-size: 12px;
line-height: 14px;
clear: both;
}
