body {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;;
    font-size: 0.9em;
    line-height: 1.6em;
    color: #FFFFFF;
    background-color: #000000;
}

#header_info {
    border-bottom: #71b451 1px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

h1 {
    font-size: 1.1em;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px;
}

ul {
    padding-left: 1em;
    margin-left: 0;
}

input {
    border: #71b451 1px solid;
    text-decoration: none;
    font-size: 11px;
}

input.submit {
    color: #71b451;
    border: #000000 1px solid;
    background-color: #000000;
    font-size: 11px;
}

textarea {
    border: #71B451 1px solid;
}

#container {
    text-align: left;
    width: 1025px;
    border: 1px #71B451 solid;
}

#header {
    padding: 3px;
    border-bottom: 1px #71B451 solid;
    text-align: right;
}

#footer {
    padding: 3px;
    border-top: 1px #71B451 solid;
    clear: both;
}

#floatleft {
    padding: 5px;
    width: 300px;
    float: left;
}

#floatright {
    padding: 5px;
    width: 700px;
    float: left;
    border-left: 1px #71B451 solid;
    text-align: justify;
}

.centerText {
    text-align: center;
}

.rightText {
    text-align: right;
}

.line {
    border: 1px solid #71B451;
}

a {
    color: #71b451;
    text-decoration: none;
}

a:hover {
    color: #FF7711;
}
