body {
	background-color: #1D5513;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .12in;
	font-weight: normal;
}

#mainpanel {
	width: 1250px;
	height: 2000px;
	position: inherit;
	background-color: #FFFFFF;
	text-align: left;
}
#logo_left{
	border-style: none;
	background-image: url('images/header_left.gif');
	background-repeat: no-repeat;
	width: 50px;
	height: 268px;
}
#logo_top{
	background-image: url('images/header_top.gif');
	background-repeat: no-repeat;
	width: 213px;
	height: 40px;
	position:relative;
	top: -268px;
	left: 50px;
}
#navbar{
	padding: 5px 0px 0px 0px;
	margin: 0px;
	position: relative;
	top: -260px;
	left: 50px;
	width: 130px;
	height: 440px;
	background-color: #ffffff;
}
#navbar ul {
	list-style-type: none;
	text-align: right;
	padding: 0px;
	margin: 0px;
	width:100%;	
}
#navbar li {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	width:130px;
}
#navbar a{
	padding: 5px 5px 5px 25px;
	text-decoration: none;
	font-weight: bold;
	font-size: .15in;
	text-transform: capitalize;
	color: #1D5513;
}
#navbar a:hover{
	color:#236F9A;
	background: #EEFBEC;
}

#memberbox{
	position: relative;
	background: white;
	left: 380px;
	top: -740px;
	width: 400px;
	height: 30px;
}
#memberform input {
	border: thin solid #C0C0C0;
	font-size: .11in;
	font-weight: normal;
	background-color: #EEFBEC;
	color: #005555;
}
#contentbox{
	border-style: none none none solid;
	border-width: thin;
	border-color: ##1D5513;
	padding: 25px 25px 25px 25px;
	position: relative;
	left: 185px;
	top: -710px;
	width: 530px;
	height: 1475px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .14in;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}
#pageheader {
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color:#1D5513;
}

#footer {
	position: relative;
	background-color:white;
	top:-280px;
	left: 0px;
	width:1250px;
	height:100px;
}
#footer a{
	color: #28771B;
}
#footer a:hover{
	color:#236F9A;
}
#footertext{
	position: relative;
	background-color: white;
	top: 5px;
	left: 5px;
	width: 700px;
	height: 20px;
	font-size: .1in;
	font-weight: normal;
	color: #28771B;
	padding-top: 70px;
}
#footergraphic{
	position: relative;
	background-color:green;
	top: -85px;
	left: 1100px;
	width: 90px;
	height:90px;
}
.footersquares {
	width: 90px;
}
.footersquare {
	background-color: #008000;
	border: 2px solid #FFFFFF;
	width: 14px;
	height: 14px;
	font-size: .1in;
}
#loginmsg {
	font-size: .1in;
	font-weight: normal;

}
#benefittable{
	border-style: none;
	position: relative;
	left: 0px;
	top: 0px;
	font-size:.1in;
}
.benefitleft{
	font-size:.14in;
}
.benefitright{
	font-size:.12in;
}
.benefittable_rowtop {
	background-image: url('images/benefits_top.gif');
	background-repeat: no-repeat;
}
.benefittable_rowmid {
	background-image: url('images/benefits_mid.gif');
	background-repeat: repeat-y;
}
.benefittable_rowbot {
	background-image: url('images/benefits_bot.gif');
	background-repeat: no-repeat;
}

.panel1 {
	background-image: url('images/benefits_top.gif');
	background-repeat: no-repeat;
	width:555px;
	height:11px;
}
.panel2 {
	background-image: url('images/benefits_mid.gif');
	background-repeat: repeat-y;
	width:555px;
	height:auto;
	padding: 10px;
}
.panel2left {
	color: #FFFFFF;
	width: 150px;
	font-weight: bold;
	font-size: .12in;
}

.panel2right {
	position:relative;
	top: -20px;
	right:35px;
	height:50px;
	color: #000000;
	width: 370px;
	font-weight: normal;
	font-size: .12in;
	float:right;
}
.panel2right li {
	line-height: 11px;
}
.benefititem {line-height: 20px;
}

.panel3 {
	background-image: url('images/benefits_bot.gif');
	background-repeat: no-repeat;
	width:555px;
	height:20px;
}



.categorylist {
	position: relative;
	left: 20px;
	top: -0px;
	width: 290px;
	padding: 10px;
	font-size: .12in;
	background-color: #C5DACC;
}
.categorylist li{
	background-color: #C5DACC;
	list-style-type: square;
}

#pricingtable {
	padding: 10px;
	background-color: #C5DACC;
	border: thin solid #74A785;
}
.pricingtable_literow {
	background-color: #E8F0EB;
	padding: 10px;
}
.pricingtable_darkrow {
	background-color: #C5DACC;
	padding: 10px;
}
