body {
    margin: 0;
    background-color: #66563e;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #66563e;
    font-size: 11px;
    text-align: center;
* html body {
    font-size: 9px; /* for IE5/Win */
    f\ont-size:9px; /* for other IE Versions */ 
  }
    
}

label {
    font-size: 11px;
}

th {
    font-size: 10px;
}
td {
    font-size: 11px;
}

p {
    font-size: 11px;
}

div.formErrors1 {
    position: absolute;
    top: 120px;
    left: 270px;
    width: 420px;
    color: #FF0000;
    font-size: 10px;
    font-weight: 700;
    height: 40px;
    overflow: auto;
}

div.formErrors2 {
    position: absolute;
    top: 10px;
    left: 270px;
    width: 420px;
    color: #FF0000;
    font-size: 10px;
    font-weight: 700;
    height: 40px;
    overflow: auto;
}

div#formErrors span.formErrorHeader { /* Form validation header */
    font-weight: bold;
}

.errorIcon {
    font-size: 16px;
    color: #FF0000;
    font-weight: bold;
}

div#wcIndicator {
    position: relative;
    margin: 0 0 6px 270px;
    padding: 0 0 0 19px;
    width: 418px;
    color: #20190d;
}

div#wcIndicator label {
    margin: 0 0 0 7px;
}

div#headerNav img {
    float: right;
    clear: right;
    margin-right: 6px;
    margin-bottom: 6px;
}

.ogcTbl2_right {
    font-size: 11px;
}

select.textInput {
    background-color: #fff;
    color: #20190d;
    width: 110px;
}

label#requiredFields {
    position: absolute;
    right: 50px; 
}

div.plusScndNav, div.minusScndNav {
    height: auto;
}

.unorderedListmedium {
    font-size: 11px;
    margin-left: 8px;
    padding-left: 8px;
}

/* Changes to fix site width */
div#main { width: 994px; }
div#contentRight, div#gcRight {	width: 274px; }
div#priContent { width: 994px; }
