

body {
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", serif;;
}

/**********************************
 * Main Page Layout               *
 **********************************/

#menu {
	display: none;
}

#printhead {
	text-align: center;
}

#content {
	line-height: 1.6em;
}



#footer {
	text-align: center;
}




/**********************************
 * Special Things                 *
 **********************************/
#footer p {
	font-size: 8pt;
}

.hidden {
	display: none;
}

/**********************************
 * Standard Page Elements         *
 **********************************/

/* Headings/Paragraphs/etc */
h1, h2, h3 {
	color: #003239;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 14pt;
}


