body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/sunflower_bg.jpg);
	background-repeat: repeat;
}
#header_div {
	padding: 5px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 8px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-left-color: #009900;
	background-color: #B7A575;
}
#nav_div {
	padding: 5px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #009900;
	border-left-color: #009900;
	background-color: #B7A575;
}
#main_content_div {
	padding: 5px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #009900;
	border-left-color: #009900;
	background-color: #B7A575;
}
#footer_div {
	padding: 5px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	text-align: center;
	font-size: 9px;
	background-color: #B7A575;
}
.medium_text {
	font-size: medium;
}
.large_text {
	font-size: large;
}
.dropcap {
	font-size: 75px;
	line-height: 53px;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 3px;
}
.x_small {
	font-size: x-small;
}
.small_text {
	font-size: small;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: medium;
	color: #006600;
}
.x_large_text {
	font-size: 24px;
}
.yellow_text {
	color: #FFCC00;
}
.main_text {
	font-size: 17px;
	letter-spacing: .03em;
	word-spacing: .02em;
}



h2 {
	font-size: medium;
	color: #000000;
}
h3 {
	font-size: medium;
	color: #000000;
}
h4 {
	font-size: medium;
	color: #000000;
}
h5 {
	font-size: medium;
	color: #000000;
}
h6 {
	font-size: medium;
	color: #000000;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #FFFF33;
	margin-top: 10px;
}
#indent {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
}
#center {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-bottom: 15px;
	padding-right: 15px;
}
