@charset "UTF-8";
body {
	background: #e1dabf;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	overflow: scroll;
}

h1 h2 h3 h4{
	margin: 1px;	
}

.oneColElsCtr #container {
	width: 50em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #F6EFD2;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #E1DABF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#smalltext {
	font-family: Papyrus, "Apple Casual", Arial;
	font-size: 82%;
}
#largtext {
	font-family: "Handwriting - Dakota", Helvetica, "Apple Casual";
	color: #006633;
}
#smalltextbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	font-weight: normal;
}

.oneColElsCtr #mainContent {
	padding: 0 20px;
}
#imageholder {
	margin: 3px;
	padding: 3px;
	border: 1px solid #FFFFFF;
}
a:link {
	font-family: Papyrus, "Apple Casual", Arial;
	font-size: 90%;
	color: #1B791A;
	text-decoration: none;
}
a:visited {
	font-family: Papyrus, "Apple Casual", Arial;
	font-size: 90%;
	color: #1B791A;
	text-decoration: none;
}
a:hover {
	font-family: Papyrus, "Apple Casual", Arial;
	font-size: 90%;
	color: #003333;
	text-decoration: underline overline;
}
a:active {
	font-family: Papyrus, "Apple Casual", Arial;
	font-size: 90%;
	color: #1B791A;
	text-decoration: none;
}
#negativepad {
	margin-top: -15px;
}
#publicity {
	font-size: 60%;
}
