a:link, a:visited, a:active {
	color:#814922;
	text-decoration: underline;
} 

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.textnav:link, a.textnav:visited {
	color: #000000;
	text-decoration: none;
}
a.textnav:hover {
	color: #003366;
	text-decoration: none;
}
a.textnav:active {
	color: #000000;
}

a.modiphy:link, a.modiphy:visited {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color:#808453;
	text-decoration: none;
	line-height: 15px;
}
a.modiphy:hover {
	color:#000000;
	text-decoration: none;
}
a.modiphy:active {
	color: #EEEEEE;
}
HR {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #814922;
	width: 100%;
	height: 1px;
}
td,div {
	color: #241200;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
}
input {
    background-color:#FFFFFF;
    border:1px solid #824A23;
    font-size:11px;
    font-family:Tahoma;
    color:#000000;
    margin-bottom:0px;
    margin-right:4px;
    padding-left:4px;
    padding-top:5px;
}
textarea {
	scrollbar-track-color:#FFFFFF;
	background-color:#FFFFFF;
	border:1px solid #824A23;
	font-size:11px;
	font-family:Tahoma;
	color:#000000;
	margin-bottom:2px;
	margin-top:1px;
	padding-top: 1px;
	padding-left:4px;
	width:200px;
	height: 42px;
}
select {
	background-color:#7C7348;
	border: 0px solid #FFFFFF;
	font-size:11px;
	font-family:Tahoma;
	color: #FFFFFF;
	margin-bottom:5px;
	padding-top: 0px;
	padding-left:0px;
	width:140px;
}
form {
	margin:0px;
	padding:0px;
}
.submitbutton {
	border:0px;
}
.button {
	border:1px solid #000000;
	font-size:11px;
	font-family:Arial;
	background-color:#511C0C;
	color:#FFFFFF;
	margin-bottom:5px;
	margin-top:2px;
	font-weight: bold;
	cursor:hand;
}
.viewcart {
	border:1px solid #000000;
	font-size:11px;
	font-family:Arial;
	background-color:#8d7348;
	color:#FFFFFF;
	margin-bottom:5px;
	margin-top:2px;
	font-weight: bold;
	cursor:hand;
}

.copyrighttext {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color:#808453;
}
.blurbs {
	color: #AEAEAE;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e9e895;

}
.contentbox {
	background-repeat: no-repeat;
	background-position: center 132px;
	background-color: #fcf5d8;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/contentboxbg.jpg);
}