/* page styles */
.clsPage {
	width: 985px;
	margin: auto;
	color: #474747;
	background-color: white;
	font-family: Arial, sans;
	font-size: 90%;
}
.clsPageWrapper {
	
}
.clsPageHeader {
	height: 55px;
	background-color: #404040;
	color: #8C8C8C;
}
.clsHeaderLogoImage {
	margin-right: 24px;
}
.clsVerticalSeperator {
	margin: 0  24px;
}
.clsTopNav {
	color: #474747;
	background-color: #EBEAE8;
	border-top: 1px solid #ACABAB;
	border-bottom: 1px solid #ACABAB;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	width: 983px;
	height: 24px;
	padding-top: 4px;
	margin-top: 2px;
	font-size: 16px;
}
.clsTopNav a {
	color: black;
	text-decoration: none;
	margin: 0 8px;
}
.clsTopNav a:hover {
	text-decoration: underline;
}
.clsPageContent {
	
}
.clsPageFooter {
	width: 983px;
	height: 54px;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	border-top: 1px solid #ACABAB;
	color: #D4D4D4;
}
.clsFooterLinks a {
	color: #D4D4D4;
	text-decoration: none;
	margin: 0 2px;
	font-size: 12px;
}

/* table styles */
.clsContentTable {
	width: 985px;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
}
.clsLeftColumn {
	width: 225px;
	text-align: left;
	padding-left: 4px;
}
.clsMiddleColumn {
	padding-top: 8px;
	width: 515px;
	text-align: left;
}
.clsRightColumn {
	width: 225px;
	text-align: left;
}
.clsUIBlock {
	overflow: hidden; 
	width: 220px;
	margin: 0 0;
	margin-bottom: 15px;
}
.clsUIBlockHeader {
	color: white; 
	font-weight: bold; 
	height: 25px;
	text-align: left; 
	padding: 0 0 0 8px; 
	background-image: url('http://thepier.org/store/images/column-green-header.gif');
}
.clsUIBlockContent {
	border: 1px #D4D4D4 solid;
	background-color: #EBEAE8;
	padding: 4px;
}
.clsUIBlockWide {
	overflow: hidden; 
	background-color: #EBEAE8;
	width: 505px;
	margin: 24px 0;
}
.clsUIBlockWideHeader {
	color: white; 
	font-weight: bold; 
	height: 25px;
	text-align: left; 
	padding: 0 8px; 
	background-image: url('http://thepier.org/store/images/content-green-header.gif');
}
.clsUIBlockWideContent {
	border: 1px #D4D4D4 solid;
	padding: 4px;
}

.clsPageAdBanner {
	padding-top: 2px;
	background-color: #404040;
}
/* look & feel styles */
h1 {
	color: green;
	font-size: 16px;
	line-height: 18px;
	margin: 4px 4px;
}
h2 {

}
h3 {

}
h4 {

}
p {
	margin: 4px 4px;
}
.clsRedText {
	color: red;
}
.clsYellowText {
	color: yellow;
}
.clsGreenText {
	color: green;
}
.clsUIBlockContent a {
	color: green;
	font-weight: bold;
	text-decoration: none;
}