body {
    background-color: #339900;
    background-image: url("images/bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    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: 24px;
    font-weight: bold;
    line-height: 28px;
}
.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;
    margin-top: 10px;
}
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;
}
#content {
    margin-top: 233px;
    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: 127px;
    padding: 20px;
    text-align: center;
    width: 250px;
}
input, textarea, select {
    background-color: white;
    border: 2px solid DarkGray;
    border-radius: 8px 8px 8px 8px;
    color: silver;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10px;
    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;
}
.clear {
    clear: both;
}
.floatleft {
    float: left;
    padding-right: 20px;
}
