body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background-image: url(/images/text_back.jpg);
}
p, td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.35em;
}
a {
	color: #039;
}

.articletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0000FF;
}

.sectiontitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

.counter {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
#menutop {
	/*width: 100%;
	float: left;*/	
	width: 670px;
}
#menutop 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;
	background: #9AD04E;
	height: 30px;
}
#menutop a {  /*describes specifics of the look of 2nd tier since they all have links*/
	display: block;
	margin: 0;
	padding-top: 6px;
	font: 14px Comic Sans MS, cursive;
	font-weight: bold;
	text-transform: uppercase;
	color: #0200FE;
	background: #9AD04E;
	text-decoration: none;
	cursor: pointer;
}
#menutop a:hover {		/*describes specifics of the look of 2nd tier */
	color: #fff;
}

/**************** menu coding *****************/
#menu {
width: 170px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#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*/
	font: bold 14px Comic Sans MS, cursive;
	text-transform: uppercase;
	display: block;
	padding: 4px 4px;
	margin: 0;
	color: #0200FE;
	text-decoration: none;
	width: 162px;
}
#menu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #fff;
}

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

#menu h3 a {  /*describes specifics of the look of 2nd tier since they all have links*/
	font: bold 13px Comic Sans MS, cursive;
	display: block;
	padding: 4px 4px;
	color: #0200FE;
	border-top: 1px solid white;
	background-color: #9AD04E;
	text-decoration: none;
	width: 180px;
}
#menu h3 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #fff;
}

#menu li {
position: relative;
}

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul 
{display: none;}

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


/*#tmenu a:hover{
background: url(images/navroll.jpg) no-repeat;
color: #fff;
}*/
#tmenu a:hover{
/*background-color: #990000;*/
color: #990000;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}




/**************** end of menu coding *****************/
