body {
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
}

/* Use this class for anything you want hidden in the printed version */
.noprint { display: none; }


body { margin: 0; padding: 0; }

#header { }
#logo {  display: block; }
#header h1 { position: absolute; top: -1000px; }

#mainNav { display: none; }
#subNav { display: none; }
/* Interior */
#pageMain { }

#leftColumn { display: none; }

#contentBoxBottom {  padding: 0 0 10px 0;  }
#content { padding: 0 20px 0 15px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em; color: #603820; }
#content h3 { margin: 0; padding: 25px 0 0 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.6em; color: #9d735a; }
#content p { margin: 0; padding: 8px 0; }

.highlight { background-color: #FFFF00; }

#footer { margin: 10px 16px 40px 16px; border-top: 2px solid #ecded3; clear: both; }
#footer p { margin: 0; padding: 8px 0; text-align: center; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.2em; color: #603820; }
#footer a { color: #603820; text-decoration: none; }
#footer a:hover { text-decoration: underline; }