body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #99FFFF;
}
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.nav a:link {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: thin solid #999999;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.nav a:visited {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: thin solid #999999;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.nav a:hover {
	font-weight: bold;
	color: #330000;
	background-color: #CCCCCC;
	border: thin solid #999999;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.nav a:active {
	font-weight: bold;
	color: #330000;
	background-color: #CCCCCC;
	border: thin solid #999999;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.rightbg {
	background-image: url(images/rightbg.jpg);
	background-repeat: repeat-y;
}
.rightbottom {
	background-image: url(images/rightbottom.jpg);
	background-repeat: repeat-y;
}
.header {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 15px;
	padding-right: 18px;
	padding-left: 15px;
	padding-bottom: 0px;
}
.leftbar {
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-y;
}
.rightbox {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
}
#content {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 602px;
	text-align: left;
}
.logo {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	width: 220px;
}
.floatright {
	font-weight: normal;
	float: right;
	width: 150px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.guidetitle {
	font-weight: bold;
	text-decoration: underline;
}
.imageright {
	float: right;
	margin-left: 5px;
}
.imageleft {
	float: left;
	margin-right: 5px;
}
.nav {
	text-align: right;
}
.homefloatright {
	font-weight: normal;
	float: right;
	width: 230px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.link {
	margin: 5px;
	padding: 5px;
}

/* Photo Gallery */
#PhotoGallery { width:500px;  margin:10px auto; }
#PhotoGallery ul { list-style:none; margin:0px; }
#PhotoGallery ul li { float:left; margin:10px; }
#PhotoGallery ul li a {  }

