/* CSS Document */
body {
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding:0;
	margin:0;
	}
#frame {
	width:800px;
	height:600px;
	margin:0 auto;
	padding:0;
	border-bottom:1px solid #48484A;
	overflow:hidden;
	}
#green1 {
	margin-top:25px;
	width:253px;
	height:62px;
	background-color:#9EC8A9;
	}
#nav {
	height:506px;
	width:253px;
	margin-top:7px;
	background-color:#143C80;
	background-image:url(../images/community.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
#nav ul {
	list-style-type:none;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding-top:63px;
	margin-right:11px;
	margin-top:0;
	z-index:10;
	}
#nav li {
	line-height:33px;
	}
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	}
#nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
#nav a:hover {
	color:#9EC8A9;
	text-decoration:none;
	background-image:url(../images/mouseover.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
	}
#right {
	position:relative;
	left:262px;
	margin-top:-575px;
	width:538px;
	height:575px;
	 }
#green2 {
	float:right;
	width:188px;
	height:52px;
	background-color:#9EC8A9;
	margin-top:7px;
	}
#brown {
	float:right;
	margin-top:25px;
	width:308px;
	height:64px;
	background-color:#9B7039;
	margin-top:-205px
	}
p {
	color:#48484A;
	width:340px;
	line-height:20px;
	float:left;
	margin-top:7px;
	margin-right:7px;
	}
p.indent {
	color:#48484A;
	width:340px;
	line-height:20px;
	float:left;
	margin-top:7px;
	margin-right:7px;
	text-indent:20px;
	}
address {
	text-align:center;
	margin-top:7px;
	padding-top:7px;
	color:#143B7F;
	}