@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ECE8D9;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 20px;
	position: relative;
	bottom: 25px;
}
.oneColFixCtrHdr #header {
	padding: 0 0px;
	vertical-align: bottom;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../Images/images/Lake_Stripe_Bottom_02.jpg);
	height: 16px;
	font-size: 9px;
	color: #CCCCCC;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.navType {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.navType a:link, a:visited, a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.navType a:hover {
	color: #CCCCCC;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	margin-top: 7px;
	margin-right: 12px;
	margin-bottom: 7px;
	margin-left: 12px;
}
.content a:visited, a:link, a:active {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
.content a:hover {
	color: #FF0000;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: .1em;
	margin-top: 3px;
	margin-bottom: 3px;
}
.Featured {
	font-size: 9px;
	font-variant: small-caps;
	font-weight: bold;
}
#tableFeatured {
	border: thin solid #000033;
}
.LinksPage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}	
.LinksPage a:link,a:visited,a:active {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
.LinksPage a:hover {
	color: #FF0000;
}
.WhiteTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.contentStaff {
	padding-right: 8px;
	padding-left: 8px;
}
.logoType {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	line-height: 11px;
}
.disclaimer {
	font-size: 9px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
.featuredType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.AgentPick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	padding-top: 7px;
}
.TitleItalic {
	font-size: 13px;
	font-style: italic;
	margin-top: 0px;
	display: block;
	margin-bottom: 3px;
}
.TitleItalic2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0px;
	color: #009;
	margin: 0px;
	display: block;
}
