body {
	max-width: 70em;
	margin: 1em auto;
	background-color: #F3EBC5;
    background-image: url('../graphics/bgpaper.png');
    background-repeat: repeat;
	line-height: 1.5;
	color: #2B4714;
}

p {
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
}

#wrapper {
	max-width: 100%;
}

#header {
	max-width: 100%;
	clear: both;
}

#container {
	max-width: 100%;
	clear: both;
}

#content {
	max-width: 100%;
	margin: 0 10% 0 10%;
}
#footer {
	padding: 0 0 3% 0;
	width: 100%;
	clear: both;
	text-align: center;
	color: #204050;
}

#footer img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#frontpage img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.frontpage-news {
	color: #9b2c01;
	text-align: center;
}

.frontpage-news a:link {
    color: #000099;
    text-decoration: none;
}

.divider img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.pagetitle {
	width: 100%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:left;
	padding: 2% 0 2% 0;
}

.pagetitle img {
}

.red-text {
	color: #9b2c01;
}

.red-text a:link {
    color: #000099;
    text-decoration: none;
}

.bullets li+li {
	padding: .5em 0 0 0;
}

#copyright {
	color: #9b2c01;
	text-align: center;
}

/* For text that we want to make especially pretty, we turn on
indentation and justification. */

.prose p {
	text-align: justify;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.prose p+p {
	padding: .2em 0 0 0;
}
.navbold {
	display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: 300;
}
.navnormal {
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: 300;
}
#navlinks {
    text-align: center;
}
#navbar {
    height: 3%;
    margin: 0 auto;
    width: 96%;
}
#navbar li {
    color: #000000;
    display: inline;
	clear: both;
    font-size: 1.5%;
    list-style: none outside none;
    margin: 0 1% 0 1%;
}
#navbar a {
    color: #000000;
    text-decoration: none;
}
#navbar a:link {
    color: #000000;
    text-decoration: none;
}
#navbar a:visited {
    color: #000000;
    text-decoration: none;
}
#navbar a:focus {
    background: #ffffff;
    text-decoration: none;
}
#navbar a:hover {
    background: #ffffff;
    text-decoration: none;
}
#navbar a:active {
    color: #000000;
    text-decoration: none;
}

.address-block {
	display: block;
	padding: 0 0 0 1em;
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-weight: bold;
}

.content-item {
	padding: 2% 0 2% 0;
}
.content-item p {
	padding-bottom: 2%;
}

.item-source {
	font-size: 80%;
	padding-bottom: 2%;
}
.item-body p {
	text-align: justify;
}
.item-body p+p {
	padding: 1em 0 0 0;
}

.boxed-item {
	background: url('../graphics/colorsample.png');
	padding: 1% 1% 1% 1%;
	overflow: auto;
}

.boxed-left {
	max-width: 67%;
	float: left;
}

.boxed-right {
	max-width: 29%;
	float: right;
}

.boxed-equal-left {
	max-width: 48%;
	float: left;
}

.boxed-equal-right {
	max-width: 48%;
	float: right;
}

.boxed-single {
	max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.boxed-single img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.image-column {
	text-align: center;
}

.image-column p {
}

.image-column img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 1.0em
}

.image-column-reverse {
	text-align: center;
}

.image-column-reverse p {
	padding-bottom: 1.0em
}

.image-column-reverse img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#split_table {
	max-width: 100%;
	padding: 0.5%;
    margin-left: auto;
    margin-right: auto;
}

.table_row {
	width: 96%;
	margin: 0.5%;
	overflow: auto;
    margin-left: auto;
    margin-right: auto;
}

.table_row a {
    color: #2b4714;
    text-decoration: none;
}

.table_row a:hover {
    color: #ff3333;
    text-decoration: none;
}

.table_row p {
	float: left;
}

.table_row img {
	float: right;
}

.table_left {
	padding: 0.5%;
	margin: 0.5%;
	border-style: solid;
	border-width: thin;
	border-color: #2b4714;
	float: left;
	width: 47%;
	overflow: auto;
}

.table_right {
	padding: 0.5%;
	margin: 0.5%;
	border-style: solid;
	border-width: thin;
	border-color: #2b4714;
	float: right;
	width: 47%;
	overflow: auto;
}

.calendar {
	background: url('../graphics/colorsample.png');
	text-align: center;
	padding: 1%;
	float:right;
}

.memberform {
	text-align: left;
}

.memberform h1, h2, h3, h4 {
    text-align: center;
}

.memberform button {
	display:block;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.memberinfo label {
	display:block;
}
.memberinfo input {
	display:block;
	margin-bottom: 1em;
}

.memberchecklist {
	display:block;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.membercheck label, input {
	display: inline;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
