.header-large {
	font-size: 24px;
	font-family: Calibri;
	color: #7A9359;
	font-weight: bold;
}
.header {
	font-size: 18px;
	font-family: Calibri;
	color: #7A9359;
	font-weight: normal;
}
.welcome {
	font-size: 18px;
	font-family: Calibri;
	color: #646464;
	font-weight: normal;
	background-image: url(../images/welcome-pic.jpg);
}
.foot {
	font-size: 14px;
	font-family: Calibri;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(../images/footer.jpg);
}
.grey-14 {
	font-size: 14px;
	font-family: Calibri;
	color: #666666;
}
.green-16 {
	font-size: 16px;
	font-family: Calibri;
	color: #7A9359;
}
.Green-24 {
	font-size: 24px;
	font-family: Calibri;
	color: #799258;
}
.button-text {
	font-family: Calibri;
	font-size: 18px;
	font-weight: normal;
	color: #7A9359;
	text-decoration: none;
}
.button-text-large {
	font-family: Calibri;
	font-size: 24px;
	font-weight: bold;
	color: #7A9359;
	text-decoration: none;
}
.button-text-small {
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
	color: #7A9359;
	text-decoration: none;
}
.button-text-white {
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.style2 {color: #FFFFFF}

/*Begin Stu's Form Styles*/

#form-wrap .textfield
{
	width: 200px;
}

#form-wrap .textarea
{
	width: 300px;
	height: 100px;
}

#form-wrap dl
{
	
}

#form-wrap dt
{
	float: left;
	clear: left;
	width: 60px;
	text-align: right;
	margin-top: 3px; /* Check this - corrects label height -TESTING */
}

/*#form-wrap dt:after { content: ":"; }*/

#form-wrap dd
{
	margin: 0 0 5px 65px;
	padding: 0 0 0.5em 0;
}

#form-wrap ul, li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#form-wrap .errors
{
	color: red;
	font-size: 11px;
}

