a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #675a3d;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #666633;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9F7740;
	}
	
#empty {height: 10px;}

#foot {height: 50px;}

#foot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#all {position: relative; height: 100%;}

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: 0px;
}

html>body #all {height: auto; min-height: 100%;}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family: Arial, sans-serif;
	background-image: url(../images/sub/body_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F4E9D3;

}
#contents {
	position: absolute;
	top: 2px;
	left: 0;

}
#main {
	margin-bottom: 3em;
	height: auto;
}
#phoneNumber {
	position:absolute; 
	left:600px; 
	top:72px; 
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #B99A6D;
	font-weight: 600;
	letter-spacing: -0.08pc;
}
#nav {
	position:absolute;
	left:46px;
	top:150px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 4px;
	height: 28px;
}
#title {
     position:absolute;
	 left:165px;
	 top:205px;
}
#mainContent {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: auto;

}
#mainTable {
	position: absolute;
	left: 170px;
	top: 300px;
	width:550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;

}
#feet {
	position: absolute;
	bottom: 0;
	background-color: #ccffcc;
	width: 100%;
	text-align: center;
	height: 56px;
	background-image: url(../images/sub/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666633;
	margin-top: 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666633;
	padding: 10px;
	text-align: center;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666633;
}
.backToTop {
	font-size: 10px;
	text-align: right;
}
.field {
	background-color: #E7DECA;
	border: 1px solid #C6BA9F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #675A3D;
}
.form {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666633;
	border: 3px double #76664D;
	background-color: #F1E6D0;
}
.tn {
	width: 420px;
	}
.left-tn {
	margin-right: 20px;
	}
