body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11pt;
    background-image: url("/imgs/8thlogo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
}
#menu {
    display: none;
}
#top {
    display: none;
}
#logo {
    /* position: absolute;
    right: 0px;
    top: 0px; */
    display: none;
}
#title-img {
    display: none;
}
h1 {
    width: 100%;
    font-size: 14pt;
    font-family: Verdana, Arial, sans-serif;
    border-top: solid black 2px;
    border-bottom: solid black 1px;
    color: white;
    background-color: black;
    margin-bottom: 0px;
}
h2 {
    margin-top: 2px;
    font-size: 12pt;
    border-bottom: solid black 2px;
}
#rightcolumn {
    display: none;
}
#leftcolumn {
    width: 100%;
}

th {
    font-weight: bold;
}
.actions {
    display: none;
}

.section {
    clear: left;
}

.section h3 {
    font-size: 12pt;
    font-weight: bold;
    border-top: solid black 1px;
	margin-top: 0.25cm;
	margin-bottom: 0cm;
}
.section .image {
    float: left;
    padding-right: 0.5cm;
}
.date {
    text-align: right;
    font-style: italic;
    font-size: 8pt;
    margin-top: -0.2cm
}
	#content p {
	    padding-left: 10px;
	    margin-top: 0px;
	    padding-top: 2px;
	}

#content-bottom {
    border-top: solid black 2px;
    clear: both;
    font-size: 8pt;
    margin-top: 10px;
}
#content-bottom p {
    padding-top: 0px;
    padding-bottom: 3px;
    margin: 0px;
}
#footer {
    font-size: 8pt;
}

.noprint {
    display: none;
}

a {
    text-decoration: none;
    color: black;
}

/* Badge Requirements */

table.badgeprog {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
table.badgeprog td.badgesec0 {
	margin: 5px 0 6px 0;
	padding: 2px 0 2px 8px;
	background-color: #c0c0c0;
	color: black;
	border-top: solid black 2px;
	border-bottom: solid black 1px;
}
table.badgeprog td,table.badgeprog th {
	font-size: 9pt;
    margin: 0px;
    border-right: dashed black 1px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
}
table.badgeprog th.complete {
    background-color: #CCCCCC;
}
table.badgeprog td.prog {
    text-align: center;
}
table.badgeprog td.progcomp {
    text-align: center;
    background-color: #CCCCCC;
}
table.badgeprog th {
    writing-mode: tb-rl;
}
table.badgeprog tr.stage td {
    border-top: solid black 2px;
    border-bottom: solid black 2px;
}