body{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ;
	background-color: white;
	margin:0px;
}

a{
	color: #3300CC;
}

a:hover{
	color:#FF8800;
}

a.parcel{
	text-decoration:none;
	font-weight:bold;
}

a.menuItem{
	color:#3300CC;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:-.5px;
	text-transform:uppercase;
}

a.menuItem:hover{
	color: #CC4017;
}

a.bottomMenuItem{
	color:#3300CC;
	text-decoration:none;
	font-weight:bold;
	font-size:.8em;
	letter-spacing:-.5px;
	text-transform:uppercase;
}

a.bottomMenuItem:hover{
	color: #CC4017;
}

a.mainBody{
	color:white;
}

a.mainBody:hover{
	color:#FF8800;
}
h1{
	margin: 20px;
	font-size: largest;
}

h2{
	margin:20px;
	font-size:larger;
	text-align: center;
}
h3{
	margin:30px;
	font-size:1.2em;
}

h4{
	margin:30px;
	font-size:1em;
}
p{
	margin:30px;
	padding-right:50px;
}

.pageHeader{
	color:#FF8800;
	font-size:14pt;
	font-weight:bold;
}

TABLE.menu{
	color: white;
	width:850px;
}

TABLE.menu TD.menuItems{
	background-color: #29669E;
	text-align: center;
	vertical-align: middle;
}

TABLE.mainContent{
	background-color: white;
	margin: 20px;
	width: 100%;
}

TABLE.property{
	border-collapse:collapse;
	border:3px solid #333333;
	width:700px;
	margin:5px;
}

TABLE.property TH{
	color:#FFCC33;

}

TABLE.property TD{
	border:3px solid #333333;
	vertical-align:top;
	font-weight:bold;
}

TABLE.property TR.on{
	background:#FFCD34;
}

TABLE.property TR.off{
	background:white;
}



TABLE.property TD.parcel{
	text-align:center;
	font-weight:bold;
}


.legal{
	color:white;
	font-size:8pt;
	letter-spacing:0.6px;
}

LI.subList{
	margin-right:50px;
	margin-left:50px;
}
span.menuItem {
	color:#3300CC;
	font-weight:bold;
}

span.landDesc {
}