body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #183300;
	background-attachment: fixed;
	background-image: url(../6_Images/bkg_grn.jpg);
	background-repeat: repeat;
}
/******* hyperlink and anchor tag styles *******/

a:link{
	color: #183300;
	text-decoration: none;
}

a:hover{
	color: #47683E;
	text-decoration: underline;
}

a:visited{
	color: #608A53;
	text-decoration: none;
}
/************** header tag styles **************/

h1{
	color: #3235A7;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h2{
	color: #3F5C36;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

h3{
	color: #3F5C36;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}

h4{
	color: #3F5C36;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell{
	position:absolute;
	width:772px;
	top: 10px;
	background-color: #F5F8F1;
	height: 700px;
	left: 9px;
	padding: 5px;
	margin: 0px;
	border: 1px solid #D7E1C8;
}

#pagecellBottom{
	position:absolute;
	width:560px;
	top: 810px;
	height: 30px;
	padding: 5px;
	margin: 0px;
	float: left;
}


#main{
	position:absolute;
	width:760px;
	top: 145px;
	height: 515px;
	border: 1px solid #D7E1C8;
	left: 14px;
	padding: 5px;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../1_BKG/RV20X1200ltgrn.png);
	background-repeat: repeat-x;
	background-position: top;
}

/***********************************************/

#masthead{
	position: absolute;
	width:770px;
	height: 80px;
	background-color: #EDF1E6;
	border: 1px solid #D7E1C8;
	float: left;
	background-attachment: fixed;
	background-image: url(../1_BKG/ltgrn_white150.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #D7E1C8;
	top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.imgleft{
	float: left;
	height: auto;
	padding: 0px;
}

.imgcart{
	height: 30px;
	padding: 5px;
	position: absolute;
	left: 525px;
	top: 40px;
	width: auto;
}

.imgright{
	float: right;
	height: auto;
	padding-right: 5px;
	padding-top: 5px;
}

/***********************************************/
#menu{
	position: absolute;
	width:760px;
	top: 110px;
	background-color: #E6ECDD;
	height: 20px;
	margin: 0px;
	padding: 5px;
	left: 14px;
	border: 1px solid #D7E1C8;
}

#pageBanner{
	position: absolute;
	width:770px;
	top: 675px;
	height: 30px;
	margin: 0px;
	left: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid #D7E1C8;
	background-image: none;
	background-color: #EEF1E8;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/


/************** footer styles ****************/

