html{height:100%;}

body {
	font-family: Calibri, Arial, Verdana,  Helvetica, sans-serif;
	color: #f2e3d3;
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	background-position: center;
	background-color: #000000;
	}
	
td {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f2e3d3;
}
	
/*
#topbar {
	background-image: url(images/topbar.png);
	background-repeat: repeat-x;
	position: inherit;
	z-index: 1;
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
	width: 100%;
	height: 100%;
}
 #background {
	background-image: url(images/imagebg.jpg);
	background-repeat: no-repeat;
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
	width: 100%;
	height: 100%;	
	background-position: center;
	margin:0;
	padding:0;
	vertical-align:baseline;
} */
.footerline {
	background-image: url(images/horline2.png);
	background-repeat: repeat-x;
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 25px;
	font-weight: lighter;
	color: #6c5d4f;
}
H1 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #c2a448;
	font-weight: lighter;
	font-size: 35px;
	margin: 0px;
	line-height: 40px;
}
H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: lighter;
	color: #ffffff;
	margin: 0px;
	background-color: #796c61;
	display: block;
	padding: 5px;
}
H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: lighter;
	color: #ffffff;
	margin: 0px;
	display: block;
	padding: 5px;
}
#indent, #indent2, #indent3 {
	margin-left: 26px;
	font-family: Calibri, Arial, Verdana,  Helvetica, sans-serif;
}
#indent4 {
	margin-left: 26px;
	font-family: Calibri, Arial, Verdana,  Helvetica, sans-serif;
	overflow: hidden;
	height: auto;
	width: auto;
	bottom: auto;
}

#indent5{
	margin-left: 50px;
	font-family: Calibri, Arial, Verdana,  Helvetica, sans-serif;
}
.img {
	border: 1px solid #7a675a;
	padding: 2px;
}

.img_coll_t {
	border: 2px solid #6c5d4f;
	display: inline-block;
}

.img_coll_b {
	border: 5px solid #6c5d4f;
	display: inline-block;
}


/*  for steps viewer */
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px solid black;
	overflow: scroll; /*leave this value alone*/
	width: 334px; /*Width of Carousel Viewer itself*/
	height: 350px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	width: 334px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px; /*margin around each panel*/
width: 108px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 350px;
} 

.footerlink {
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #dec0a4;
	text-decoration: none;
	font-weight:normal;
}


a:link, a:visited, a:active {
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #dec0a4;
	text-decoration: none;
}
a:hover {
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #ffe2c6;
	text-decoration: underline;
}



.bold {
	font-weight: bold;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cfbca6;
}
.big_cyan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #86efff;
}
.big1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #cfbca6;
}

