/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

.headertitle {
	background-image: url(header.jpg);
	background-color: #229977;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-repeat: repeat;
	padding-left: 0px;
	color:#000000;
}

.headerback {
	background-color : #99DD99;
	text: #000000;
}


.headertext-sm {
	font-size: 12px;
	color: #000000;
}

.templatebody {
	background-color: #99dd99;
	}

.headertext {
	font-size: 12px;
	color: #000000; 
}
	
	#mnav li { /* all list items */
	background: #99dd99; /*same as "databack" background color */
	text: #000000;
	}
.footer {
	font-size: 10px;
	color: #000000;
}

a.footer:link {color: #000000;}
a.footer:visited  {color: #000000;} 

a:link, a:active {
	color : #333399;
}

#mnav a {
	font-size: 12px;
	color: #000000;
}
	
#mnav li ul li {
	background: #99dd99; /*inactive dropdown menu color made same as bar background to better show choices lmw from eeeeee*/
}

#mnav li:hover, #mnav li.sfhover { /* lists nested under hovered list items */
	background-color: #ffff99; /* lmw changed from 1D5DB7 to increase readability */
}
/* added the following from twp's style.css */
