/* CSS Document */

/* NOTE: font on gold buttons is similar to Baskerville Old Face (BOLD) */

/* elements */

html, img {margin:0;padding:0;}
body {font-size:medium;
	font-family:Verdana, Helvetica, Arial, Sans-serif;
	background-color:#FDFCFB; /* off-white */
	padding:0;
	margin:20px auto 30px auto;
	width:580px; min-width:580px; max-width:580px;
	position:absolute; top:0px; bottom:0px; left:0px; right:0px; width:100%; height:100%; /* prevents left margin from moving left when page content >1 browser screen in browsers other than IE6 */
}
h2 {font-family:"Times New Roman", Times, serif; font-size:x-large; letter-spacing:1px; margin:4px 0px 3px 0px;text-align:center;}
table {padding:0; margin:0 auto; width:576px; border:0;}
tr, td {padding:0;margin:0;}
hr {height:2px; width:580px; margin:10px 0 5px 0; 
	color:#937755; 		/* used by MS IE */    
	background-color: #937755;   /* required by Opera, Chrome, Safari */
	border:0;                              /* required by Firefox */	
}
li {padding:6px 0;} /* whitespace between list items */
li.short {padding:0;}
img {vertical-align:middle; 
	/* Turns off unwanted bottom border in Opera when hovering over a linked image */
}

a, a img, td a img {font-weight:bold; text-decoration:none; border:0;color:#937755; /* brown */}
a:hover, td a:hover, a:hover img, td a:hover img { 
	font-size: 100%; 
	text-decoration: none;
	background-color: #937755; /* brown */ 
	color: #FFF; /* white */
	font-weight:bold;
}

a.small-link:hover {font-size:80%;}
a:active, td a:active {
	color: #000; /* black */
	background-color: #FFF; /* white */
	text-decoration:none;
}

/* classes */

.centered, div.centered, div.centered table {
	margin-left:auto; margin-right:auto; text-align:center;
}
.left {text-align:left;}
.bold {font-weight:bold;}

.firstletter {
	font-family:"New Times Roman",Times, Serif; 
	font-size:xx-large; font-weight:bold;
}
.brownoutsetborder {
	border-left:3px solid #937755;border-right:3px solid #7A6246; /* was 6F613B */
	border-top:3px solid #937755;border-bottom:3px solid #7A6246;  /* was 6F613B */
}
.padding6pxtextalignleft, td.padding6pxtextalignleft {padding:6px; text-align:left;} /* for avoidforeclosure.html inner table's cells */
.small-link {font-size:80%;}


