/* CSS Document */
body {
	background-image:url(images/back_green.gif);
	color: #71644B;
	margin: 20px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #556709;
	border-bottom: 1px solid #BBB7B2;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #70644A;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #556709;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

p, td, li {
	font-size: 12px;
	line-height: 120%;
}

a {
	color: #6A782F;
	text-decoration: underline;
}


a:hover {
	color: #6A782F;
	text-decoration: none;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul {
	list-style-type : square;
	margin-left: 1em;
	padding-left: 0;
}

li {
	padding-bottom: 2px;
	margin-left: 0;
	padding-left: 0;
}

.errortext p, .errortext li {
	color: #FF0000;
	font-style: italic;
}

#pagesurround {
	width: 716px;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}

#pageheader {
	padding: 0;
	margin: 0;
}

#homeimage {
	padding: 5px 0px 0px 0px;
}

#pagefooter {
	width: 726px;
	color: #FFFFFF;
	clear: both;
}

#footerlogos {
	float: right;
	width: 250px;
	text-align: right;
}

#footertext {
	float: left;
	width: 450px;
	color: #FFFFFF;
	padding: 10px 0px 0px 5px;
	text-align: left;
}

#footertext a {
	color: #FFFFFF;
	text-decoration: none;
}

#footertext a:hover {
	text-decoration: underline;
}

#columnsurround {
	background-image:url(images/back_columns.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin-top: 5px;
}

#leftcolumn {
	width: 497px;
	float: left;
}

#leftcolumnpad {
	padding: 20px 24px 20px 24px;
	text-align: left;
}

#rightcolumn {
	width: 215px;
	float: right;
}

#right_updates {
	background-image:url(images/back_right_short.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 57px;
}

#right_photos {
	border-top: 5px solid #FFFFFF;
	background-image:url(images/back_right_light.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 160px;
}

#right_donations {
	border-top: 5px solid #FFFFFF;
	background-image:url(images/back_right_dark.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 160px;
}

#right_sponsors {
	border-top: 5px solid #FFFFFF;
}

.rightpad {
	padding: 10px 20px 10px 20px;
}

.rightlink {
	text-align: center;
	color: #2E3709;
	text-transform: uppercase;
	font-size: 12px;
}

.rightlink a {
	text-align: center;
	color: #2E3709;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

.rightlink a:hover {
	color: #6A782F;
}

.rightsubtext {
	text-align: center;
	color: #6A782F;
	font-size: 11px;
}

.rightsubtext_donations {
	text-align: center;
	color: #625A50;
	font-size: 10px;
}

.rightsubtext_sponsors {
	text-align: left;
	color: #625A50;
	font-size: 11px;
}

.rightsubtext_sponsors a {
	color: #625A50;
	text-decoration: underline;
}

.rightsubtext_sponsors a:hover {
	text-decoration: none;
}

#clearcolumns {
	clear: both;
}

.homeboldtext {
	color: #6B5913;
	font-size: 14px;
}

.homeaccesslink {
	color: #556709;
	font-size: 14px;
}

#datefloat {
	float: right;
	width: 150px;
	text-align: right;
	color: #83A435;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 15px;
}