*	{
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

body {
	font-family: tahoma, arial, helvetica, clean, sans-serif;
		text-align: center;

}

a:link, a:visited, a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #005a99;
}

a:hover {
	text-decoration: underline;
}

a{
	outline: none;
}

#top {
	text-align: center;
	padding: 3px;
	margin: 0px auto 3px auto;
	font-size: 0.75em;
	height: 10px;
	background: #ddd;
	border-bottom: 1px solid #ddd;
}

#content {
	width: 706px;
	margin: 0 auto;
}

#header-spacer {
	width: 712px;
	margin: 0 auto;
}

#header {
	background: transparent url("images/header.png") no-repeat;
	height: 98px;
	margin: 10px 0 0 0;
	margin-top: 10px;
}

#logo {
	display: block;
	width: 320px;
	height: 40px;
	text-indent: -9999px;
}

#nav-top {
	text-align: right;
	color: #0191c8;
	font-size: 0.5em;
}

#nav-middle {
	padding: 42px 0 0 0;
	text-align: right;
	font-size: 0.75em;
	text-shadow: #eeeeee 0px 1px 0px; 
	color: #005a99;
	float: right;
}

#nav-middle  a:link,#nav-middle a:visited {
	color: #005a99;
}

#nav-bottom {
	margin: 34px 0 0px -32px;
	font-size: 0.75em;
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	height: 20px; 
	text-align: center;
	text-shadow: #eee 0px 1px 0px ;
	color: #111;
}

#nav-bottom  a:link,#nav-bottom a:visited {
	color: #444;
}

.navlist li {
	text-align: center;
	display: inline;
	list-style-type: none;
	padding: 1em;;
}

.navlist a:link {
	font-weight: bold;
	text-decoration: none;
	color: #8C8984;
}

.navlist a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #8C8984;
}

.navlist a:hover {
	text-decoration: underline;
}

.clear-both {
	clear: both;
}

#fbox {
	border-top: 1px solid #dcdcdc;
}

#footer {
	text-align: center;
	padding: 10px;
	font-size: 0.7em;
	height: 10px;
}

#detail { 
	margin: 0 auto;
	font-size: 0.85em;
	text-align: left;
}

#detail dt {
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 0.5em 0;
}

#detail dd {
	margin: 0 0 0 2em;
	padding: 0 0 0.5em 0;
	text-align: justify;
}

#detail img.float-right {
	float: right;
}

#detail img {
	margin: 10px;
}

#detail p {
	margin: 0.5em;
	text-align: justify;
	padding: 0;
}

#detail ol,#detail ul {
	padding-left: 40px;
	margin: 0.5em;
}

#detail li {
	list-style-type: disc;
}

#map {
	width: 100%;
	height: 300px;
}

.summary,.summary h1 {
	background: transparent url("images/summary.png") no-repeat bottom right;
	color:white;
	text-shadow: 0px -1px 0px #374683;
}

.summary a, .summary a:visited {
	color: white;
	text-shadow: #005a99 0px -1px 0px ;
}

.detail, .detail h1 {
	background: transparent url("images/body.png") no-repeat bottom right;
	color: #444;
	text-shadow: #e5e5ee 0px 1px 0px ;
}

.box {
	width: 695px !important;
	width: 680px;
	padding-right: 15px;
	margin: 10px auto;
}
.box-head {
	background-position: top right;
	margin-right: -15px;
	padding-right: 40px;
}
.box-head h1 {
	font-size: 1.2em;
	font-weight: bold;
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	/* padding-left = image gap + interior padding ... no padding-right */
	padding: 20px 0 0px 40px;
	height: auto !important;
	height: 1%;
}  
.box-body {
	background-position: bottom left;
	margin-right: 25px; /* interior-padding right */
	padding: 1px 0 15px 40px;
	font-size: 1em;
} 






