/* CSS Document by MaryDesigns, LLC 2007*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background-image: url("MainGraphics/hardwoodfloorbk.jpg");
  background-repeat: repeat;
  color: #704f3e;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  line-height: 14px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

h1 {
	color: #704F3E;
	font-size: 130%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h2 {
	color: #6d9863;
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
h3 {
	color: #112E18;
	font-size: 90%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

#Wrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	max-width: 818px;
	min-width: 818px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 818px;
	background-image: url(MainGraphics/contentbk.gif);
	background-repeat: repeat-y;
}
#header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	background-image: url(MainGraphics/masthead.jpg);
	height: 169px;
	width: 818px;
	position:relative;
}
#header h3{
text-indent:-3000px;
}
#header img{
	position: absolute;
	top:10px;
	left: 520px;
	height: 136px;
	width: 285px;
}
#nav {
	background-color: #112E18;
	color: #ffffff;
	float: left;
	font-weight: bold;
	line-height: 175%;
	text-decoration: none;
	width: 145px;
	text-align: center;
}
#nav ul{
	margin: 0px;
}
#nav li{
	list-style-type: none;
}

#nav a, a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #245230;
	text-decoration: underline;
}

#content {
	margin-bottom: 0;
	margin-left: 185px;
	margin-top: 0;
	line-height: 175%;
	margin-right: 10px;
}
#content a{
	color: #112E18;
	text-decoration: none;
}
#content a:hover{
	color: #5A3721;
}
.clearFloat {
  clear: left;
  display: block;
}
#footer {
	background-color: #014423;
	padding: 10px;
	color: #FFFFFF;
	line-height: 130%;
	font-size: 80%;
}
#footer a{
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
}
.rfloat {
	margin: 5px;
	float: right;
	border: 1px solid #112E18;
}
