@charset "utf-8";



a:link {
	color: #602323;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #602323;
}
a:hover {
	text-decoration: underline;
	color: #506848;
}
a:active {
	text-decoration: none;
	color: #602323;
}
.navBG {
	background-image: url(images/template/navBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pageTitle {
	color: #315B32;
	font-weight: bold;
}
.nav {
	color: #f6e8c1;
	text-decoration: none;
	font-size: 14px;
}
a.nav:link {
	color: #f6e8c1;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #f6e8c1;
}
a.nav:hover {
	text-decoration: none;
	color: #71829C;
}
a.nav:active {
	text-decoration: none;
	color: #f6e8c1;
}

body,td,th {
	font-family: Century Gothic, Lucida Sans, Arial, sans-serif;
	font-size: 12px;
	color: #3C3934;
}
.quote {
	font-size: 10px;
	color: #968E85;
}
.small {
	font-size: 10px;
	color: #3C3934;
}
.bgLeft {
	background-attachment: scroll;
	background-image: url(images/contentLeftBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bgRight {
	background-attachment: scroll;
	background-image: url(images/template/contentRight.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
