body {
	background-color: #BDB5AD;
	background-image: url(images/bkgTile.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 33px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}

#homeContent {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 47px;
}


#pageContent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

#address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	font-weight: bold;
	font-style: italic;
	width: 555px;
	line-height: 14px;
}

p {
	margin: 0px 0px 14px 0px;
}

#listTable p.listTitle {
	font-weight: bold;
	font-size: 9px;
}

#listTable p {
	margin-left: 8px;
	margin-right: 4px;
	font-size: 8px;
}

#listTable td {
	padding-top: 12px;
	padding-bottom: 12px;
}

#listTable td.noPad {
	padding: 0;
}

#listTable td.imgColumn {
	padding: 0;
	font-size: 8px;
	font-weight: bold;
}


#listTable td.imgColumn img {
	border-top: 4px solid white;
	margin-bottom: 9px;
}

#soldTable p.listTitle {
	font-weight: bold;
	font-size: 9px;
}

#soldTable {
	background-color: #D7C7B0;
}

#soldTable p, #soldTable td p {
	margin-left: 8px;
	margin-right: 8px;
	font-size: 8px;
}

#soldTable td {
	padding-top: 12px;
	padding-bottom: 12px;
}

#soldTable td.noPad {
	padding: 0;
}

#soldTable td.imgColumn {
	padding: 0;
	font-size: 8px;
	font-weight: bold;
}


#soldTable td.imgColumn img {
	border-top: 4px solid white;
	margin-bottom: 9px;
}


.redText {
	font-weight: bold;
	color: #CC0000;
}

p.redText {
	margin-bottom: 8px;
	margin-top: 4px;
}

#address a, #address a:visited {
	color: white;
	text-decoration: none;
}

#address a:hover {
	color: white;
	text-decoration: underline;
}

#topMenu, #topMenu a, #topMenu a:visited {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #4a3830;
	text-decoration: none;
}

#topMenu a:hover {
	color: #94340d;
}

#mainTable { 
	background-image:url(images/bkg.gif)
}

.leftColumn {
	width: 110px;
	left: 0;
	margin: 30px 0 30px 10px;
	text-align: right;
	font-size: 10px;
}

.leftColumn a, .leftColumn a:visited {
	color: #8F512C;
	text-decoration: none;
	font-weight: bold;
}

.leftColumn a:hover {
	color: #AD2B0E;
	text-decoration: none;
}

#rustMenu {
	background-color: #AF2908;
	color: #fcfbfa;
	padding: 16px;
	font-size: 10px;
}

#rustMenu a, #rustMenu a:visited {
	color: #fcfbfa;
	text-decoration: none;
	
}

#rustMenu a:hover {
	color: #f2d0ad;
}

a.redLink {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

a.redLink:hover {
	color: #FF0000;
}

.redColumnLink a, .redColumnLink a:visited {
	color: #CC0000;
	
}

.redColumnLink a:hover {
	color: #FF0000;
	
}

.tenPoint {font-size: 10px; line-height: 13px;}

.linkTable {
	line-height: 12px;
}

.linkTable a, .linkTable a:visited {
	color: black;
	text-decoration: none;
}

.linkTable a:hover {
	color: blue;
	text-decoration: underline;
}

p.smallSpace {
margin: 0px 0px 5px 0px;
}