body {
	background: rgb( 255, 255, 255 );
	color: rgb( 0, 0, 0 );
	font: normal medium "Lucida Grande", Helvetica, Arial, sans-serif;
}
#grant-logo { /* parent container of suffolk logo */
    text-align: center;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    
    /* scale by different factors in x and y directions - not used at the moment */
    -webkit-transform: scale(2.0, 1.0);
    -moz-transform: scale(2.0, 1.0);
    -ms-transform: scale(2.0, 1.0);
    -o-transform: scale(2.0, 1.0);
    transform: scale( 1, 1 );
}
#suffolk-logo { /* parent container of grant campus caption */
    position: relative;
    display: table;
    margin: 0 auto;
    padding-bottom: 0em;
}
#grant-campus { /* grant campus caption */
    display: table-caption;
    caption-side: bottom;
    
    color: rgb( 180, 150, 40 );
    text-transform: uppercase;
    
    border-top: solid rgb( 180, 150, 40 ) .12em;
    border-bottom: solid rgb( 202, 174, 48 ) .12em;
    
    font-family: "Times New Roman", Times, serif;
    font-weight: 500;
    letter-spacing: .1em;
    
    margin-top: 0em;
    padding-top: 0em;
    margin-bottom: 0em;
}
#edition-date {
    text-align: center;
    font-size: 140%;
    font-weight: 600;
    color: rgb( 0, 200, 0 );
}
#all-updates-link {
    text-align: center;
    font-size: 80%;
}
h1 {
    text-align: center;
    position: relative;
}
p {
    text-align: justify;
}
.report-container {
    border: outset .2em;
    background-color: rgb( 220, 220, 220 );
    margin: 1em;
    padding: 1em;
    position: relative;
}
.report-header {
    border: inset .1em;
    background-color: rgb( 70, 240, 240 );
    padding: 1em;
}
.organization-name {
    font-size: 200%;
}
.report-author {
    width: 100%;
    text-align: right;
}
li {
    text-align: justify;
}
h2 {
    margin-top: 2em;
}
h3 {
    margin-top: 1em;
    padding-bottom: 0em;
    margin-bottom: 0em;
}
h4 {
    margin-top: 1em;
    padding-bottom: 0em;
    margin-bottom: 0em;
}
.report-missing, .report-empty, .report-substantial {
    padding-left: .4em;
    padding-right: .4em;

    margin-left: 2em;
    margin-right: .5em;
    
    font-size: 50%;
    font-weight: bold;
}
.report-missing {
    color: rgb( 200, 0, 0 );
    border: solid rgb( 200, 0, 0 ) .2em;
}
.report-empty {
    color: rgb( 240, 240, 0 );
    border: solid rgb( 240, 240, 0 ) .2em;
}
.report-substantial {
    color: rgb( 0, 200, 0 );
    border: solid rgb( 0, 200, 0 ) .2em;
}
.flyer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.decision {
	color: rgb( 255, 20, 20 );
}
table {
    border-spacing: 0;
}
th, td {
    border: solid rgb( 0, 0, 0 ) .1em;
    padding: .5em;
}
