/* CSS Document */

body {
	background-color: #30130B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #F2DB9B;	
	text-align: center;
	line-height: .025px;
	}



#allcontent{

	width: 90%;
	margin: 10px auto;
	background-image:url(images/background_rust3.jpg);
	line-height: 130%;
	width: 863px;
	

}

#linkheader{
	background-color: #FCF2CF;
	width: 843px;
	height: 15px;
	text-align: right;
	font-size: xx-small;
	padding: .5em;
	margin-bottom: 0px;
	color: #30130B;
	}

#header {
	background-image:url(images/newbanner2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FCF2CF;
	padding-top: 10px;
	margin: auto;
	width: 863px;
	height: 200px;
	border-bottom: thin dotted #9A8E57;
	
	}


#leftnav{
 	float: left;
	width: 141px;
	height: 337px;
	margin: 0;
	padding: 1em;
	line-height: 100%;
	border-bottom: hidden;
	color:#30130B;
	

}


#rightnav{
	float: right;
	width: 141px;
	margin: 0;
	padding: 1em;
	color: #30130B;
	line-height: normal;
	color: #30130B;

	

}


#main{
	position: relative;
	margin-left: 151px;
	margin-right: 151px;
	margin-top: 0px;
	padding: 40px;
	max-width: 36em;
	color: #30130B;
	border-left: thin dotted #9A8E57;
	
	
}

#leftnav p, #rightnav p, #footerleft { margin: 0 0 1em 0; }



#footer {
	background-image:url(images/background_flower.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #30130B;
	width: 843px;
	height: 50px;
	position: auto;
	margin-top: 10px;
	padding: 1em;
	line-height: normal;
	margin-top: auto;
	border-top: thin dotted #9A8E57;
	
}





h1 {
	font-size: 16px;
}



a:link	{
	color: #9A8E57;
	text-decoration: none;
	border-bottom: thin dotted #9A8E57;
	}

a:visited	{
	color: #6C92A2;
	text-decoration: none;
	border-bottom: thin dotted #6C92A2;
	}
	
	
.impact {


	}
/*SUBSCRIBE FORM BEGINS HERE*/	
#subscribe {
	border: thin dotted #30130b;
	padding: 10px;
	
}	


.txtbox {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
.button {
	background-color: #005284;
	border: 1px solid #CCCCCC;
	padding: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
fieldset { 
	border: 3px solid #fff; 
	margin: 0;
	padding: 13;}

/*FORM ENDS HERE*/