body {
	color: #FFFF99;
	background-image: none;
	background-color: #604020;
}

#mainWrapper {
	background-color: #604020;
	color: #FFFF99;
}
	
#contentWrapper {
	color: #FFFF99;
}


#NavBox {
	float: right;
	width: 18em;
	border: 1px solid #666666;
	margin-bottom: 1em;
}

ul.SiteLinks {
	margin: 0;
	font-weight: bold;
	list-style-type: circle;
	border: 1px solid #222222;
	background-color: #503401;
	padding-top: 0.2em;
	padding-bottom: 0.5em;
}

#subscribe {
	background: #6A4923;
	padding: 0.4em;
	text-align: left;
}

#subscribe label  {
  font-size: 0.8em;
  width: 8em;
  height: 18px;
  display: block;
  float: left;
}

#sitelinks input {
  border: 1px solid #aaaaaa;
  margin-bottom: 0.3em;
}


#blog {
	margin-top: 1em;
}

#bannerImage {
	display: block;
	margin: 0 auto;
}

#title h1 {
	font-size: 1.5em;
}

#footerWrapper {
	background: none;
	border-top: none;
}

#footer {
	color: #FFFF99;
	background: none;
	padding-bottom: 0.4em;
	}

#footer h4 {
	color: #ffff99;
}

#footer a {
	color: #ffffff;
}

h1, h2, h3, h4, h5 {
	color: #FFFF99;
}

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

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

a:hover {
	text-decoration: none;
	color: #996633;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}

.submitButton {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.requiredFields {
  margin-top: 0.5em;
}


.menuStripe  {
	background:none;
}

.level1Background {	background-image: none;	background-color: #7B5228;	}
.level2Background {	background-image: none;	background-color: #7B5228;	}

