body {
    background-color: #E8E8E8;
    background-image: url("images/head.png");
    background-position: center top;
    background-repeat: repeat-x;
    margin: 0 auto;
}
h1 {
    color: gray;
    font-family: tahoma,helvetica,sans-serif;
    font-size: 175%;
    font-weight: normal;
    line-height: 2.5em;
}
h2 {
    color: #CC9933;
    font-family: tahoma,helvetica,sans-serif;
    font-size: 125%;
    font-weight: normal;
    line-height: 2.5em;
}
.blue {
    color: #000066;
    font-weight: bold;
}
p {
    color: #666666;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 75%;
    font-weight: normal;
    line-height: 1.8;
}
a {
    color: #999999;
    font-size: 125%;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #A8D74D;
    font-weight: bold;
}
#mainwrapper {
    margin: 0 auto;
    width: 900px;
}
#header {
    background-image: url("images/headerlogo.png");
    background-repeat: no-repeat;
    height: 180px;
    margin: 36px auto 0;
    width: 900px;
    z-index: 500;
}
#content {
    background-color: #E8E8E8;
    min-height: 400px;
    padding-left: 30px;
    padding-right: 30px;
    width: 840px;
}
#textleft {
    float: left;
    width: 450px;
}
#rightcol {
    background-color: white;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 2px 2px 6px #666699;
    float: right;
    margin-top: 20px;
    padding: 32px;
    text-align: left;
    width: 250px;
}
input, textarea {
    background-color: white;
    border: 2px solid DarkGray;
    color: silver;
    font-size: 12pt;
    font-weight: bold;
    padding: 6px;
}
img.left {
    float: left;
    padding: 15px;
}
#footer {
    background-color: #666699;
    background-image: url("images/footerbg.png");
    background-repeat: repeat-x;
    margin: 0 auto;
    min-height: 300px;
}
#footercontent {
    margin: 0 auto;
    padding-top: 27px;
    text-align: center;
    width: 900px;
}
#clear {
    clear: both;
}
