body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background-color: #b7bf8c;
	font: 12px Arial, Helvetica, sans-serif;
}
p, td {
	font: 12px Arial, Helvetica, sans-serif;
}
.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3e4519;
}
a:link { color: #339900; text-decoration: underline }
a:active { color: #66CC33; text-decoration: underline }
a:visited { color: #339900; text-decoration: underline }
a:hover { color: #66CC33; text-decoration: underline }
.textlinks {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
.heading {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #3E4519;
	background-color: #b7bf8c;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.subitem {
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
	background-color: #e2e5d1;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
H1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #3E4519;
	display: inline;
}
H2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	display: inline;
}
H3 {
	font: bold 11px Arial, Helvetica, sans-serif;
	display: inline;
}
H4 {
	font: bold 13px Arial, Helvetica, sans-serif;
	font-style: oblique;
	display: inline;
}
H5 {
	font: bold 15px Arial, Helvetica, sans-serif;
	display: inline;
}
H6 {
	font: bold 11px Arial, Helvetica, sans-serif;
	display: inline;
	color: #FFFFFF;
}
#container {
	background-color: white;
	width: 780px;
	margin: auto;
	border: 2px #ffffff solid;
}
#content {
	font: 12px arial, helvetica, sans-serif;
	clear: both;
	width: auto;
	padding-top: 2px;
}
#menubar {
	clear: both;
	padding-top: 2px;
}
#menu {
	/*width: 100%; */
	width: 100%;
	background-color: #E05206;
}

#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;
	border-left: 1px solid #E05206;
	border-right: 1px solid #E05206;
	border-bottom: 1px solid #E05206;
	color: black;
	background: white;
	text-decoration: none;
	cursor: pointer;
}

#menu a:hover {		/*describes specifics of the look of 2nd tier */
	background: #FDD4B3;
}

#menu ul ul li a {font: 11px 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: bold 13px arial, helvetica, sans-serif;
	color: #fff;
	background-color: #E05206;
	margin: 0;
	border-top: 1px solid #E05206;
}
#menu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #E05206;
	background-color: #FDD4B3;
	
}

#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;}

#footer {
/*clear: both;*/
width: 780px;
margin: auto;
font: 11px Arial, Helvetica, sans-serif;
}
