* {
	margin:0px;
	padding:0px;
	/*POSSIBLE TO JUST CHANGE FORM ELEMENTS AS WELL*/
}

body {
	text-align:center;
	background-color:#608737;
	background-image:url(images/grass.gif);
	background-repeat:repeat-x;
	background-position:top;

	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#FFFFFF;
}

#container {
	width:754px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:left;
}


a, a:link, a:visited, .section a, .section a:link, .section a:visited {
	text-decoration:none;
	color:#36521A;
}

a:hover, .section a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

.clear {
	clear:both;
}

/*-------------------------*/

a.sectionhighlight, a.sectionhighlight:link, a.sectionhighlight:visited, a.sectionhighlight:hover {
	text-decoration:none;
	color:#FFFFFF;
}

/*-------------------------*/

#masthead .left {
	text-align:left;
	float:left;
}

#masthead .right {
	text-align:right;
}

#content {
	margin-top:65px;
}

#content .left {
	width:200px;
	float:left;
	text-align:right;
	line-height:23px;
}

#content .right {
	width:385px;
	float:left;
	text-align:left;
	margin-left:12px;
}

.alignleft {
	float:left;
	text-align:left;
	/*background-color:#669900;*/
	border:1px solid #92C161;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:8px;
	line-height:30px;
}

#process {
	text-align:center;
	margin-top:40px;
}

#footer {
	margin-left:212px;
	color:#92C161;
	position:absolute;
	top:500px;
	font-size:10px;
	line-height:18px;
}

/*-------------------------*/
.note {
	font-size:10px;
	color:#336600;
}
.title {
	font-weight:bold;
	color:#FFCC33;
}
