body { font-family:calibri,verdana,arial,helvetica,sans-serif; } /* sets font */

#head { display:none; } /* hides links across the top */
#nav, .nav2, .nav3 { display:none; } /* hides navigation */
h2 { display:none; } /* hides menu description text - this is over-ridden in .section h2's below */
#content h2 { display:block; } /* shows h2 that are in content area */


#menu { width:100%; overflow:hidden; height:126px; white-space:nowrap; border:2px solid #5CAF70; border-left:none; border-right:none; padding:10px 0; margin-bottom:10px; } /* creates borders and sizing of header */
#menu img { display:inline; } /* puts <img> inline with <h1> */
#menu h1 { display:inline; margin-right:10px; } /* puts <h1> inline with <img> */
#menu h1 a img { border:none; } /* removes standard border on image link */

h2,h3,h4,h5,h6,a { color:#2C8741; } /* sets color of headlines and in-page links */

table { border-collapse:collapse; border-spacing:0; margin-bottom:10px; }
table th,
table td { padding:4px 8px; text-align:left; border:2px solid #666; }
table th { background-color:#BFDCC2; }
table tr.even { background-color:#f6f6f6; }
table tr.odd { background-color:f3f3f3; }

.no-print { display:none; }

#foot { font-size:11px; color:#777; border-top:2px solid #5CAF70; margin-top:20px; text-align:center; } /* adds border above footer and makes text smaller, centered */