label, label.pageTitle {
	display: block;
	color: #dfc648;
	text-transform: uppercase;
	text-align: left;
}

h2.pageTitle {
	color: #feef60; /* fef86a */
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 3px;
	font-size: 1.2em;
}
.main {
	background-color: #132e4f;
	vertical-align: top;
	padding-bottom: 10px;
	height: 100%;
}
.topLinks{
	text-align: center;
}
.topLinks a{
	text-decoration: underline;
}


.gbTopLeftCorner{ 
	background-image: url('images/goldborder_tl_corner.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 43px;
}
.gbTopLeft {
	background-image: url('images/goldborder_topleft.jpg');
	background-position: bottom;
	float: left;
	width: 30px;
	height: 16px;
}
.gbTop { 
	background-image: url('images/goldborder_top.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 16px;
}
.gbTopRight {
	background-image: url('images/goldborder_topright.jpg');
	background-position: bottom;
	float: right;
	width: 30px;
	height: 16px;
}
.gbTopRightCorner { 
	background-image: url('images/goldborder_tr_corner.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 43px;
}
.gbLeft { 
	background-image: url('images/goldborder_left.jpg');
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
	width: 26px;
	padding-bottom: 10px;
}
.gbRight { 
	background-image: url('images/goldborder_right.jpg');
	background-repeat: repeat-y;
	vertical-align: top;
	width: 25px;
	padding-bottom: 10px;
}
.gbBottomLeftCorner { 
	background-image: url('images/goldborder_bl_corner.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 38px;
}
.gbBottomLeft {
	background-image: url('images/goldborder_bottomleft.jpg');
	float: left;
	width: 30px;
	height: 38px;
}
.gbBottom {
	background-image: url('images/goldborder_bottom.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
.gbBottomRight {
	background-image: url('images/goldborder_bottomright.jpg');
	float: right;
	width: 30px;
	height: 38px;
}
.gbBottomRightCorner { 
	background-image: url('images/goldborder_br_corner.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}



#SignupMessage {
	position: relative;
	z-index: 10;
	float: right;
	width: 483px;
	clear: both;
}
#MemberSignupMessage, #NewsletterListTable {
	position: relative;
	z-index: 5;
	float: right;
	width: 483px;
	clear: both;
}
#NewsletterListTable table {
	width: 100%;
}
#SignupMessage .content, #MemberSignupMessage .content, #ViewNewsletter .content {
	padding: 0px 10px 0px 10px;
}
#ViewNewsletter {
	width: 100%;
}
#ViewNewsletter .content {
	margin-bottom: 10px;
}
#ViewNewsletter .content div{
	text-align: center;
	position: relative;
	top: -5px;
}
#ViewNewsletter .content p{
	text-align: center;
}
#Signup {
	position: absolute;
	z-index: 5;
	width: 500px;
	float: left;
}
#MemberSignup {
	position: absolute;
	z-index: 10;
	width: 500px;
	float: left;
}
#Unsubscribe {
	margin: auto;
	width: 100%;
}
#SignupForm {
	margin: auto;
	width: 250px;
}
#UnsubscribeForm {
	padding: 10px 0px 20px 0px;
	margin: auto;
	width: 500px;
}
#UnsubscribeForm div{
	text-align: center;
	margin-bottom: 8px;
}
#UnsubscribeForm label {
	text-align: center;
}
#buttons {
	text-align: center;
}
#MemberSignupForm {
	width: 400px;
	margin: auto;
	padding: 10px 0px 20px 0px;
}
#MemberSignupForm p {
	text-align: center;
}

#Signup .gbLeft, #SignupMessage .gbRight, #MemberSignupMessage .gbRight, #MemberSignup .gbLeft, #NewsletterListTable .gbRight {
	width: 10px;
}
#SignupMessage .gbLeft{
	width: 2px;
}
#MemberSignup .gbRight {
	width: 2px;
}

#SignupComplete {
	margin: auto;
	width: 100%;
}
#SignupComplete .content {
	text-align: center;
	padding: 20px 10px 50px 10px;
}

#NewsletterListTable .main {
	padding-bottom: 0px;
}
.NewsletterRow1 {
	background-color: #0e2541;
	vertical-align: top;
}
.NewsletterRow0 {
	background-color: #112a49;
	vertical-align: top;
}
.NewsletterSubjectCol {
	text-align: left;
	padding: 8px 8px 8px 8px;
}
.NewsletterPublishedCol {
	width: 25%;
	text-align: left;
	padding: 8px 8px 8px 8px;
}
.NewsletterColHeaderSeparator {
	padding: 0;
	width: 1px;
}
.NewsletterRowSeparator{
	background-color: #5a6d64;
	height: 1px;
	padding: 0;
}
.NewsletterColSeparator{
	background-color: #7f7b17;
	width: 1px;
	padding: 0;
}
.NewsletterColHeader {
	color: #fdf76a;
	text-transform: uppercase;
	font-size: 1em;
	padding-bottom: 0px;
}

.pageList {
	text-align: right;
	padding-right: 3px;
}
