/* CSS Document */
body, div {
	margin: 0;
	padding: 0;
}
body {
	background-color: #333333;
}
h1 {
	font-weight: bold;
	margin-top: 0;
	font-size: 125%;
}
h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 125%;
}
h3 {
	font-weight: normal;
	font-size: 115%;
}
h4 {
	font-weight: bold;
	font-size: 115%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-style: italic;
	font-size: 100%;
}
p {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
ul {
	margin-top: 0.8em;
}
li {
	margin-bottom: 0.4em;
}
span.logo {
	color: #FF7F00;
	font-weight: normal;
}
.nomargtop {
	margin-top: 0;
}
.nomargbottom {
	margin-bottom: 0;
}
td.header {
	background-color: #000000;
}
td.leftcol {
	background-color: #FF7F00;
	background-image: url(../artwork/page-bg-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
td.centrecol {
	background-color: #808080;
	background-image: url(../artwork/page-bg-centre.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
td.rightcol {
	background-color: #000000;
	background-image: url(../artwork/page-bg-right.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
}
	td.rightcol ul, td.rightcol li {
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0;
		line-height: 16px;
	}
	td.rightcol li {
		float: left;
		margin-right: 10px;
	}
	td.rightcol a, td.rightcol a:link {
		display: block;
		text-align: left;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		background-color: #000000;
		border: 2px solid #FFFFFF;
		margin-bottom: 0.6em;
		width: 155px;
		padding: 4px 10px;
	}
	td.rightcol a:hover {
		color: #FF7F00;
		border: 2px solid #FF7F00;
	}
	td.rightcol span.rcimg {
		margin-bottom: 0.6em;
	}
	td.rightcol span.rcimg img {
		border: 2px solid #333333;
	}
	td.rightcol span.rcimg a, td.rightcol span.rcimg a:link {
		border: 2px solid #FF7F00;
	}
	td.rightcol span.rcimg a:hover {
		border: 2px solid #FFFFFF;
	}
td.menu {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 19px 0 19px 0;
	font-size: 14px;
}
	td.menu ul, td.menu li {
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0;
		line-height: 16px;
	}
	td.menu ul {
		padding: 0 74px 8px 16px;
	}
	td.menu li {
		margin-bottom: 8px;
	}
	td.menu a, td.menu a:link {
		display: block;
		text-align: center;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	td.menu a#b0, td.menu a#b0:link {
		background-image: url(../artwork/btn.gif);
		background-position: top left;
		padding: 13px 4px 11px 6px;
	}
	td.menu a#b1, td.menu a#b1:link {
		background-image: url(../artwork/btn.gif);
		background-position: top left;
		padding: 3px 4px 5px 6px;
	}
	td.menu a:hover {
	}
	td.menu a#b0:hover {
		background-position: bottom left;
		padding: 12px 5px 12px 5px;
	}
	td.menu a#b1:hover {
		background-position: bottom left;
		padding: 2px 5px 6px 5px;
	}
td.reglink {
	padding: 37px 0 0 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}
	td.reglink a, td.reglink a:link {
		display: block;
		background-image: url(../artwork/register-bubble.gif);
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		color: #000000;
		padding: 41px 20px;
		background-color: #FF7F00;
	}
	td.reglink a:hover {
		text-decoration: underline;
	}
div.shortcontent {
	margin: 45px 44px 15px 55px;
	width: 500px;
	height: 160px;
	overflow-y: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
div.potw {
	background-image: url(../artwork/potw.gif);
	background-repeat: no-repeat;
	padding: 92px 154px 42px 130px;
	width: 315px;
	height: 270px;
}
div.propertysearch {
	height: 520px;
}
	div.propertysearch div {
		background-color: #CCCCCC;
		height: 100%;
	}
div.longcontent {
	margin: 45px 44px 15px 55px;
	width: 500px;
	height: 564px;
	overflow-y: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
div.searchcontent {
	margin: 45px 44px 15px 55px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
td.imgfooter {
	background-color: #000000;
	padding: 12px;
}
	td.imgfooter td {
		width: 20%;
		text-align: center;
		color: #FF7F00;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
	}
	td.imgfooter img {
		border: 1px solid #FFFFFF;
	}
	td.imgfooter a, td.imgfooter a:link {
		color: #FF7F00;
		text-decoration: none;
	}
	td.imgfooter a:hover {
		text-decoration: underline;
	}
td.footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FF7F00;
	font-size: 70%;
	padding: 2em;
}
	td.footer a, td.footer a:link {
		color: #FF7F00;
		text-decoration: none;
		border-bottom: 1px dotted #FF7F00;
	}
	td.footer a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}