﻿/* CSS layout */
#masthead {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0;
	text-align: center;
}
#top_nav {
	border-color: #BDD674;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: outset;
	border-left-style: outset;
	width: 940px;
}
#container {
	position: static;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	visibility: visible;
	margin-bottom: auto;
}
#left_col {
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	height: inherit;
	bottom: inherit;
	visibility: visible;
	z-index: inherit;
}
#page_content {
	border-style: none;
	padding: 3px 0px 3px 3px;
	position: relative;
	float: left;
	left: 210px;
	visibility: visible;
	height: 100%;
	bottom: inherit;
	margin-bottom: auto;
	z-index: inherit;
	width: 100%;
	overflow: auto;
}
#footer {
	margin: 0px auto 0px auto;
	border-color: #BDD674;
	width: 935px;
	position: relative;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	top: auto;
	height: auto;
	visibility: visible;
}
.frame-MLS {
	margin-left: 10px;
	position: relative;
	left: 15px;
	float: inherit;
}
