@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#wrapper {
	padding: 0px;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	background-image: url(images/banner3.jpg);
	margin: 0px;
	padding: 0px;
	height: 100px;
}
#strip {
	background-image: url(images/propertystrip.png);
	margin: 0px;
	padding: 0px;
	height: 96px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #339900;
}

#navigation {
	background-color: #339900;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#content1 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#leftColumn {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 680px;
}

#content2 {
	margin-right: 10px;
	margin-left: 10px;
	font-size: .7em;
	clear: both;
}
#footer {
	background-image: url(images/footer.jpg);
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 38px;
}
#copyright {
	font-size: 0.7em;
	padding: 0px;
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #FFFFFF;
}
#rightColumn {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 250px;
}
body {
	background-color: #000066;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 1.3em;
	color: #000066;
}
h2 {
	font-size: 1.2em;
	color: #000066;
}
h3 {
	font-size: 1.1em;
	color: #000066;
}
.TextJustify {
	text-align: justify;
}

