.rightshade {
	background-image: url(images/rightshade.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bottomshade {
	background-image: url(images/bottomshade.gif);
	background-repeat: repeat-x;
}
.mainborder {
	border: 1px solid #49521B;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414D0F;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414D0F;
}
a.nav:link {
	color: #414D0F;
	text-decoration: none;
}
a.nav:visited {
	color: #414D0F;
	text-decoration: none;

}
a.nav:hover {
	color: #FF9900;
	text-decoration: none;
}
.dots {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #ACB48D;
	border-right-color: #ACB48D;
	border-bottom-color: #ACB48D;
	border-left-color: #ACB48D;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #C3C9AA;
	text-decoration: none;
}
a.footer:link {
	color: #C3C9AA;
	text-decoration: none;
}
a.footer:visited {
	color: #C3C9AA;
	text-decoration: none;

}
a.footer:hover {
	color: #FF9900;
	text-decoration: none;
}
.bannerborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #425200;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003300;
}