/* CSS Document */

/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */
html, body {
	color:#333333;
	margin: 20px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	width: auto;
	clear: both;
  }
/* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */
#wrapper {
	width: 740px;
	margin: 0 auto;
	background-color: #FFFFFF;
  }
/* set 15px top margin for titlebar, other margins set to zero */


/* maincontent width is 1px smaller to account for left border */
#maincontent {
	font-size: 85%;
  }
/* set margins, padding, and line height for maincontent paragraphs */
#maincontent p {
	margin: 0 25px 0 40px;
	line-height:1.3em;
	font-size: 80%;
  }
/* set dimensions for level 1 and 2 headings in maincontent */
#maincontent h1, #maincontent h2 {
  margin: 0 0 5px 15px;
  padding: 20px 0 0;
  font-family:Arial, Helvetica, sans-serif;
  color: #333333;
  }
#maincontent h1 {
  font-size: 165%;
  }
#maincontent h2 {
  font-size: 90%;
  }
#maincontent li {
	left: auto;
	position: relative;
}
#nav {
	width:740px;
	height:30px;
	background-color: #D47F00;
	}
#NavigationLeft {
	float: left;
	height: 1150px;
	width: 170px;
	margin-left: 5px;
	}
#NavigationLeft li {
	margin:0px
	}
.boxout {
	background-color: #996600;
	background-position: 0px 0px;
	float: right;
	width: 142px;
	padding-top: 15px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-bottom: 15px;
}
.boxout img {
	border:solid;
	border-width:thin;
	border-color: #333333;
	bottom: 2em;
}
.boxout p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	text-align: justify;
	border-bottom-width: 1px;
	border-width: 1px;
	border-width: 1px;
	border-width: 1px;
	border-color: #333333;
	line-height: 1.2em;
	}
#AddressFooter {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#553F00;
	font-size: small;
	font-weight: normal;
	color: #CC6600;
	padding-right: 20px;
	padding-right: 20px;
	padding-right: 20px;
	padding: 0 0 0 20px;
	}
#AddressFooter p {
	margin: 0 35px 0 90px;
	padding-top: 6px;
	}
.boxout img, .boxout p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


