html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	width: 100%;
}
body {
	margin:0px;
	padding:0px;
	background-color: #E2EBDF;
	text-align: center;
	height: 101%;
	width: 100%;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
#container {
	height: auto;
	width: 770px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E2EBDF;
	text-align: left;
}
#headerNav {
	padding: 10px 0px 10px 0px;

}
#headerContent {

}
#mainNav {
	padding-top: 5px;

}
#mainContent {
	border-left: solid #849A9A 1px;
	border-right: solid #849A9A 1px;

}
#mainContentTable {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#mainContentNav {
	background-color: #FFFFFF;
	width: 160px;
	vertical-align: top;
	padding: 11px 20px 20px 20px;
	color: #196202;
}
/* Start Nav */
#mainContentNav .mainContentNavMain{
	margin: 9px 0px 3px 0px;
}
#mainContentNav .mainContentNavMain a{
	display: block;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #ECEEF9;
	color: #196202;
	margin: 0px;
}
#mainContentNav .mainContentNavMain a:hover{
	color: #568946;
}
#mainContentNav .mainContentNavSub{
	font-size: 11px;
	padding-left:3px;
}
#mainContentNav .mainContentNavSub a{
	display: block;
	text-decoration: none;
	color: #196202;
	margin: 0px;
	padding: 1px 0px 1px 8px;
	background-image:url(../_images/secondaryNavBullet.gif);
	background-repeat: no-repeat;
	background-position:left;
	border-bottom: 0px;
}
#mainContentNav .mainContentNavSub a:hover{
	color: #568946;
}
/* End  Nav */
#mainContentArea {
	vertical-align: top;
	padding: 20px;

}
#footer {
	background-color: #FAFFF8;
	border-top: solid #849A9A 1px;
	border-bottom: solid #849A9A 1px;
	border-left: solid #849A9A 1px;
	border-right: solid #849A9A 1px;
	text-align: center;
	padding: 10px;
	font-size:12px;
	color:#196202;
}
#footer a{
	color:#196202;
	text-decoration: none;
}
#footer a:hover{
	color:#568946;
	text-decoration:underline;
}
#mainContentArea h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}
#mainContentDivider {
	width: 1px;
	vertical-align: top;
}
#headerContentTable {
	width: 100%;
}
#headerContentStore {
	width: 226px;
}
#headerNavTable {
	width: 100%;
}
#mainContentArea .mainContentAreaProductPhoto {
	float: right;
	padding-right: 10px;
}
#mainContentArea a img{
	border:0px;
}
#mainContentArea a {
	color: #196202;
	text-decoration: none;
	font-weight: bold;
}
#mainContentArea a:hover {
	color: #568946;
}
#mainContentArea em {
	font-style: normal;
	color: #196202;
	letter-spacing: 1px;
}
sup {
	font-size: 10px;
	padding-left: 2px;
	padding-top: 0px;
	margin-top: 0px;
}
#mainContentArea h2 {
	font-size: 12px;
	color: #000000;
}
#arrowList {
	list-style-image: url(../_images/arrow-fwd-bullet.gif);
}

#hometopleft {
	width: 229px;
	height: 43px;
	background-image: url(../_images/topleft.gif);
	background-color: #FAFFF8;
}

#hometopcenter {
	width: 229px;
	height: 43px;
	background-image: url(../_images/topcenter.gif);
	background-color: #FAFFF8;
}

#hometopright {
	width: 229px;
	height: 43px;
	background-image: url(../_images/topright.gif);
	background-color: #FAFFF8;
}

#homeleft {
	width: 7px;
	background-image: url(../_images/left.gif);
	background-color: #FAFFF8;
	background-repeat: repeat-y;
}

#homecenter {
	width: 215px;
	height: 100%;
	vertical-align: top;
	padding: 0px;
	text-decoration: none;
	font-size: 11px;
	color: #333333;
	background-color: #FAFFF8;
}

#homeright {
	width: 7px;
	background-image: url(../_images/right.gif);
	background-color: #FAFFF8;
	background-repeat: repeat-y;
}

#homebottom {
	width: 229px;
	height: 8px;
	background-image: url(../_images/bottom.gif);
	background-color: #FAFFF8;
}