/* 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%;
	border-bottom: 2px;
	border-color: #996600;
	width: auto;
	margin-left: 5px;
  }
/* set margins, padding, and line height for maincontent paragraphs */
#maincontent p {
	margin: 0 25px 0 20px;
	line-height:1.3;
	padding-top: 15px;
	padding-left: 10px;
  }
/* 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: 115%;
  }
#maincontent li {
	left: auto;
	position: relative;
}
#nav {
	width:740px;
	height:30px;
	background-color: #D47F00;
	}
#NavigationLeft {
	float: left;
	height: auto;
	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 img, #boxout p {
    margin: 0 10px 10px 10px;
} 
#boxout p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bolder;
	text-align: left;
	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;
	}

#disclaimer h2 {
font-size:90%;
margin: 0:
}

#disclaimer p {
font-size:70%;
margin: 0 25px 0 40px;
line-height: 1.20em;
}
#NoticeNavigationLeft {
	float: left;
	height: 1150px;
	width: 170px;
	margin-left: 5px;
	}
#NoticeNavigationLeft li {
	margin:0px;
}
#contactboxout {
	background-color: #FFDFAA;
	background-position: 0px 0px;
	float: right;
	width: 185px;
	padding-top: 7px;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 390px;
}
#contactboxout p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
}
#contactboxout dt {
	padding-left: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contactboxout dd {
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 0px;
}
#contentboxout img {
	padding-left: 30px;
	border:solid;
	border-width:thin;
	border-color: #333333;
	bottom: 2em;
	}
#map_canvas	{
	float: right;
	}
