body {
	background-color: White;
	width: 750px;
}

a:link {/*normal links in the text*/
	color: #0000FF;
}
a:visited {
  color: cyan;
}
a:hover {
  color: white;
}
div {
	margin: 0px;
}
hr {
    width: 50%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	text-align: center;
}
p {
    font-size: 12px;
    font-family: arial;
    text-align: center;
    margin: 10px;
}
li {
    list-style: none;
    font-size: 12px;
    font-family: arial;
    text-align: left;
}
input {
    width: 110px;
    margin: 2px;
}
option {
    width: 140px;
    text-align: left;
    margin: 2px;
}
select {
    width: 140px;
    text-align: left;
    margin: 2px;
}
select.YTD {
	width: 260px;
    text-align: left;
    margin: 2px;
}
img {
    border: 0px;
}
#navigation {
    position: absolute;
	left: 0px;
	top: 0px;
}
#officename {
    position: absolute;
	left: 150px;
	top: 0px;
}
#officialpic {
    position: absolute;
	left: 580px;
	top: 0px;
}
#content1 {
    position: absolute;
	left: 0px;
	top: 225px;
	width: 750px;
}
#specificsearch {
	position: absolute;
	left: 0px;
	top: 300px;
	width: 350px;
	height: 175px;
	margin-left: 15px;
	margin-top: 15px;
}
#sortfields {
	position: absolute;
	left: 400px;
	top: 300px;
	width: 350px;
	height: 175px;
	margin-left: 15px;
	margin-top: 15px;
}
#YTD-salesformat {
    position: absolute;
	left: 575px;
	top: 300px;
	width: 150px;
	height: 175px;
	margin-left: 15px;
	margin-top: 15px;
}
#delinquent_list {
 position: absolute;
	left: 575px;
	top: 400px;
	width: 150px;
	height: 50px;
	margin-left: 30px;
	margin-top: 25px;
}
#content2 {
    position: absolute;
	left: 0px;
	top: 550px;
	width: 750px;
}
#compsales {
    position: absolute;
	left: 0px;
	top: 625px;
	width: 350px;
	height: 175px;
	margin-left: 15px;
	margin-top: 15px;
}
#complocation {
    position: absolute;
	left: 400px;
	top: 625px;
	width: 350px;
	height: 175px;
	margin-left: 15px;
	margin-top: 15px;
}
#compdwelling1 {
    position: absolute;
	left: 0px;
	top: 800px;
	width: 350px;
	height: 175px;
	margin-left: 15px;
	margin-top: 15px;
}
#compdwelling2 {
    position: absolute;
	left: 0px;
	top: 975px;
	width: 350px;
	height: 175px;
	margin-left: 15px;
	margin-top: 15px;
}
#compbuilding {
    position: absolute;
	left: 400px;
	top: 800px;
	width: 350px;
	height: 175px;
	margin-left: 15px;
	margin-top: 15px;
}
#formbuttonstop {
    position: absolute;
	left: 220px;
	top: 475px;
	width:  300px;
	margin-top: 15px;
}
#formbuttonsbottom {
    position: absolute;
	left: 400px;
	top: 1025px;
	width:  350px;
	height: 175px;
	margin-left: 15px;
	margin-top: 15px;
}
#footer {
	position: absolute;
	left: 0px;
	top: 1175px;
	width: 750px;
}
