html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    text-align: center;
}

.hi { font-weight:bold;}
.menuBG { background-color: #d2cbb8; }

h1,h2 {
font-weight: bold;
font-size: 14px;
}

TD {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	COLOR: #464647;
	text-align: left;
}

P {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	COLOR: #464647;
	text-align: left;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	COLOR: #b15d3e;
	font-weight: bold;
	text-decoration: none;
}

.textbox {
	border: 1 solid #887F6F;
	background-color: #ffffff;
	font-size: 14px;
	COLOR: #464647;
}

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	width: 980px;
	text-align: left;
    margin: 0 auto;
}

.push {
	padding-bottom: 121px;
	zoom: 1;
}

a.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	COLOR: #b15d3e;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	COLOR: #9b897a;
	text-align: left;
	margin: -101px auto 0;
	width: 915px;
	text-align: left;
	height: 101px;
	background: url('../images/line1.gif') repeat-x;
	overflow: hidden;
}

.footer table {
	margin-top: 15px;
}

ul {
margin-left: .6em;
padding-left: .6em;
}

