html, body {
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
body {
	background-color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #000;
}
a:active {
	color: #333;
}
img {
	border: none;
}
ul {
	list-style-type: square;
}
#table {
	width: 770px;
	height: 100%;
	border: none;
}
#table-left {
	width: 53px;
	background-image: url('../images/table-left-bkg.gif');
	background-repeat: repeat-y;
	background-position: right;
}
#table-right {
	width: 53px;
	background-image: url('../images/table-right-bkg.gif');
	background-repeat: repeat-y;
	background-position: left;
}
#table-middle {
	width: 664px;
	background-color: #eef1f2;
}
#cycle-header {
	height: 6px;
	background-color: #d0d607;
	text-align: right;
}
#cycle {
	width: 606px;
	height: 356px;
	background-image: url('../images/cycle-img-bkg2b.jpg');
	background-repeat: no-repeat;
}
.cycle-left {
	background-image: url('../images/cycle-left-bkg.gif');
	background-repeat: repeat-y;
	background-position: right;
}
.cycle-right {
	background-image: url('../images/cycle-right-bkg.gif');
	background-repeat: repeat-y;
	background-position: left;
}
.content-left {
	background-image: url('../images/content-left.gif');
	background-repeat: repeat-y;
	background-position: right;
}
.content-right {
	background-image: url('../images/content-right.gif');
	background-repeat: repeat-y;
	background-position: left;
}
.content-left-header {
	padding: 5px 5px 5px 38px;
	background-image: url('../images/content-left-header.gif');
	background-repeat: repeat-y;
	background-position: bottom;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
.content-left-body {
	padding: 8px 15px 10px 48px;
	color: #333;
}
.content-left-body.last {
	padding-bottom: 0px;
}
.content-left-footer {
	height: 35px;
	background-image: url('../images/content-left-footer.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
.content-right-header {
	padding: 0px 42px 0px 4px;
	color: #ffffff;
}
#content-right-header1 {
	height: 4px;
	background-color: #eff1b9;
}
#content-right-header2 {
	height: 25px;
	background-color: #f4f5c3;
	background-image: url('../images/content-right-header.gif');
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;
	color: #0a4863;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding-right: 10px;
}
#content-right-header2 div {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content-right-header3 {
	height: 2px;
	background-color: #0b5473;
}
.content-right-body {
	padding: 10px 50px 0px 14px;
	color: #0b5473;
}
.content-right-body div.strong {
	color: #3688a9;
}
.submitDiv{
    padding: 10px 0px 10px 0px;
    background-color: #f2f4bb;
    border: 1px solid #d0d607;
    text-align: center;
}
#loadingGraphic{
    display:none;
}


.personalInfo {
	color: #022E64;
	font-size: 90%;
	font-weight: bold;
	padding: 3px;
	margin: auto;
	margin-bottom: 6px;
}
.tableStripe {
	background-color:#EEF1F2;
}
.inputStyle, 
#captcha_input {
	width: 200px;
	padding: 4px;
	border: 1px solid #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

.captureTable td{
    padding:2px 3px 4px 3px;
}
#captureForm{
    padding:0px;
    margin:0px;
}
#area_code,
#phone1 {
	width: 30px;
}
#phone2 {
	width: 60px;
}
#agree-container {
	border-top: 1px solid #0B5473;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#Privacy{
    color: #333;
}
#submit-button-action {
	padding: 4px 4px 4px 4px;
}
#btbn-logo {
	padding-bottom: 10px;
}

/* CSS FOR SLIDESHOW SCRIPT */
#imageSlideshowHolder1 {
	margin: 0px;	/* "Air" */
	float: left; /* Floating gallery at the right side of other web page content */
	width: 606px;	/* Image width */
	height: 356px;	/* Image height */

	position:relative;	/* Don't remove this line */
}
/* Don't change these values */
#imageSlideshowHolder1 img {
	position:absolute;
	left: 0px;
	top: 0px;
}

/* END CSS SLIDESHOW SCRIPT */