

#leftcol {
	width:220px;
	float:left;
	clear:none;
	text-align:center;
	margin:0;
	padding:0;
	background: url('../assets/other/graystripes.gif') repeat left top;
}
#rightcol {
	width:630px;
	float:right;
	clear:none;
}
#rightcol #hometext {
	float:left;
	margin-top:5px;
	position:relative;
	width:420px;
	clear:none;
}
#rightcol #hometext p {
	float:left;
	font-size:13px;
	text-align:justify;
	padding:0;
	margin-top:5px;
	margin-bottom: 5px;
	margin-left:12px;
	margin-right:0;
	display:inline;
}
img#heads {
	margin-top:10px;
	float:right;
	clear:none;
}
/*--------------DEALING WITH THE SEARCH RESULTS TABLE--------------*/
#rightcol table {
	text-align:left;
	line-height:1;
}
#rightcol table td img {
	border:2px solid #ccc;
}
#rightcol table td.right {
	text-align:right;
}
#rightcol table td.noimg {
	text-align:center;
	vertical-align:center;
	color:#999;
	font-weight:bold;
}
#rightcol table td {
	vertical-align:top;
}
#rightcol table td.toprow {
	vertical-align:bottom;
	padding-bottom:0;
}
#rightcol table td.s {
	font-size:11px;
}
#rightcol table h2 {
	font:14px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-weight:bold;
	color: #ff9900;
}
#rightcol table a {
	text-decoration:none;
}
.gray {
	color: #666;
}
.blue {
	color:#184870;
}
.green {
	color:#2e3b13;
}