.btnav { background-color: #E5E9E8; }

body /* Internet Explorer */
{
text-align: center;
}

body /* Mozilla Firefox */
{
text-align: -moz-center;
} 

BODY, TD {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #191E18;
}

.button{
	font-family: Albertus Meduim;
	font-size: 16px;
	font-weight:bold;
	color: #FFF;
	background-color: #0E4200;
}

INPUT, TEXTAREA, SELECT
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

.tborder { 
	border: 1px solid #535B43; 
	border-bottom: 1; 
	padding: 0px
}


TH {
	color: #023401;
	text-align: left;
	font-weight: bold;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.red {
	font-weight: bold;
	color: #990002;
}

.orange {
	font-weight: bold;
	color: #C67700;
}

.orangelarge {
	font-size:14px;
	font-weight: bold;
	color:#C67700;
}

.orangesmall {
	color:#C67700;
	font-weight: bold;
}



.cart {
	font-weight: bold;
	color:#2E578D;
}

A:link, A:active, A:visited, A:hover {
	color: #191E18;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.pagetitle {
	font-weight: bold;
	font-size: 17px;
	color:#023401;
}

.admintitle {
	font-weight: bold;
	color: #5F4E00;
	font-size: 17px;
}

.blogtitle {
	font-weight: bold;
	color: #023401;
	font-size: 17px;
}


.products {
	font-weight: bold;
	color: #191E18;
}

.products_name {
	font-weight: bold;
	color: #191E18;
	font-size: 14px;
}

.newstitle {
	font-weight: bold;
	font-size: 10px;
}

.podcast_title {
	font-weight: bold;
	color: #023401;
	font-size: 15px;
}

.quote {
	font-weight: bold;
	color: #023401;
	font-size: 14px;
}


.title {
	font-weight: bold;
	font-size: 13px;
}

.title_white {
	color:#000;
	font-weight: bold;
	font-size: 13px;
}

.sidebar {
	background-color:  #F8F9EF;
}

.darkrow {
	background-color: #DDDDDD;
}

.lightrow {
	background-color: #EEEEEE;
}

.bottomnav {
	color: #76FD00;
}

.header {
	font-weight: bold;
	color: #135903;
	font-size: 15px;
}

.location {
	font-size: 10px;
}

.note {
	color:#990000;
}
/*Jan New Styles */

td .center{
	text-align: center;
}

td .left{
	text-align: left;
}

td .left a{
	text-align: left;
	text-decoration: none;
}

td .right{
	text-align: right;
}

.submit {
	font-family: "Galliard BT", Times, serif;
	font-size: 16px;
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	color: #003300;
	display: inline;
	cursor:pointer;
	margin: 0;
	padding: 0;
}

*:first-child+html .submit {		/* hack needed for IE 7 */
	border-bottom: 0;
	text-decoration: none;
}

.footertext, .footertext a{
	font-size: 13px;
	font-weight: 700;
}

