@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../art/layout.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #9DAC59;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headertext {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
.subheadertext {
	font-size: 18px;
	font-weight: normal;
	color: #343016;
}
.bodytext {
	color: #292612;
	font-size: 15px;
}
.admintitle {
	font-size: 18px;
	color: #FFFFFF;
}



#bodysection {
	width: 800px;
	display: block;
	text-align: left;
	position: absolute;
	left: 50%;
	overflow: visible;
	margin-left: -400px;
	margin-top: 0px;
}
#headerleft {
	background-image: url(art/4/header_left.jpg);
	height: 107px;
	position: absolute;
	left: 50%;
	width: 27px;
}

#footersection {
	background-image: url(http://www.horseridingtherapy.org/art/footer.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 800px;
	background-position: center top;
	background-color: #9CAB58;
}
.footerlink {
	color: #FFFFFF;
	font-weight: bold;
	margin: 15px;
}
.white {color: #FFFFFF}
.tableheader {
	color: #FFFFFF;
	background-color: #777344;
	border-left: solid #FFFFFF 1px;
	border-bottom: solid #AAAAAA 1px;
	border-top: solid #FFFFFF 1px;
	border-right: solid #AAAAAA 1px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
}
