body {
	background: #898d52;
	font: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	text-align: left;
	color: #333333;
}

p {
	margin: 1em;
	/*text-indent: 2em;*/
}

a {
	text-decoration: underline;
	color: white;
}

a img {
	border: none;
}

a.navLink {
	color: white;
	text-decoration: none;
	font-variant: small-caps;
}

a.navLink:hover {
	text-decoration: underline;
}

a.currentPage {
	color: #A54310;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

div.quote {
	font-weight: bold;
	font-style: italic;
	font-size: 90%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

div.quote div.text {
	text-align: center;
}

div.quote div.verse {
	font-variant: small-caps;
	text-align: right;
	font-size: 100%;
	font-style: normal;
}

/* LAYOUT */
#header h1 {
	font-size: 60px;
	padding-left: 20px;
	text-shadow: 0px 0px #333333;
	top: 0px;
	display: inline;
}

#header img {
	vertical-align: middle;
}

#header img.logo {
	
}

#header img.banner {
	
}

table.layout {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

td.header {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9e400e;
	border-bottom-color: #9e400e;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-repeat: repeat;
	background-image: url(../img/parchment.jpg);
	background-color: #f2f8d6;
	color: #a54310;
}

td.nav {
	padding-top: 5px;
	padding-left: 10px;
	color: white;
	vertical-align: top;
	width: 100px;
}

td.content {
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #9e400e;
	border-top-color: #9e400e;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 2px;
	background-color: #f2f8d6;
	background-image: url(../img/parchment.jpg);
	background-repeat: repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 700px;
	vertical-align: top;
	font-size: 100%;
}

td.footer {
	color: white;
	margin-top: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	width: 700px;
	text-align: center;
	font-size: .7em;
}

/* Page Styles */
.notice {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	background-color: #990101;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

h3.pageTitle {
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
}

h4.pageSubTitle {
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	margin-left: 10px;
}

p.emphasis {
	font-weight: bold;
	font-style: italic;
}

div.address {
	font-variant: small-caps;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

div.photos div.milkbox {
	text-align: center;
}

/* Donate Page */
#donate div.donate {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#donate input {
	background: none;
	border: none;
}

#donate ul {
	margin-left: 30px;
	margin-top: 10px;
}

#donate a {
	color: black;
}

/* About Page */
#about ul {
	margin-left: 30px;
	margin-top: 10px;
}

#about a {
	color: black;
}

/* Contact Page */
#contact a {
	color: black;
}

#contact span.email {
	margin-left: 60px;
}

/* Contact Form */

.noshow {
	display: none;
}

div.linkList {
	margin: 20px;
}

span.linkCategory {
	font-style: italic;
}

.contactform {
	position: static;
	margin-top: 10px;
	overflow: hidden;
}

.contactform legend {
	width: 70%;
	text-align: right;
	font-style: italic;
	font-size: .7em;
}

.contactform fieldset {
	border: none;
}

.contactleft {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 5px;
	width: 25%;
	text-align: left;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
    font-weight: bold;
}

.contactright {
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
}

.contacterror {
	border: 2px solid #ff0000;
}

input {
	background: #333333;
	border: 1px #FFFFFF solid;
	padding: 2px;
	color: #FFFFFF;
}

input:hover, input:focus{
	background: #2b2a2a;
}

textarea {
	background: #333333;
	border: 1px #FFFFFF solid;	
	padding: 5px;
	color: #FFFFFF;
}

textarea:hover {
	background: #2b2a2a;
}

