/* CSS Document */

#textbg {
	margin: 0px;
	width: 100%;
	background-image: url(../images/secondary/mtextbg.gif);
	background-repeat: repeat-y;
	height: auto;
	text-align: left;
}
#textbg2 {
	background-image: url(../images/secondary/pagetitles/mtextbgbottom.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 100%;
}
#sidebar {
	position: absolute;
	height: 100%;
	width: 250px;
	left: 0px;
	top: 0px;
	background-image: url(../images/secondary/attractions/sidebarbg.gif);
	background-repeat: repeat-y;
}
#sidebar a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#sidebar a:hover {
	color: #FFCC33;
	text-decoration: underline;
}.orgtable {
	font-size: 11px;
	width: 100%;


}
.orgtitle {
	font-size: 12px;
	font-weight: bold;
	color: #3399CC;
}
.galleryH1 {
	font-size: 13px;
	color: #CC6633;
	font-weight: bold;

}

table {
	font-size: 11px;
}
td.indent {
	padding-left: 10px;
}

.alphabet {
	font-size: 12px;
	color: #006699;
	background-color: #CDE1EB;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;

}
.name {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 3px;

}
