#textarea {
	float: right;
	color: #000;
	margin-top: 30px;
	padding-right: 40px;
	width: 650px;
}




/*Sub Naviagtion Styles*/	


#subnav {
	text-decoration: none;
	float: left;
	width: 215px;
	padding-top: 30px;
}
#navside {
	float: right;
	width: 41px;
}
#leftcol {
	width: 265px;
	float: left;
}


#subnav li {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	background-image: url(../images/nav_back_helping.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	height: 35px;
	font-size: 14px;
	color: #4E4132;
	padding-left: 5px;
	list-style-image: url(../images/Helping_bullet.jpg);
	display:list-item;
}
#subnav ul {
	margin: 0px 0px 0px 40px;
}
#subnav li a {
	text-decoration: none;
	color: #4E4132;
}
#subnav li a:hover {
	text-decoration: none;
	background-color: #FFF;
	display: inline;

}



/*Type Styles*/	


h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px 0px 10px;
	font-weight: bold;
	line-height: 35px;
}
h2 {
	font-size: 16px;
	line-height: 26px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-weight: normal;
	color: #4E4132;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding-bottom:20px;
	color: #4E4132;
}

h4 {
	font-size: 19px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
}
h6 {
	font-size: 11px;
	font-weight:normal;
}

#maincol {
	float: left;
	width: 370px;
	margin-bottom:30px;
}
#rightcol {
	float: right;
	width: 255px;
	font-size: 12px;
	line-height: 16px;
}
#textureback {
	background-image: url(../images/helping_texture-back.jpg);
	background-repeat: repeat-y;
}