body, html, h1, h2, h3, h4, h5, h6 {
	padding: 0px; margin: 0px;
}

.bg {
	background: #005a84;
}

.vegas_content {
	background: #FFFFFF;
}

body,div,p,span,td,th {
	font: normal 13px/16px "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	color: #17303a;
}

.homepageContent {
	color: #FFFFFF;
}

a				{ color: #885f23; }
a:link			{ color: #885f23; }
a:active		{ color: #885f23; }
a:hover			{ color: #e29e39; }
a:visited		{ color: #885f23; }
a:visited:hover	{ color: #e29e39; }

hr {
	border-top: 1px solid #17303a;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;

}

h1 { font: bold 26px/28px "Trebuchet MS", Trebuchet, Helvetica, sans-serif; padding-bottom: 10px; color: #204c5c; }
h2 { font: bold 24px/26px "Trebuchet MS", Trebuchet, Helvetica, sans-serif; padding-bottom: 8px; color: #31697e; }
h3 { font: bold 22px/24px "Trebuchet MS", Trebuchet, Helvetica, sans-serif; padding-bottom: 6px; }
h4 { font: bold 20px/22px "Trebuchet MS", Trebuchet, Helvetica, sans-serif; padding-bottom: 4px; }
h5 { font: bold 18px/20px "Trebuchet MS", Trebuchet, Helvetica, sans-serif; padding-bottom: 2px; }
h6 { font: bold 16px/18px "Trebuchet MS", Trebuchet, Helvetica, sans-serif; padding-bottom: 2px; }

ul, ol, p {
	padding-top: 0px;
	margin-top: 0px;
}

.content_area {
	padding: 5px;
}

td {
	vertical-align: top;
}

.back_button {
	text-align: right;
	float: right;
	width: 100px;
	padding: 0px 0px 5px 5px;
}

.activeDisplay {
	display: block;
	visibility: visible;
}

.hiddenDisplay {
	display: none;
	visibility: hidden;
}

.stripe {
	background: #bdcfd7;
}

th {
	color: #fcb040;
	background: #005a84;
	text-align: left;
	font-weight: bold;
}

.requiredField {
	background: #c4d8e1;
}

.image_caption {
	font-size: 10px;
	line-height: 12px;
}

.box {
	padding: 9px;
	border: 1px solid #C3C3C3;
}

.goldText {
	color: #FFFFFF;
	padding-bottom: 10px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: justify;

}