/* CSS Document
<style type= "text/css"> */

body {background-image:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px/20px verdana;
	}
/*Header style */
#header	{
	background-image:     url(images/topbg.jpg);
	background-repeat:no-repeat;
	}
	
/*1st colour band */
.topphone {
	font-family:Verdana;
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	background-color:#bb623d;
	text-align:right;
	height: 22px;
	width: 795px;
	padding-right:14px;
	}
	
/*2nd colour band*/	
.topnavbar	{
	font-family: verdana;
	font-size: 13px;
	color: #000080;
	text-align:right;
	background-color:#fffbb7;
	padding-right:14px;
	letter-spacing:.5px;
	
	}
.topnavbar a:link{	
	text-decoration: underline;
}

.columnleft {
	padding:10px;
 	font-family:verdana;
	font-size:12px;
	}
.columnright {
	text-align:left;
	font-family:verdana;
	font-size:12px;
	}
/* all linked text */
a {
	font-family: verdana;
	font-size: 13px;
	color: #000080;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000080;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

/*3rd colour band */	
.toptitlerange	{
	background-color:#B67576;
	font-family:Verdana;
	font-size:18px;
	color:#333333;
	text-align:left;
	font-weight:bold;
	}
.toptitlesingle	{
	background-color:#bb623d;
	font-family:Verdana;
	font-size:18px;
	color:#333333;
	text-align:left;
	font-weight:bold;
	}
.toptitledouble	{
	background-color:#F88052;
	font-family:Verdana;
	font-size:18px;
	color:#333333;
	text-align:left;
	font-weight:bold;
	}
.toptitlesplit	{
	background-color:#C49C62;
	font-family:Verdana;
	font-size:18px;
	color:#333333;
	text-align:left;
	font-weight:bold;
	}
	
/*4th colour band */	
.topgoback	{
	background-color:#fffbb7;
	font-family:Verdana;
	text-align:right;
	}
.maintable	{
 	font-family:verdana;
	font-size:12px;
	color:#000000;
	line-height:14pt;
	}
.designtable	{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	border-color:#f88052;
	text-align:center;
	table-layout:fixed;
	}
.tablesingle	{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	border-color:#BB623D;
	text-align:center;
	table-layout:fixed;
	}
.tabledouble	{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	border-color:#F88052;
	text-align:center;
	table-layout:fixed;
	}
.tablerange	{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	border-color:#B67576;
	text-align:center;
	table-layout:fixed;
	}
.tablesplit	{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	border-color:#C49C62;
	text-align:center;
	table-layout:fixed;
	}
#footer	{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-align:center;
	padding-right:14px;
	letter-spacing:.5px;
}
#footercopyright {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	}

.textcenter {
text-align: center;
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

td {
padding-left: 1px;
padding-right: 2px;
}

td.indent5 {
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 5px;
}

td.overflow {
height: 238px;
overflow: scroll; 
}

table.camdenacres {
position: absolute;
left:300px;
top:450px;
z-index:0;
border-style: solid;
border-width: 0;
border-color: #FFFFFF;
cellspacing: 0;
cellpadding: 0;
width: 300;
height: 300; 
background-color:;
background-image: url('');
background-repeat: no-repeat;
background-position: absolute;
}


