/* CSS Document */
#dhtmlgoodies_progressBar_txt{
	color:#000;
	z-index:10000;
	width:100%;
/*	height:100px;*/
/*	left:100px;*/
	top:120px;
	position:absolute;		
	font-family:arial;
	font-size:11px;
	line-height:20px;	/* Same as height of progress bar */
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
	left-padding:10px;
	border:0px solid #FF0000;
}
body {
	background:#7DA0B9;
	padding:0px;
	margin:0px auto;
}
.topcurve {
	background:url(../images/topcurve.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.mainbg {
	background:url(../images/mainbg.jpg);
	backgrouond-position:center bottom;
	background-repeat:repeat-y;
	padding:0px 8px 0px 8px;
}
.downcurve {
	background:url(../images/downcurve.jpg);
	backgrouond-position:center top;
	background-repeat:no-repeat;
}
.menubg {
	background:#014A7A url(../images/menushdw.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:40px;
	border-right:2px solid #FFFFFF;
	color:#FFFFFF;
}
.menubgcontct {
	background:#014A7A url(../images/menushdw_plain.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:40px;
	border-right:2px solid #FFFFFF;
	color:#FFFFFF;
}
.txt {
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:12px;
	color:#296B96;
	padding:0px 25px 0px 25px;
	text-align:justify;
	line-height:20px;
}
.rtbg {
	background:#EEEAE3 url(../images/rtbg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:388px;
	width:265px;
}	
.frmtxt {
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#8F5B1B; 
	padding:2px 5px 2px 5px;
}
.box {
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	padding:0px 0px 0px 2px;
	border:1px solid #804D0F;
}
.button {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #000000;
	background:#825013;
	cursor:hand;
	cursor:pointer;
	padding:0px 10px 0px 10px;
}
.err {
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#CC0000;
}
.errbox {
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	border:1px solid #CC0000;
}
.tbltxt {
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:12px;
	color:#296B96;
	padding:0px 5px 0px 5px;
	text-align:center;
	line-height:25px;
	border:1px solid #A9C3D2;
}
.tblhdr {
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:12px;
	color:#296B96;
	padding:0px 5px 0px 5px;
	text-align:center;
	line-height:25px;
	border:1px solid #A9C3D2;
	background:#D3E8F4;
}
.txtfacility {
	font-family:Trebuchet MS;
	font-weight:normal;
	font-size:12px;
	color:#296B96;
	padding:0px 25px 0px 25px;
	text-align:left;
	line-height:20px;
	background:url(../images/facility_sidepic.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.ftrtxt {
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#1463B0;
	line-height:25px;
}
.tilink {
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.tilink:hover {
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
}

