#sgr table {
    border: none;
    padding: none;
    margin: none;
}

#sgr table tr {
    border-bottom: none;
    vertical-align: top;
}

#sgr table tr td {
    border-bottom: none;
    padding-bottom: 1em;
}

#sgr table tr td.label {
    width: 200px;
    font-weight: bold;
}

#sgr table tr td.label em {
    font-weight: normal;
}

#sgr fieldset {
    margin-bottom: 1em;
    border: 1px solid #429649;
}

#sgr fieldset legend {
    font-size: 1.2em;
    font-weight: bold;
    color: #429649;
}

#sgr div.school {
    /*border-top: 1px solid #429649;*/
    /*padding-top: 0.5em;*/
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1em;
}

#sgr div.school h4 {
    font-size: 14px;
    font-weight: bold;
    color: #429649;
    padding-top: 0.5em;
    margin-top: 0;
}

#sgr div.school h4 a {
    font-size: 14px;
    text-decoration: underline;
    color: #429649;
}

.sgr_navCell {
    background-color: #FEFFD2;
    border: 1px solid #F9D547;
}

.sgr_narCell {
    background-color: #E4F8D4;
    border: 1px solid green;
}

.sgr_navCell h3, .sgr_narCell h3, .sgr_narCell h4 {
    margin-top: 2px;
    padding-top: 2px;
}


