body {
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../layout/bg.gif) repeat-y 50% 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}
.contentArea {
	width: 571px;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 22px;
}
.flipbookArea {
	width: 571px;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 5px;
	text-align: right;
}
.pagetitle {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
a:link, a:visited {
	color: #D50920;
}
a:hover, a:active {
	color: #999999;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}
ul {
	list-style-type: square;
}
.dataTable {
	border: 1px solid #CCCCCC;
}
.dataTable td {
	border: 1px solid #eeeeee;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 70%;
}
.dataTable th {
	border: 1px solid #eeeeee;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: right;
	width: 30%;
}
#headerTD {
	height: 90px;
}

#contentTD {
	background-image:  url(../layout/bg-content.gif);
	background-repeat: repeat-x;
	width: 617px;
	vertical-align: top;
}
#sidebarTD {
	background-image:  url(../layout/sidebar.gif);
	background-repeat: repeat-y;
	width: 137px;
	vertical-align: top;
}
#sidebarAddressTD {
	background-image:  url(../layout/sidebar.gif);
	background-repeat: repeat-y;
	width: 137px;
	vertical-align: bottom;
	padding-bottom: 5px;
}
#menubarTD {
	background-image:  url(../layout/bg-menubar.gif);
	background-repeat: repeat-x;
	height: 17px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
}
#menubarTD a:link, #menubarTD a:visited {
	color: #eeeeee;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#menubarTD a:hover, #menubarTD a:active {
	color: #ffffff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.4whatTD {
	background-image:  url(../layout/bg-footer-left.gif);
	background-repeat: repeat-x;
	width: 137px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dddddd;
	padding-left: 3px;
}
.4whatTD a:link, .4whatTD a:visited {
	color: #cccccc;
	text-decoration: none;
}
.4whatTD a:hover, .4whatTD a:active {
	color: #eeeeee;
	text-decoration: underline;
}
#copyrightTD {
	background-image:  url(../layout/bg-footer-right.gif);
	background-repeat: repeat-x;
	width: 617px;
	height: 20px;
}

#copyrightTD p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
.box {
	float: right;
	position: relative;
	width: 190px;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	padding: 10px;
}
.boxleft {
	float: left;
	position: relative;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.boxright {
	float: right;
	position: relative;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.boxfull {
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.leftcolumn {
	width: 333px;
}
.propertyimgs {
	vertical-align: top;
	width: 110px;
}
.propertypic {
	border: 1px solid black;
}
.propertydoc {
	margin-top: 5px;
}
.propertydesc {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.propertyline {
	border-bottom: 1px solid #cccccc;
	height: 1px;
	margin-bottom: 5px;
}
hr {
	clear: left;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	height: 1px;
	width: 333px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
}.highlight {
	font-weight: bold;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	border: 2px solid #999999;
	background-color: #eeeeee;
}