body									{ background: #5e5e5e;
										  margin: 10px;
										  padding: 0;
										  color: #333333;
										  font-family: verdana, arial, helvetica, sans-serif;
										  font-size: 10px; }

a										{ color: #60bb25;
										  text-decoration: none; }
	a:hover									{ color: #60bb25;
											  text-decoration: underline; }


/* -- Content Styles -- */
	.underNavBar						{ background: #e7e7e7;
										  height: 5px; }

	.topContentBar						{ background: #333333;
										  height: 22px; }

	.footerBar							{ background: #333333;
										  height: 22px;
										  color: #d4e0c6;
										  font-family: arial, verdana, helvetica, sans-serif;
										  font-size: 9px;
										  padding-right: 10px; }
		.footerBar a						{ color: white; }
		.footerBar a:hover					{ color: white; }

	.contentAreaHome					{ background: white;
										  padding: 15px;
										  height: 190px;
										  font-size: 9px; }

	.contentArea						{ background: white;
										  padding: 45px; }

	.grayAreaHome						{ background: #e6e6e6;
										  padding: 15px;
										  height: 190px;
										  font-size: 9px; }

	.homeHeader							{ color: #66973e;
										  font-weight: bold;
										  font-size: 11px; }

	.contentHeader						{ color: #66973e;
										  font-weight: bold;
										  font-size: 13px; }


/* -- HTML Form Styles -- */
	.form						{ margin: 0; }
		.form input					{ font-size: 10px;
									  vertical-align: middle;
									  padding: 1px; }
		.form textarea				{ font-size: 11px;
									  font-family: verdana, arial, helvetica, sans-serif;
									  vertical-align: middle; }
		.form select				{ font-size: 11px;
									  font-family: verdana, arial, helvetica, sans-serif;
									  vertical-align: middle; }

	.button						{ background: #f7f7f7;
								  border: solid 1px #525252;
								  padding: 2px;
								  color: #525252;
								  font-size: 12px;
								  font-weight: bold;
								  font-family: verdana, arial, helvetica, sans-serif; }


