body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "Gill Sans”", Trebuchet, sans-serif;
	font-size: 62.5%;
}
#container {
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#shadow-left {
	background-image: url(../images/shadow-left.jpg);
	height: 392px;
	width: 35px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#shadow-right {
	background-image: url(../images/shadow-right.jpg);
	height: 392px;
	width: 35px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(../images/island-view-b-and-b.jpg);
	height: 215px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#nav {
	width: 150px;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #dbf1ff;
	float: left;
	border-top: 2px solid #1e4372;
	border-right: 1px solid #1e4372;
	border-bottom: 2px solid #1e4372;
	border-left: 1px solid #1e4372;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
}
#nav ul li.current {
	background-color: #F4FBFF;
}
#nav ul li a:link , #nav ul li a:visited{
	font-size: 1.5em;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1e4372;
	color: #1e4372;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a:active {
	background-color: #f4fbff;
	text-decoration: underline;
}
#content {
	margin: 0px 55px 0px auto;
	padding: 0px 0px 20px;
	width: 580px;
}
#content h2 {
	font-size: 2em;
	color: #1e4372;
	margin: 0px;
	padding-top: 20px;
}
#content h3 {
	font-size: 1.7em;
	line-height: 1.6em;
	margin-bottom: 5px;
	margin-top: 8px;
}
#content p {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content ul {
	margin-top: 0px;
}
#content li  {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content img  {
	border: 1px solid #1e4372;
	margin: 8px;
}
#content a:link, #content a:visited {
	color: #1e4372;
}
#content a:hover, #content a:active {
	color: #C00;
	text-decoration: none;
}
#content iframe {
	border: 1px solid #1e4372;
}
#content cite {
	text-align: right;
	display: block;
	margin-top: -3px;
	padding-bottom: 9px;
	font-size: 0.9em;
	color: #1e4372;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #214272;
}
#footer {
	background-color: #1e4372;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
}
#footer p {
	font-size: 1.4em;
	color: #FFF;
	text-align: center;
	margin: 7px 0px;
	padding: 0px;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #C00;
	text-decoration: underline;
}
.lbts {
	vertical-align: middle;
}
