#needsWrapper {
    width: 939px;
    height: 950px;
    margin: 0 auto;
}

#headerText {
    width: 400px;
    height: 53px;
    margin: 16px 0 0 0;
    color: #30416f;
    font-size: 22px;
    font-weight: bold;
    float: left;
}

#headerText a{
    color: #00345F;
}

#headerText a:hover{
    color: blue;
}

#headerLinks {
    width: 500px;
    float: right;
    text-align: right;
    margin: 20px 25px 0 0;
}

#communityNeedsText {
    width: 540px;
    height: 250px;
    color: #000103;
    font-size: 10pt;
    line-height: 1.4em;
}

#needData {
    width: 880px;
    height: 280px;
    border: 1px solid #0068B9;
    padding: 10px;
    margin: 0 0 10px 10px;
    background-color: #D9E9F4;
    clear: both;
}

#needData .row {
    width: 865px;
    height: 20px;
    color: #0068B9;
    clear: both;
    padding: 5px;
    margin: 0 0 10px 0;
    border: 1px solid #0068B9;
    background-color: #FFFFFF;
}

#needData .row .label {
    width: 180px;
    float: left;
    font-weight: bold;
}

#needData .row .value {
    width: 665px;
    height: 15px;
    float: left;
    overflow: hidden;
    font-size: 12px;
    margin: 3px 0 0 0;
}

#needData .row .description,
#needData .description {
    height: 50px;
}

#needData .row .description {
    overflow: auto;
}

#volunteerForm {
    width: 880px;
    height: 530px;
    border: 1px solid #0068B9;
    padding: 10px;
    margin: 0 0 10px 10px;
}

#volunteerForm .volunteerHeader {
    width: 560px;
    height: 53px;
    color: #30416f;
    font-size: 26px;
    font-weight: bold;
}

#volunteerForm .row {
    width: 865px;
    height: 20px;
    color: #0068B9;
    clear: both;
    padding: 5px;
    margin: 0 0 10px 0;
    border: 1px solid #0068B9;
    background-color: #FFFFFF;
}

#volunteerForm .row .label {
    width: 180px;
    float: left;
    font-weight: bold;
}

#volunteerForm .row .value {
    width: 665px;
    height: 15px;
    float: left;
    overflow: hidden;
    font-size: 12px;
    margin: 3px 0 0 0;
}

#volunteerForm .rowTall {
    width: 865px;
    height: 135px;
    color: #0068B9;
    clear: both;
    padding: 5px;
    margin: 0 0 10px 0;
    border: 1px solid #0068B9;
    background-color: #FFFFFF;
}

#volunteerForm .rowTall .subHeader {
    font-weight: bold;
}

#volunteerForm .rowTall .subrow {
    width: 845px;
    height: 20px;
    color: #0068B9;
    clear: both;
    padding: 5px;
    margin: 0 0 10px 0;
    background-color: #FFFFFF;
}

#volunteerForm .rowTall .subrow .label {
    width: 180px;
    float: left;
    font-weight: bold;
}

#volunteerForm .rowTall .subrow .input {
    width: 65px;
    height: 20px;
    float: left;
    overflow: hidden;
    font-size: 12px;
    margin: 3px 0 0 0;
}

#volunteerForm .rowTall .subrow .select {
    width: 600px;
    height: 20px;
    float: left;
    overflow: hidden;
    font-size: 12px;
    margin: 3px 0 0 0;
}

#volunteerForm .rowTall .subrow .select select {
    width: 200px;
}

#volunteerForm .rowTall .label {
    width: 180px;
    float: left;
    font-weight: bold;
}

#volunteerForm .rowTall .inputFull {
    width: 665px;
    height: 100px;
    float: left;
    font-size: 12px;
}
