body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background: #C8C8C8;
	padding-top: 6px;
}
p, td {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #136730;
}
.articletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6A3E0F;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6A3E0F;
}
#masthead {
	padding: 0;
}
#masthead h1 {
	margin: 0;
	width: 222px;
	height: 0;
	padding-top: 95px;
	background: url(/images/logo.jpg) top left no-repeat;
	overflow: hidden;
	float: left;
}
#menu {
	/*width: 100%; */
	background-color: #136730;
	width: 935px;
}

#menu ul {	/*controls placement of 1st level - top */
	list-style: none;
	margin: 0; /* -right controls space between buttons */
	padding: 0;
	/*width: 6em; controls width of top and second tier menus - use if all widths are the same*/
	float: left;
}

#menu a {  /*describes specifics of the look of 2nd tier since they all have links*/
	display: block;
	margin: 0;
	padding: 4px 5px;
	padding-left: 3px;
	padding-right: 0px;
	color: #ffffff;
	background: #136730;
	text-decoration: none;
	cursor: pointer;
}

#menu a:hover {		/*describes specifics of the look of 2nd tier */
	color: #ffffff;
	background: #6A3D13;
}

#menu ul ul li a {font: 12px arial, helvetica, sans-serif}

#menu h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#menu h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font: 13px verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	background-color: #136730;
	margin: 0;
	border: 1px solid #136730;	
}
#menu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #ffffff;
	background-color: #6A3D13;
	
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 150px;  /*if added, could make the second tier longer than the first tier*/
	left: 0px;  /*controls left offset */
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* fonts */
.impact {
font: 22px Impact, Charcoal, sans-serif;
}
.palatino {
font: italic 22px Palatino Linotype, Book Antiqua, Palatino, serif;
}
.tahoma {
font: italic 22px Tahoma, Geneva, sans-serif;
}
.centurygothic {
font: italic 22px Century Gothic, sans-serif;
}
.lucidasansunicode {
font: italic 22px Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.timesroman {
font: italic 22px Times New Roman, Times, serif;
}
.verdana {
font: italic 22px Verdana, Geneva, sans-serif;
}
.copperplate {
font: italic 22px Copperplate / Copperplate Gothic Light, sans-serif;
}
.gillsans {
font: italic 22px Gill Sans / Gill Sans MT, sans-serif;
}
.trebuchet {
font: italic 22px Trebuchet MS, Helvetica, sans-serif;
}
.arial {
font: italic 22px Arial, Helvetica, sans-serif;
}
.georgia {
font: italic 22px Georgia, Serif;
}

