body {
    background: #ffffff url("../images/greenback.gif") no-repeat;
    padding: 0;
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color:#333333;
    line-height: 16px;
}

#content {
    padding: 200px 0 0 25px;
    font-family: verdana, arial, sans-serif;
    width: 760px;
}

#content dl {
}

#content dt {
    float: left;
    margin-right: 0px;
    border: 0px solid red;
    clear: left;
}

#content dd {
    float: left;
    border: 0px solid red;
    margin: 0 0 0 10px;
    width: 350px;
    text-align: left;
}

h3 {
    float: left;
    font-family: "Courier New", Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px 5px 0;
}

h4 {
    float: left;
    font-family: "Courier New", Verdana, sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin: 2px 5px 5px 0;
}

.clear {
    clear: both;
}

#right_panel {
    float: right;
    margin-top: 11px;
    width: 153px;
}

#right_panel a {
    background: yellow;
    padding: 2px;
    text-decoration: none;
    color: red;
}

#right_panel a:hover {
    background: red;
    padding: 2px;
    text-decoration: none;
    color: yellow;
}

#left_panel {
    float: left;
}

a {
    background: yellow;
    padding: 2px;
    text-decoration: none;
    color: red;
}

a:hover {
    background: red;
    padding: 2px;
    text-decoration: none;
    color: yellow;
}


/* might have to do this holy hack */
/* hacks for IE contained floats problems */
#formsContainer:after {
    content: ".";
    display: block;
    height: 0;
    overflow:hidden;
    clear: both;
    visibility:hidden;
}
/* Holly Hack Targets IE Win only \*/
* html #formsContainer {height: 1%;}
