*, h1, h2, h3, h4, h5, h6, td, li, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	font-size: 165%;
}

h2 {
	font-size: 120%;
}

li, p, td {
	font-size: 80%;
	line-height: 1.3em;
	text-align: justify;
}

form table tr {
	padding-bottom: 10px;
}

input, textarea, select {
	font-size: 100%;
	width: 95%;
}

input.button {
	width: 55px;
}

input.smaller {
	width: 80%;
}

td {
	font-size: 85%;
}

div.thumb_list p {
	height: 135px;
}

div.thumb_list img {
	margin-right: 10px;
	border-style: none;
	float: left;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #009;
	text-decoration: underline;
}

p.print_logo {
	display: none;
}

p.center {
	text-align: center;
}

div.content {
	margin: 0 40px 0 269px;
}

body {
	background-color: #fff;
	border: 4px solid #333;
	border-right-width: 0;
	margin: 0;
	background-image: url(images/topbar.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

li {
	list-style-image: url(images/bullet.gif);
}

div.page {
	background-image: url(images/sidebar.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-bottom: 1.5em;
	clear: both;
}

div.leftbar {
	float: left;
	margin-top: 0;
	background-image: url(images/sidebar.gif);
	background-position: top left;
	background-repeat: repeat-y;
	height: 100%;
}

table.featured {
	background-image: url(images/featured.gif);
	background-repeat: no-repeat;
}

table.featured h3 {
	color: #c00;
}

table.featured p {
	margin-bottom: -0.75em;
}

table.featured a {
	font-weight: bold;
}

div.leftbar p {
	margin: 0;
}

div.leftbar p.rightmove {
	margin: 30px 0 0 12px;
}

div.leftbar p.rics {
	margin: 10px 0 0 12px;
}

div.leftbar p.contact {
	margin: 30px 0 0 20px;
	font-weight: bold;
	color: #fff;
	font-size: 80%;
}

div.update {
	height: 63px;
/*	background-image: url(images/topbar.gif);
	background-position: top left;
	background-repeat: repeat-x; */
}

div.update p {
	margin: 0;
	padding: 36px 15px 0 0;
	color: #000;
	font-size: 75%;
	font-weight: bold;
	text-align: right;
}

div.bottombar {
	height: 36px;
	background-image: url(images/bottombar.gif);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
}

p.footer {
	font-size: 70%;
	color: #555;
	margin-top: 2.5em;
	border-top: 1px solid #555;
	padding-top: 0.5em;
	text-align: center;
}

p.footer a {
	color: #555;
}