body
{
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #484b07;
}

a:link, a:visited
{
	color: #dba100;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #ffbb00;
	text-decoration: underline;
}

#bodycontent
{
	background-image: url(images/bgBody.gif);
	background-repeat: repeat-y;
	background-color: #252d00;
}

#bodytext
{
	padding: 0px 20px 20px 20px;
}

.greenbox
{
	background-color: #3c4105;
	width: 240px;
	font-size: 11px;
	padding: 0px 15px 0px 15px;
	text-align: left;
}

.greenboxfill
{
	background-color: #3c4105;
}

td, .text1
{
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #ffffff;
	line-height: 17px;
}

.text2
{
	font-size: 11px;
}

.text3, h1
{
	font-size: 16px;
}

.text4
{
	font-size: 14px;
}

.pageimg
{
	margin: 15px 0px 15px 0px;
}
#slideone{
	background-image:url(images/slideshow/slide1_1.jpg);	
	height:144px; 
	width:217px; 
	float:left;
}
#slidetwo{
	background-image:url(images/slideshow/slide2_1.jpg);
	height:144px; 
	width:150px; 
	float:left;
 }
 #slidethree{
	background-image:url(images/slideshow/slide3_1.jpg);
	height:144px; 
	width:161px; 
	float:left;
 }
.whiteborder{
	border: 1px solid white;
}