body {
	background-color: #53a5ba;
	margin: 0;
	padding: 15px;
	font-family:Arial; 
	color:#000000;
	font-size:11px;
}

.banner-area {
	position: relative;
	width: 748px;
	height: 216px;
	margin: 0 9px;
	border: 1px solid #666666;
}

.nav-shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 748px;
	height: 8px;
	background: url(/images/nav_shadow.png) left top repeat-x;
	z-index: 98;
}

/* Banner rotation */
#HomePageRotation { display: block; position: absolute; left: 0; top: 0; width: 748px; height: 216px; }
#HomePageRotation-link { display: block; position: absolute; left: 0; top: 0; overflow: hidden; width: 748px; height: 216px; white-space: nowrap; text-decoration: none; outline: 0; z-index: 99; }
#HomePageRotation-link img { border: none; width: 748px; height: 216px; }
#HomePageRotation div.banner-item { display: block; position: absolute; left: 0; top: 0; overflow: hidden; width: 748px; height: 216px; white-space: nowrap; text-decoration: none; outline: 0; }
#HomePageRotation a.button-prev { display: block; position: absolute; cursor: pointer; left: 7px; top: 188px; width: 22px; height: 21px; background: url(/images/banners/prev.png) left top no-repeat; text-decoration: none; outline: 0; z-index: 100; }
#HomePageRotation a.button-play { display: block; position: absolute; cursor: pointer; left: 29px; top: 188px; width: 24px; height: 21px; background: url(/images/banners/play.png) left top no-repeat; text-decoration: none; outline: 0; z-index: 100; }
#HomePageRotation a.button-pause { display: block; position: absolute; cursor: pointer; left: 29px; top: 188px; width: 24px; height: 21px; background: url(/images/banners/pause.png) left top no-repeat; text-decoration: none; outline: 0; z-index: 100; }
#HomePageRotation a.button-next { display: block; position: absolute; cursor: pointer; left: 53px; top: 188px; width: 22px; height: 21px; background: url(/images/banners/next.png) left top no-repeat; text-decoration: none; outline: 0; z-index: 100; }
#HomePageRotation-status { position: relative; z-index: 50; background-color: #FFF; margin: 80px auto 0; padding: 5px; width: 85px; color: #333; font-size: 12px; font-weight: bold; text-align: center; }

td.header {
  position: relative;
  height:142px;
  background-image:url(../images/header.jpg);
  background-repeat:no-repeat;
}

#fblogo {
	text-align: right;
	margin: 76px 28px 0 0;
}

#header_links {
 font-weight:bold;
 font-size:12px;
 padding-top:3px;
 padding-right:10px;
 color:#FFFFFF;
}
a.white_link {
 font-weight:bold;
 font-size:12px;
 padding-top:3px;
 padding-right:10px;
 color:#FFFFFF;
 text-decoration:none;
}
#footer_text {
 padding-top:20px;
 padding-bottom:20px;
 text-align:center;
 font-size:12px;
 color:#233b40;
}
#footer_fb {
	padding-bottom: 40px;
	text-align: center;
}
TABLE.table_content {
 background-color:#FFFFFF;
 border-left:1px solid;
 border-right:1px solid;
 
 border-color:#909497;

}
TD.table_footer {

 border-left:1px solid;
 border-right:1px solid;
 border-bottom:1px solid;
 border-color:#909497;

}
.content {

 font-size:12px;
 padding-top:20px;
 padding-left:20px;

}

.holder {

 font-size:12px;
 padding-top:10px;
 padding-left:10px;
 padding-right:10px;
}

.main {
font-size:12px;
}

ul.arrow_1 {
list-style-image:url(../images/arrow.gif);
}
ul.list_box {
list-style-type:square;
}

.img {
border:1px solid;
border-color:#909497;
}
.red {

color:#FF0000;}

.main_unit {
font-size:12px;
line-height:20px;
}

.odd {
background-color:#ebf0f2;
}
.w_header {
height:112px;
width:100%;
background-image:url(../images/w_h_image.jpg);
background-repeat:no-repeat;
text-align:left;
vertical-align:bottom;
padding-right:10px;


}
.w_holder {
padding-right:10px;
 font-size:12px;
 padding-top:100px;
 

}

INPUT.text {
border:1px solid;
border-color:#999999;
}
.table_holder {
padding-top:15px;
padding-left:15px;
padding-bottom:25px;
width:370px;
}

.combo {
width:145px;
border:1px solid;
border-color:#999999;
}
.combo_small {
width:70px;
border:1px solid;
border-color:#999999;
}

td.card_logo {
background-image:url(../images/visa.jpg);
background-position:right;
background-repeat:no-repeat;

}
.textarea_comments{
width:370px;
border:1px solid;
border-color:#999999;
}

#debug {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 3px solid #CC0000;
	background-color: #FFFFFF;
	margin: 15px;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	clear: both;
	}
	#debug ul {
		margin: 0px 0px 0px 20px;
		padding: 0px;
		font-weight: normal;
	}
	#debug li {
		margin: 5px 0px 0px 0px;
		padding: 0px;
	}

@media print {
	.noprint {
		display: none;
	}
}
