html, body
{
	height: 100%;
	background-color: #6d8995;
	margin: 0px;
	padding: 0px;
}

body, input, select, td, textarea {
	color: #483728;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
hr { background-color: #000000; border-width: 0px; color: #000000; height: 1px; }

.select { width: 200px; }
.text { width: 200px; }
.textbox { height: 100px; width: 200px; }

a:link { color: #5D452D; }
a:visited { color: #5D452D; }
a:hover {
	color: #5D452D;
	text-decoration: underline;
}
a:active { color: #5D452D; }


.bodycell
{
   background-color: #FFFFFF;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
}

.border { background-image: url( ../images/pixel_border.gif ); }
.borderHome {
	border-top: 1px solid #5B472F;
	border-right: 1px solid #5B472F;
	border-bottom: 0px solid #5B472F;
	border-left: 1px solid #5B472F;
}

.leftcell
{
   background-image: url( ../images/pixel_left.gif );
   color: #000000;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
}

.navigation {
}

.footer {
	color: #5D452D;
	font-size: 11px;
}
a:link.footer { color: #5D452D; }
a:visited.footer { color: #5D452D; }
a:hover.footer {
	color: #5D452D;
	text-decoration: underline;
}
a:active.footer { color: #5D452D; }


.footerHome { color: #6d8995; font-size: 11px; }
a:link.footerHome { color: #6d8995; }
a:visited.footerHome { color: #6d8995; }
a:hover.footerHome {
	color: #6d8995;
	text-decoration: underline;
}
a:active.footerHome { color: #6d8995; }


.fp { color:  #c8d9e0; font-size: 12px; }
a:link.fp { color:  #c8d9e0; }
a:visited.fp { color:  #c8d9e0; }
a:hover.fp {
	color:  #c8d9e0;
	text-decoration: underline;
}
a:active.footerHome { color: #6d8995; }



a:link.black { color: #000000; }
a:visited.black { color: #000000; }
a:hover.black { color: #000000; }
a:active.black { color: #000000; }

.featuredProp {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #c8d9e0;
}
.featuredPropImg {
	margin: 0px;
	padding: 5px;
	border: 1px solid #c8d9e0;
}
.featuredPropHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #c8d9e0;
	text-transform: uppercase;
}
