a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #009900; text-decoration: none}
a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #009900; text-decoration: none}
a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #009900; text-decoration: none}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #009900; text-decoration: underline}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #009900}
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;  color: #000000}
.highlight {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF9999}
.highlight a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #990099; text-decoration: none}
.highlight a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #990099; text-decoration: none}
.highlight a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #990099; text-decoration: none}
.highlight a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #990099; text-decoration: underline}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* for grey outline surrounding left nav */
#grey_box {
	margin-left: 10px;
	
}
.top_grey {
	display:block;
	width: 164px;
	height: 12px;

}
.top_grey2 {
	display:block;
	width: 200px;
	height: 12px;
}
.middle_grey {
	background-image: url(images/middle_grey.gif);
	background-repeat: repeat-y;
	display: block;
	width: 164px;
	padding-left: 5px;

}
.middle_grey2 {
	background-image: url(images/middle_grey2.gif);
	background-repeat: repeat-y;
	display: block;
	width: 200px;
	padding-left: 5px;


}
.bottom_grey {
	display:block;
	width: 164px;
	height: 12px;

}
.bottom_grey2 {
	display:block;
	width: 200px;
	height: 12px;
}

/*New Styles///////////////////////////////////////////////////////////////////////////////////////*/

body {
	font: 12px arial;
	background: transparent url(images/bk_website.gif);
	margin: 0px; 
	padding: 0px;
}

p {
	padding-bottom: 10px;
	margin: 0px;
}	

h4 {
	font: bold 12px verdana;
}	

h5 {
	font: 18px "trebuchet ms";
	color: #898989;
	padding: 0px; 
	margin: 0px;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
}	

#mainContainer {
	width: 870px;
	margin: 0 auto;
	border: 2px solid #cdcdcd;
	border-top: 0px solid;
	background-color: #fff;
	display: block;
}

#container {
	overflow: auto;
}	


/*Header styles*/

#headerTable {

	
}	

#headerTable td {
	padding: 0px;
	margin: 0px;
	
}	

#headerTable a {
	text-decoration: none;
	border: none;
	margin: 0px;
	padding: 0px;
}

#headerTable img {
	border: none;
	padding: 0px;
	margin: 0px;
	border: 0px solid #fff;
}

tr.topNav td{
	height: 41px;
	overflow: visible;
}

#headerTable tr.topNav a {
	display: block;
	height: 28px;
	overflow: visible; 
	text-align: center;
	padding-top: 13px;
	width: 100%;
	text-transform: uppercase;
	font: bold 11px "trebuchet ms";
	color: #74736A;
}

*html #headerTable tr.topNav a {
	height: 41px;
}	

#headerTable tr.topNav a:hover {
	color: #4C4C4C;
}	

#headerTable tr.topNav td a.navLink1 {
	background: transparent url(images/nav_04.jpg) no-repeat;
	width: 56px;
}

#headerTable tr.topNav td a.navLink2 {
	background: transparent url(images/nav_05.jpg) no-repeat;
	width: 73px;
}

#headerTable tr.topNav td a.navLink3 {
	background: transparent url(images/nav_06.jpg) no-repeat;
	width: 73px;
	padding-left: 1px;
}

#headerTable tr.topNav td a.navLink4 {
	background: transparent url(images/nav_07.jpg) no-repeat;
	width: 75px;
	padding-left: 2px;
}

#headerTable tr.topNav td a.navLink5 {
	background: transparent url(images/nav_09.jpg) no-repeat;
	width: 87px;
	padding-left: 2px;
}

#headerTable tr.topNav td a.navLink6 {
	background: transparent url(images/nav_08.jpg) no-repeat;
	width: 112px;
	padding-left: 2px;
}

#headerTable tr.topNav td a.navLink7 {
	background: transparent url(images/nav_10.jpg) no-repeat;
	width: 90px;
	padding-left: 1px;
}

/*Left Nav Styles*/

#leftNav {
	margin-left: 11px;
	float: left;
	width: 240px;
}

*html #leftNav {
	margin: 5px;
}	

.leftNavBox {
	padding: 0px;
	width: 200px;
	position: relative;
	margin-bottom: 10px;
}

.leftNavBoxInner {
	border-right: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	padding: 15px 10px 10px 10px;
	width: 200px;
}

*html .leftNavBoxInner {
	width: 222px;
}	

img.topRound {
	position: absolute;
	top: 0px; 
	left: 0px;
}

img.bottomRound {
	position: absolute;
	bottom: 0px;
	left: 0px;
}	

.donateBox {
	background: transparent url(images/donateFlower.jpg) no-repeat;
	padding-left: 70px;
}

.donateBox p {
	font: 12px "trebuchet ms";
	color: #598527;
	margin-top: 0px;
}

a.donateButton {
	background: transparent url(images/donateButton.jpg) no-repeat;
	width: 110px;
	height: 36px;
	display: block;
}

.otherLinks h5 {
	padding-bottom: 8px;
}	

.otherLinks li{
	padding: 0px 0px 0px 25px;
	background: transparent url(images/ribbonIcon.jpg) no-repeat 0% 50%;
	list-style: none;
	margin-bottom: 10px;
	vertical-align: middle;
	height: 33px;
}

.otherLinks a {
	font: 11px "trebuchet ms";
	color: #000;
	line-height: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}

.otherLinks a:hover {
	font: 11px "trebuchet ms";
	color: #DD6FDD;
	text-decoration: none;
	line-height: 15px;
}

.otherLinks a.doubleLine {
	padding-top: 0px;
	padding-bottom: 0px;
}

.otherLinks a:visited {
	font: 11px "trebuchet ms";
	color: #666666;
	line-height: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	text-decoration: none;
}

.otherLinks a:visited:hover {
	color: #DD6FDD;
}	

.pageNavBox li{
	background: transparent url(images/flowerSmall.jpg) no-repeat;
	padding-left: 26px;
	padding-top: 4px;
	margin-bottom: 10px;
}

.pageNavBox a:link {
	font: 14px "trebuchet ms";
	color: #598527;
}

.pageNavBox a:visited {
	text-decoration: none;
	font: 14px "trebuchet ms";
	color: #598527;
}

.pageNavBox a:active {
	text-decoration: none;
	font: 14px "trebuchet ms";
	color: #598527;
}	

.pageNavBox a:hover {
	color: #1e5b16;
	text-decoration: none;
	font: 14px "trebuchet ms";
}	

#content {
	float: left;
	width: 600px;
	padding-top: 10px;
}

.footerBox {
	text-align: center;
	padding: 20px 10px 10px 10px;
	clear: both;
	
}

.footerNav {
	margin-bottom: 10px;
}

.footerNav a:hover {
	text-decoration: underline;
}	

.footerNav a:visited {
	text-decoration: none;
}

.footerNav a:visited:hover {
	text-decoration: underline;
}

.footerNav li{
	display: inline;
}

.footerNav li.dash {
	padding: 0px 5px 0px 5px;
}

.footerBox p {
	font-size: 11px;
	line-height: 15px;
}

.padding {
	padding: 0px 3px 0px 3px;
}	
	