body {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	background: 	#ece4d1 url(/images/topbg.gif) repeat-x top center;
	margin:			0px;
	padding: 		0px;
}
h2 {
	font-size: 		10px;
	font-weight: 	bold;
	color: 			#fff;
	margin:			0px;
}
td, p {
	font-size: 		12px;
}
.main {
	background-color:#FFFFFF;
	background: 	url(/images/main_bg.gif) repeat-y top right;
	padding: 		10px 20px 10px 10px;
	font-size: 		13px;
	color: 			#333;
	line-height:	130%;
}
.title {
	font-size: 		10px;
	background: 	#0f7e54 url(/images/title_bg.gif);
	font-weight:	bold;
	color: 			#fff;
}
input.inputfield {
	height: 		20px;
	border: 		1px solid #454545;
	background: 	url(/images/inputfield.gif) repeat-x top center;
	color: 			#007649;
	padding-left: 	3px;
}
textarea {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	background: 	url(/images/inputfield.gif) repeat-x top center;
	border: 		1px solid #454545;
	color: 			#007649;
    padding-left: 	3px;
}
.flashdiv {
	width:357px;
	height:235px;
	float:left;
}
.copyright2 {
	font-size: 		10px;
	padding-top: 	2px;
	color: 			#666;
}

a.copyright {
	color: 			#666;
}

.latestnews{
	background: url(/images/news.gif) repeat-x top left;
}
.latestnews span{
 	line-height: 21px;
	font-size: 10px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #666;
	display: block;
	padding-left: 5px;
}
.latestnews div{
	padding: 6px;
	font-size: 11px;
	line-height: 140%;
}
.latestnews div ul {
	margin: 0;
	padding: 0;
}
.latestnews div li {
	list-style: none;
}

/*******************************************************************************/
/*****************************  Begin Left Navigation **************************/

#links ul {
        width: 187px;
		margin: 0;
		padding: 0;
} 

#links li {
		list-style: none;
        margin: 0px;
}

#links li a { 
        color: #333;
        display: block;
        font: normal 11px Verdana,Arial, Helvetica, sans-serif;
        padding: 0px 0px 0px 16px;
        text-decoration: none;
		background: url(/images/nav_a.gif) no-repeat;
		line-height: 41px;
}

#links li.leftend a {
		background: url(/images/nav_a_bottom.gif) no-repeat;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 187px;
}
#links li a:hover {
        background: url(/images/nav_b.gif) no-repeat;
}

#links li.leftend a:hover {
		background: url(/images/nav_b_bottom.gif) no-repeat;
}

/***************************  End Left Navigation  ******************************/
/********************************************************************************/






/* ADDED BY JULIE:  */
h1 {
	font-size: 		10px;
	font-weight: 	bold;
	color: 			#fff;
	margin:			0px;
	padding:		0px;
}
/* CHANGED ALL H2 TO H3 IN PROGRAMMING BECAUSE H2 USED IN PLACE OF H1 IN SITE */
h3 {
	font-size: 		12px;
	font-weight:	bold;
	color: 			#333300;
	padding-bottom: 3px;
}
th {
	font-size: 		10px;
	font-weight:	bold;
	color: 			#006600;
	padding-bottom: 3px;
	background-color: #CEC6A8;
}
/********************************************************/





