body {
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	font-size:10px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

img {
	border:none;
}

a {
	color:#5d5e58;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5d5e58;
}
a:hover {
	text-decoration: none;
	color: #E55A3D;
}
a:active {
	text-decoration: none;
	color: #E55A3D;
}

/**************************************************
DIV DECLARATIONS
**************************************************/

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding:0px;
	overflow:hidden;
}

#header {
	margin:0;
	padding:0;
}

#logo {
	margin:0;
	padding:0;
	background-image: url(../images/stop-the-beetle.gif);
	background-repeat: no-repeat;
	float: left;
	height: 180px;
	width: 180px;
}

.description {
	visibility:hidden;
}

#promiseTop {
	margin:27px 0 0;
	padding:0px;
	float: right;
	height: 120px;
	width: 352px;
}

#nav {
	margin:0px 0 0;
	padding:0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
}

#nav img {
	border:none;
}

#mainImage {
	margin:0;
	padding:0;
	background-image: url(../images/forrest_home_notext.jpg);
	background-repeat: no-repeat;
}

#headline {
	margin:15px 0 0;
	padding:0;
}

#promiseButton img {
	border:none;
}

#centerContent {
	padding:0px;
	margin: 0px 100px;
}

#twoColumn-left {
	margin:0px;
	padding:15px 15px 0px 0px;
	float: left;
	width: 550px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#twoColumn-right {
	margin:0px;
	padding:15px 0px 0px 0px;
	float: right;
	width: 350px;
}

#leftColumn {
	margin:0px;
	padding:0px 15px 0px 0px;
	float: left;
	width: 255px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#rightColumn {
	margin:0px;
	padding:0px 0px 0px 5px;
	float: right;
	width: 235px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}


#centerColumn {
	padding:0px;
	width: 430px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 280px;
}

#leftColumn ul {
	color:#658b2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height:1.6em;
	list-style-type:none;
	margin-left: 0px;
	padding: 0px;
}

#leftColumn li {
	background:transparent url(../images/arrow_bullet.gif) no-repeat scroll 0px 5px;
	padding-left:15px;
	margin-bottom: 5px;
}

#promiseButton {
	padding: 0px;
	margin: 10px 0px 30px;
}

#twoColumn-right #counter {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#forwardToFriend {
	margin: 10px;
	padding: 0px;
	width: 350px;
}

#forwardToFriend textarea, #forwardToFriend input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}

#footer {
	padding: 0px;
	margin-top: 35px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 5px;
}

#nav .boxed img {
	margin-top: 25px;
}


/**************************************************
TEXT
**************************************************/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.2em;
	line-height:1.4em;
	color:#395f3b;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	color: #999c71;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#rightColumn h2 {
	margin-left:15px;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5d5e58;
	line-height: 1.2em;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5e58;
	line-height: 1.6em;
}

ol, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5d5e58;
	line-height: 1.6em;
	font-weight: bold;
}

ol span, ul span {
	font-weight: normal;
}


/**************************************************
Miscellaneous classes for reuse 
**************************************************/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold {
	font-weight: bold;
}
