/* CSS Document */
a:link, a:visited {
	color: #0b4e2c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #505050;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #0b4e2c;
	text-decoration: none;
	font-weight: bold;
}

/*****************/

a.FooterLink:link, a.FooterLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.FooterLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.FooterLink:active {
	color: #FFFFFF;
	text-decoration: none;
}

/************/

body {
	margin: 0px;
	background: url(Images/Site/Web_01.jpg) repeat-x left top;
	background-color: #326F4B;
	height: 100%;
}
body, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #323232;
}
.Master {
	width: 100%;
}

h1{
font-size:14px;
color:#006633;
font-weight:bold;
}
h2{
font-size:12px;
color:#006633;
font-weight:bold;
}

.Header, .Nav, .Bottom {
	width: 814px;
	margin-left: auto;
	margin-right: auto;
}
.BodyCell {
	background-image: url(Images/Site/Web_14.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 814px;
	margin-left: auto;
	margin-right: auto;
}
.LeftColumn {
	width: 20px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.CenterColumn {
	width: 782px;
	height: 350px;
	vertical-align: top;
	background: url(Images/Site/Web_13.gif) repeat-x left top;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.RightColumn {
	width: 10px;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
}
.FooterLeft {
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.FooterRight {
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
.HomeContent {
	float: left;
	width: 506px;
	font-size: 12px;
	line-height: 16px;
}
.Apartment {
	float: left;
	width: 506px;
	font-size: 12px;
}
.ContentRight {
	float: right;
}
.SubContent {
	padding: 0px 10px 0px 3px;
	font-size: 12px;
}
.SubContent td{
	font-size: 12px;
}
.PageTitle {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0px 3px 0px;
	text-decoration: none;
}
.Detail {}