@charset "utf-8";
body {
	font-size: 12px;
	background: #89ab61;
	margin: 10 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
}

.content {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 130%;
}

.headercontent {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 130%;
	color: #FFC;
}

a:link.hclink, a:visited.hclink {
	color: #FFC;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 130%;
	text-decoration: underline;
	}

a:hover.hclink, a:active.hclink {
	text-decoration: none;

}



#carousel1 {
	width:400px;
	height:300px;
	overflow:scroll;
	border:0px solid #999;
}
.textholder {
	text-align:center;
	font-size:small;
	padding:6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;	
	-webkit-border-top-right-radius: 6px;
}

#carousel ul {
	list-style: none;
	width:60000px;
	margin: 0;
	padding: 0;
	position:relative;
}
#carousel li {
	display:inline;
	float:left;
}



.titles {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}

.footer {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
}

.footerchar {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #030;
}

a:link, a:visited {
	color: #000;
}

a:active, a:hover {
	color: #800000;
	text-decoration: none;
}


a:link.navlink, a:visited.navlink {
	color: #000;
	text-decoration: underline;
	font-size: 11px;
	line-height: 100%;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	}

a:hover.navlink, a:active.navlink {
	color: #800;
	font-size: 11px;
	word-spacing: normal;
	text-decoration: none;
	line-height: 100%;
	font-weight: bold;
}

.imageborder {
	border: 1px solid #feefd0;
}

a:link.textboxlink, a:visited.textboxlink{
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: #feefd0;
	margin: 5px 5px;
	padding: 5px 15px;
	border: thin solid #9c2a00;
	}
	
a:hover.textboxlink, a:active.textboxlink {
	color: #feefd0;
	background: #89ab61;
	border: thin solid #000;

}
