html {overflow-y: scroll;}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* style for page title*/
.titlebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	background-color: #FFFFFF;
	margin-left: 15px;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

/* table that contains the web site*/
#container {
	border: 1px solid #000000;
	width: 1000px;
}

/* div that contains the page content */
#content {
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#content li {
	padding-bottom: 5px;
}

/* div that holds the left-hand navigation menu*/
#lhsmenu ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#lhsmenu li {
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#lhsmenu a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#lhsmenu a:hover {
	background-color: #666666;
	display: block;
	color: #FFFFFF;
}
#lhsmenu td {
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
}
#lhsmenu {
	padding-left: 2px;
	padding-top: 0px;
}

/* div that holds the map search options*/
#selectmap {
	background-color: #66CC66;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #FF9900;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#selectmap td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

form {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* styles for search result table*/
#results td{
	background-color: #ECEBE8;
	border-bottom-width: 2px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#results a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #60894E;
}

/* styles for the Getting Started page navigation */
.navbar {
	background-color: #CECE9D;
}
.navbar a {
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #CECE9D;
	padding-left: 2px;
	width: auto;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 10px;
}
.navbar a:hover, a.here{
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
}

/* styles controlling text wrapping of images */
.imgright {
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}
.imgleft {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}

/* style for a hanging indent */
p.hanging{
text-indent:-30px;
margin-left:30px;
}
#banner {
	background-image: url(banner.jpg);
	height: 100px;
	background-repeat: no-repeat;
	background-position: right;
}

#searchbar {
	background-color: #66CC66;
	border-bottom-width: 2px;
	font-size: 11px;
	color: #000000;
	padding-bottom: 2px;
	padding-top: 2px;
	height: 20px;
}a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #66CC66;
}

