html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
img {
	border: 0px;
}
a {
	color: #575757;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #2B2B2B;
	text-decoration: underline;
}
ul {
	margin: 0px 0px 0px 2em;
	padding: 0px;
}
li {
	list-style: square;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
form {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
}
#head {
	height: 148px;
	width: 850px;
	background-image:   url(../Images/hban.gif);
	margin: 0px auto 0px auto;\
	position: relative;
}

#bod {
	position: relative;
	margin: 0px auto 0px auto;
	min-height: 700px;
	height: auto;
	height: inherit;
	width: 850px;
	display: block;
	background:   url(../Images/bg.gif) repeat;
	z-index: 10;
}
#content {
	position: relative;
	width: 601px;
	min-height: 500px;
	height: auto;
	z-index: 10;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
#begin {
	position: relative;
	width: 206px;
	height: 431px;
	float: right;
	z-index: 10;
	margin-right: 10px;
	margin-top: 15px;
}
#location {
	width: 408px;
	min-height: 500px;
	height: auto;
	float: right;
	margin: 25px 25px 25px 25px;
}
#locationdetail {
	position: relative;
	width: 350px;
	min-height: 500px;
	height: auto;
	float: left;
	z-index: 10;
}

#nav {
width: 850px;
height: 25px;
margin: auto;
position:relative;
z-index: 100;
background:  url(../Images/nav.gif);
}
#nav dl {
	float: left;
	width: 8em;
	height: 15px;
}
#nav dt a {
	cursor: pointer;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
#nav dt a:hover {
	font: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#nav dt {
	cursor: pointer;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px auto auto auto;
}
#nav dd {
	display: none;
	width: 12em;
	border: 1px solid gray;
	background-color: #FFFFFF;
}
#nav li, #nav ul {
	text-align: left;
}
#nav li a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#nav li a:hover, #nav li a:focus, #nav dt a:focus {
	background: #eee;
}
	table.location {
		background-color: #F5DD52;
		width: 450px;
		margin-bottom: 25px;
		margin-top: 40px;
		border-width: thin;
		border-color: #666666; 
	}
	table.location tr.head {
		text-align: center;
		vertical-align: middle;
		width: 450px;
	}
	table.location tr.blue {
		background-color:#ECF9FF;
		text-align: center;
	}
	table.location td.detail1 {
		text-align: right;
		width: 180px;
	}
	table.location tr.detail2 {
		text-align: left;
		width: 220px;
	}
	table.location td.th {
		text-align: left;
		padding-left: 20px;
	}
	table.location td.detail {
		text-align: left;
		padding-left: 60px;
	}
	table.location tr.spacer {
		background-color: #F5DD52;
	}
	table.location td.map {
	padding-left: 10px;
	padding-bottom: 10px;
	}

table.tenets td.indent {
	padding-left: 50px;
}
table.tenets td.doubleindent {
	padding-left: 80px;
}
table.tenets td.liindent {
	padding-left: 200px;
}

table.belts {
	width: 750px;
}
table.belts td.image {
	width: 65px;
	height: 76px;
	padding-left: 50px;
}
table.belts td.indent {
	padding-left: 50px;
}

table.loc td.indent {
	padding-left: 30px;
}

table.announcements {
	width: 500px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: dashed dashed none dashed;
	border-color: #333333;
	border-collapse: separate;
}
table.announcements td {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none none dashed none;
	border-color: #333333;
}


#foot {
	height: 140px;
	width: 850px;
	background:   url(../Images/fbann.gif);
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 10;
}