@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
}
.tablebg {
	background-color: #005e20;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.tablebg #menu {
	background-color: #EA7A29;
	height: 22px;
	padding-top: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003300;
	border-bottom-color: #003300;
	color: #000000;
}
.copyright {
	font-size: 10px;
	color: #666666;
}

.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodycontent {
	width: 95%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.contenttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EA7A29;
	letter-spacing: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EA7A29;
	margin-bottom: 8px;
}
.recent {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	padding: 8px;
	text-align: right;
	display: block;
	margin-bottom: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 3px 0px 5px 1px #ffffff;
	box-shadow: 3px 0px 5px 1px #ffffff;
	margin-left: 10px;
	background-color: #ff0000;
}



h1 {
	font-size: 16px;
	color: #336633;
}
h2 {
	font-size: 14px;
	color: #ebd148;
}
h3 {
	font-size: 12px;
	color: #336633;
}


a.copyright:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.copyright:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
a.copyright:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}





/*** SLIDESHOW set the width and height to match your images **/

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#rotator {
	display: none;
}
#rotator2 {

	
}
