.bgBannerTitleText 
{
	background-color: rgba(0, 120, 170, 0.75);
}

.bgBannerTitleCut 
{
	border-top-color: rgba(0, 120, 170, 0.75);
}

.bgBannerText {
	background-color: white;
}

.bgMainContent
{
	background: white;	
}

.bgBaseButton
{
	background: #8c6239;
}

#bannerTitle
{
	height: 130px;
}

#bannerTitleCut
{
	height: 130px;
	border-top-width: 130px;
}

.rightpad
{
	padding-right: 268px;	
}

.memberBoxMain
{
	margin-top: 25px;
	padding: 25px;
	text-align: left;
	color: white;
}

.memberBoxMain.blue
{
	background: #0078aa;
	margin-right: 50px;
}

.memberBoxMain.gold
{
	background: #f7941d;
	margin-left: 50px;
}

.memberBoxMain .title
{
	font-size: 36px;	
}

.memberBoxMain .account
{
	font-size: 18px;	
}

.memberBoxMain .subtitle
{
	margin-top: 15px;
	font-size: 13px;
	padding-bottom: 25px;
	height: 50px;
}

.memberBoxMain .subtitle.blue
{
	border-bottom: 1px solid lightblue;	
}

.memberBoxMain .subtitle.gold
{
	border-bottom: 1px solid orange;
}

.memberBoxMain .fee
{
	padding-top: 25px;
	font-size: 12px;
	font-weight: bold;
}

.memberBoxLeft
{
	width: 400px;
	float: left;
}

.memberBoxRight
{
	width: 400px;
	float: left;	
}

.pointList
{
	width: 300px;
	text-align: left;
	padding: 25px;
}

.pointList.gold
{
	margin-left: 50px;
}

ul
{
    margin: 0;
    padding: 0;
}


li
{
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

.baseButton.blue
{
	margin-left: 30px;
	margin-right: 30px;
	background: #0078aa;
	text-align: center;
}

.baseButton.gold
{
	margin-left: 30px;
	margin-right: 30px;
	background: #f7941d;
	text-align: center;
}

