@charset "utf-8";
body {
	background: #557538;
	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:#FAEFB6;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
.oneColElsCtr #container {
	width: 46em;
	background: #557538;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

img {
	border: thin ridge #784426;
}
a:link {
	color: #FFC977;
	text-decoration: none;
}
a:visited {
	color: #FFC977;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: underline;
}
a:active {
	color: #F00;
	text-decoration: underline;
}
h1, h2, h3 {
	color: #FFDE59;
	margin-bottom:0%;
}
h1 {
	font-size: 1.8em;
}
#mainContent ol {
	margin-top: 0px;
}
.zeroMarginBottom {
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 1.4em;
}

.nav {
	margin-top: 0px;
	font-size: 1.2em;
}
.fltrt {
	float: right;
	margin-top: 1em;
	margin-right: 0em;
	margin-left: 1em;
	margin-bottom: 1em;
}
.fltleft {
	float: left;
	margin-right: 1em;
}
#credit {
	font-size: .75em;
	text-align: center;
	margin-bottom: 5px;
}
td {
	vertical-align: middle;
	text-align: center;
	font-size: .9em;
	padding-bottom: 30px;
}

