@charset "utf-8";
body {
	background-color: #b0d587;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
.shadowBLeft {
	background-image: url(images/shadow_pic_repeat_left.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.shadowNav {
	background-image: url(images/nav_shadow.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 40px;
}
.titleGreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #009933;
}
.titleBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.tableBorder {
	border: 1px solid #33CCFF;
}

.btmBanner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/btm_banner4.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	background-position: center top;
}
.lineheight {
	line-height: 18px;
}

.leafBg {
	background-image: url(images/leaf_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.tableTd {
	background-image: url(images/div.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
	padding-bottom: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	padding-top: 3px;
}


a.linkA {
	color:#009933;
	text-decoration: none;
}
a.linkA:hover {
	color:#003366;
	text-decoration: underline;
}

a.linkB {
	color:#003366;
	text-decoration: none;
}
a.linkB:hover {
	color:#009933;
	text-decoration: underline;
}
.picBorder {
	background-color: #FFFFFF;
	border: 1px solid #aadbb0;
}
.picShadow {
	background-image: url(images/photo_shadow.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 187px;
	padding-top: 2px;
	padding-left: 7px;
	background-position: top;
}
.tdLineBtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CCFF;
}
.tdLineRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33CCFF;
}
.tdSpaceLeft {
	padding-left: 10px;
}
.shadowBRight {
	background-image: url(images/shadow_pic_repeat_right.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.topLink {
	background-image: url(images/banner_inside_link.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.topLinkHome {
	background-image: url(images/banner_home_link.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.tableTdSm {
	background-image: url(images/div.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	padding-bottom: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	padding-top: 3px;
}
.tableTdLogo {
	background-image: url(images/div.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 90px;
	padding-bottom: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	padding-top: 3px;
}
#slideshow {
    position:relative;
	width: 396px;
	height: 271px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    opacity:0.0;
    height: 271px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:0;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:0;
}

#slideshow DIV IMG {
    height: 271px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}