body {
	background: url(/images/pageBg2.gif) #8C8D92;
	margin: 0px;
	padding: 0px;
}
#mainTable {
	width: 770px;
	background-image: url(/images/pageBg.gif);
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.spacer {
	height: 20px;
	width: 20px;
}
.spacer2 {
	padding: 0px;
}
.inputSubscribe {
	border: 1px solid #E2AC29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2AC29;
	margin-top: 10px;
}
.copyright {
	padding-top: 1px;
	color: #B6C6C4;
	text-align: center;
	font-size: 11px;
}
/*** Text Styles ***/
.txtWhite_18px {
	color: #FFFFFF;
	font-size: 18px;
}
.txtWhite_14px {
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
}
.txtForest {
	color: #005825;
}
.txtBrown {
	color: #a47d1e;
}
.txtMedGreen {
	color: #739761;
}
h1 {
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
}
.opener {
	line-height: 18px;
}
/*** Link Styles ***/

#pageNavigation a {
	color:#2A5953;
	text-decoration: none;
	font-weight: bold;
}
#pageNavigation a:hover {
	color: #000000;
}
a.black {
	color: #000000;
	font-weight: bold;
}
a.black:hover {
	color: #666666;
}
a.smallblack {
	color: #000000;
	font-size:10px;
	text-decoration:none;
}
a.smallblack:hover {
	color: #666666;
	font-size:10px;
	text-decoration:underline;
}
#leftNav a {
	text-decoration: none;
	display: block;
	color: #2A5953;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
}
#leftNav a:hover {
	padding-left: 20px;
	color: #FFFFFF;
	background: #2A5953;
}
#footerNav {
	text-align: center;
	color: #B6C6C4;
}
#footerNav a {
	text-decoration: none;
	color: #B6C6C4;
}
#footerNav a:hover {
	text-decoration: underline;
	}

/*** Misc ***/
	
a img {
	border: 0;
	}
	
table#cartTable {
	padding:0;
	margin:0;
	border-spacing:0;
	border-top: 1px solid #005825;
	border-right: 1px solid #005825;
	}

table#cartTable th {
	border-bottom: 1px solid #2A5953;
	border-left: 1px solid #2A5953;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	background-color:#61928C;
	text-align:center;
	}	
table#cartTable td {
	border-bottom: 1px solid #005825;
	border-left: 1px solid #005825;
	}
table#cartTable td.numbers {
	text-align:right;
	}
table#cartTable td.empty {
	border-left: #ffffff;
	border-bottom: #ffffff;
	}
table#cartTable input {
	font-size:12px;
	}
#topright {
	font-size:14px;
	color:#005825;
	}
#topright a {
	color:#005825;
	font-weight:bold;
	font-size:14px;
	}
#topright img {
	vertical-align:bottom;
	}
