/* Master link colors */
a:link {
	color: #A9661B;
}
a:visited {
	color: #A9661B;
}
a:hover {
	color: #398277;
}
a:active {
	color: #503323;
}

/* Site Headers */
.lrgHdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #503323;
	font-style: italic;
	background-image: url(/mainimages/headerThingy.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 15px;
	padding-right: 45px;
}
/* Site Headers */
.spineHdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #503323;
	font-style: italic;
	font-weight:bold;
	background-image: url(/mainimages/headerThingy.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 15px;
	padding-right: 45px;
}
.medHdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #A9661B;
	font-style: italic;
}
.smHdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #503323;
	font-style: italic;
}

/* Content text */
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #503323;
}
.medText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #503323;
}
.smText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #503323;
}


/* Special navagation text */
.cartBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E9C698;
}
.cartBoxText a:link {
	color: #E9C698;
	text-decoration: none;
}
.cartBoxText a:visited {
	color: #E9C698;
	text-decoration: none;
}
.cartBoxText a:hover {
	color: #FACC6F;
	text-decoration: underline;
}
.cartBoxText a:active {
	color: #FECF71;
	text-decoration: none;
}
.navLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #330000;
}
.navLinks a:link {
	color: #330000;
	text-decoration: none;
}
.navLinks a:visited {
	color: #333300;
	text-decoration: none;
}
.navLinks a:hover {
	color: #000000;
	text-decoration: none;
}
.navLinks a:active {
	color: #FF6600;
	text-decoration: none;
}
.historyLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}
.historyLinks a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.historyLinks a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.historyLinks a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
.historyLinks a:active {
	color: #FF6600;
	text-decoration: none;
}
/* Add site specific styles below here */
.smHdr_arial {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A9661B;
	font-style: normal;
}
.smHdr_arial_brown {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #503323;
	font-style: normal;
}
.medHdr_arial {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A9661B;
	font-style: normal;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9933;
	text-align:center;
}
