BODY, TD, TH, INPUT, SELECT, TEXTAREA, DIV, P {
	font-size: 15px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; /*black*/
}
BODY {
	background-color: #f7fad4; /*#fef8d2;  ecf3c7*/
}
A:link { 
	text-decoration: none; 
	color: #0ea245; /*kelly green to match logo*/
} 
A:visited { 
	text-decoration: none; 
	color: #0a7030; /*slightly darker green*/ 
} 
A:hover { 
	color: #000000; /*black*/
	text-decoration: underline; 
}

.title {
	/*green centred larger font title at top of every page except home page*/	
	font-size: 18px; 
	line-height: 60%;
	font-family: Arial, Helvetica, sans-serif;
	color: #4f151c;/*brown/burgundy	color: #0ea245; /*kelly green to match logo*/
	visibility: visible;
	font-weight: bold;
	text-align: center;	
}
.tinytext {
	/*Used for the "This site was last updated" text at bottom of index and programs pages*/
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.footer {
	/*Used for the centred address and phone # at bottom of each page*/
	border-top: thin solid #d5d5d5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;	
	color: #0ea245;	
	text-align: center;	
	line-height: 140%;
}
.bordered {
	border-bottom: thin solid #d5d5d5;
	font-size: 12px;
}
.borderedHeader {
	/*border-bottom: thin solid #d5d5d5;*/
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #0ea245;
    font-style: italic;
}
.hilite {
    font-weight: bold;
    text-decoration: underline; 
}

.indent {
    margin-left: 13px;
    line-height: 200%;
}
.copyright-txt {
	/*Used for the centred copyright at bottom of each page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-align: center;	
}
.copyright {
	/*Used for the copyright symbol itself at bottom of each page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.whatsnew {
    margin-left: 35px;
	margin-right: 35px;
}
.left-img {
	text-align: center;
    margin-top: 10px;
}
