body { 
	background-color: #EEEEEE;
	margin: 0px auto 0px auto;
	height: 100%;
	text-align: center;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 10px;
}

select {  
	font-family: Arial; 
	font-size: 10px; 
	font-weight: bold;
}

div#page {
	width: 980px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto!important;
	height: 96%;
	text-align: left;
	position: relative;
}

div#navbar div#top {
	background: url('../images/nb_top.gif');
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
}

div#navbar div#top .interboard {
	position: absolute;
	left: 0px;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	width: 240px;
	margin-left: 25px;
	margin-top: 1px;
}

div#navbar div#top .interboard:hover {
	font-weight: normal;
}

div#navbar div#top div#member {
	position: absolute;
	left: 240px;
	text-align: center;
	width: 500px;
	margin-top: 1px;
}

div#navbar div#top .newwindow {
	position: absolute;
	right: 165px;
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
	width: 80px;
	margin-top: 1px;
}


div#navbar div#top .newwindow:hover {
	font-weight: normal;
}

div#navbar div#top .print {
	position: absolute;
	right: 100px;
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
	width: 60px;
	margin-top: 1px;
}


div#navbar div#top .print:hover {
	font-weight: normal;
}

div#navbar div#top .logout {
	position: absolute;
	right: 0px;
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
	width: 80px;
	margin-right: 25px;
	margin-top: 1px;
}

div#navbar div#top .logout:hover {
	font-weight: normal;
}

div#navbar div#splash {
	height: 60px;
	width: 980px;
}

div#navbar div#bottom {
	background-image: url("../images/nb_bottom.jpg");
	height: 60px;
	width: 980px;
	color: #000000;
	position: relative;
}

div#navbar div#bottom div#query_mlsnum {
	position: absolute;
	top: 3px;
	text-align: right;
	right: 700px;
	width: 300px;
	height: 50px;
}

div#navbar div#bottom div#query_address {
	position: absolute;
	top: 3px;
	text-align: right;
	right: 300px;
	width: 400px;
	height: 50px;
}

div#navbar div#bottom input {
	font-size:12px;
	border-style:inset;		
	border-width:1px;
	border-color: #496395;
	BACKGROUND-COLOR: #E7EDF7;
}

div#navbar div#bottom label {
	font-size:12px;
	font-weight: bold;
	color: #111111;
}

div#navbar div#bottom div#menu {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 510px;
	z-index: 2;
}

div#navbar div#bottom div#quicklinks {
	position: absolute;
	top: 34px;
	right: 290px;
	width:165px;
	height: 20px;
	text-align: right;
	border-left: thin solid #999999;
}

div#navbar div#bottom div#board_logo {
	position: absolute;
	top: 2px;
	right: 67px;
	text-align: center;
	width: 200px;
	height: 50px;
}

div#footer {
	background: #A81E42;
	height: 14px;
	width: 980px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
}

div#footer div#boardName {
	left: 5px;
	position: absolute;
}

div#footer div#copyright {
	left: 300px;
	position: absolute;
	width: 400px;
	text-align: center;
}

div#footer div#version {
	right: 5px;
	position: absolute;
}

