* {
	margin: 0;
	padding: 0;
}
body {
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	background-color: #016a51;
}
table {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
h2 {
}
p {
	margin-top: 4px;
	margin-bottom: 16px;
}
#page {
	width: 800px;
	margin: 0 auto;
	height: 100%;
	background-color: white;
}
#header {
	background-color: white;
}
ul#nav {
	/*text-align: center;*/
	margin-top: 10px;
	font-size: 10px;
	background-color: white;
	list-style-type: none;
}
ul#nav li {
	display: inline;
	padding-left: 4px;
	padding-right: 2px;
	border-left: 1px solid black;
	position: relative;
	list-style-type: none;
}
ul#nav li:first-child {
	border-left: 0;
}
ul#nav li ul {
	display: none;
		z-index: 500;
		min-width: 200px;
		position: absolute;
		top: 11px;
		background-color: #9BCD9B;
}
ul#nav li:hover ul, #nav li.over ul {
	display: block;
}
ul#nav li ul li {
	display: block;
	border-left: 0;
}
#nav a{
	text-decoration: none;
	color: #000000;
}
#nav a:hover{
	text-decoration: underline;
	color: #000000;
}
#leftbar {
	font-size: 11px;
	background-color: white;
	float: left;
	width: 181px;
	height: 943px;
	text-align: center;
  	background: url('/inquiryhome_udi.nsf/sidebar.gif');
  	background-repeat: no-repeat;
}
#leftbar div {
	width: 140px;
	margin: 10px;
	margin-top: 16px;
}
#content {
	background-color: white;
	padding: 10px;
	min-height: 900px;
	margin-left: 182px;
	/*float: left;*/
}
ul {
	margin-left: 20px;
}
ol {
	margin-left: 20px;
}
