body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #322410;
}
body {
	background-color: #D1C5A6;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #322410;
}
a:visited {
	color: #3A440F;
}
a:hover {
	color: #322410;
}
a:link {
	color: #3A440F;
}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #322410;
}
.text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #4D0202;
}
.subhead{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #4D0202;
	font-size: 16px;
}
.subhead1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #4D0202;
	font-size: 16px;
}
.subhead2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #4D0202;
	font-size: 16px;
	padding-left: 20px;
}
.SecondaryFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #F7F3EC;
}
.HomesTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #251B0C;
}
.SmallItalicText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #322410;
}

.gcstagline {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}

a.gcstagline:active {
	color: #322410;
	text-decoration: none;		
}
a.gcstagline:link {
	color: #322410;
	text-decoration: none;		
}
a.gcstagline:visited {
	color: #322410;
	text-decoration: none;		
}
a.gcstagline:hover {
	color: #FF6600;
	text-decoration: underline;
}

#menu {
	width: 100%;
	height: 25px;
	background: #67781a url(../images/nav2/navBG.jpg) left top repeat-y;
	padding: 5px 0 0 0;
}

#nav {
	width: 100%;
	height: 100%;
	background: #67781a url(../images/nav2/subnavBG.jpg) top center no-repeat;
	padding: 30px 0 0 0;
}


#menu.sub {
	width: 100%;
	height: 20px;
	background: none;
	clear: both;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul.L2 {
	margin-left: 20px;
}

#menu li {
	display: inline;
	float: left;
}

#menu a{
	display: block;
	float: left;
	padding: 0 12px;
	background: url(../images/nav2/divider.gif) right center no-repeat;
	color:#fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;

}

#menu a:hover {
	text-decoration:none;
	color: #b0bbd9;
}

#subnav {
	width: 100%;
	height: 20px;
	background: none;
	clear: both;
	padding: 0;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnav li {
	display: inline;
	float: left;
}

#subnav a{
	display: block;
	float: left;
	padding: 0 7px;
	background: url(../images/nav2/divider.gif) right center no-repeat;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;

}

#subnav a:hover {
	text-decoration:none;
	color: #b0bbd9;
}


h1 {
	color: #b0bbd9;
	font-size: 18px;
}

p {
	text-align: justify;
}

.imgR {
	float: right;
	border: solid 1px #000;
	margin-left: 10px;
}

.imgL {
	float: left;
	border: solid 1px #000;
	margin-right: 10px;
}

.imgC {
	border: solid 1px #000;
	margin: 0 auto;
}

 