/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #003468;
	background-position: top;
}
#header {
	height: 207px;
	width: 900px;
	background-image: url(../images/index_01.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header2 {
	height: 207px;
	width: 900px;
	background-image: url(../images/index_01_residents.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header3 {
	height: 207px;
	width: 900px;
	background-image: url(../images/index_01_owners.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#contentArea {
	background-color: #FFFFFF;
	width: 900px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: table;
	position: relative;
	vertical-align: top;
	height: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	height: 53px;
	width: 900px;
	background-image: url(../images/index_03.jpg);
	background-repeat: no-repeat;
	display: table;
	position: relative;
	clear: both;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #66CCFF;
	text-decoration: none;
}
#leftColumn {
	float: left;
	width: 200px;
	text-align: center;
	vertical-align: top;
	display: table;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#leftColumn a {
	height: 23px;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../images/links_out.jpg);
	margin-bottom: 10px;
	padding-top: 4px;
}
#leftColumn a:hover {
	background-image: url(../images/links_over.jpg);
}
#midColumn {
	float: left;
	width: 400px;
	text-align: left;
	vertical-align: top;
	display: table;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 20px;
}
#midColumn a {
	color: #710722;
	text-decoration: underline;
}
#midColumn a:hover {
	color: #003468;
	text-decoration: none;
}
#rightColumn {
	float: right;
	width: 200px;
	text-align: center;
	vertical-align: bottom;
	display: table;
	margin-top: 35%;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6C0821;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6C0821;
}
