body {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

/* Default Navigation Styles */
#navlist {
	background: #06329F;
	text-align: right;
}
#navlist ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#navlist ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px; /* padding between words */
	list-style: none;
	display: inline;
	font: bold small-caps 16px Futura,sans-serif;
	color: #FFFFFF;
	letter-spacing: +2px;
}
#navlist a {
	color: #FFFFFF;
	text-decoration: none;
}
#navlist a:hover {
	color: #FFFF00;
}
/* END Default Navigation Styles */

/* User Defined Menu Styles */
#usermenu ul {
	list-style: image;
	list-style-image: url(../images/bullet.gif);
	font: bold small-caps 12px Futura,sans-serif;
	color: #000000;
	position: relative;
	right:20px;
}
#usermenu li {
	margin: 8px 8px 8px 8px;
}
.links {
	text-decoration: none;
	color: #000000;
	font: bold small-caps 12px Futura,sans-serif;
}
.links:hover {
	color: #FF0000;
}

/* End User Defined Menu */

#header {
	background: url(../images/header-bg.jpg);
	width: 760px;
	height: 128px;
}
#menu-top {
	background: url(../images/redblue-menu-top.jpg);
	width: 138px;
	height: 26px;
	font-size: 9px;
}
#menu-bottom {
	background: url(../images/menu-bottom.jpg);
	width: 138px;
	height: 12px;
	font-size: 9px;
}
#bodyright {
	background: #E7E5E5;
	width: 146px;
	vertical-align: top;
}
#menubg {
	background: url(../images/menu-bg.jpg);
	background-repeat: repeat-y;
	width: 138px;
}
#contentarea {
	padding-left: 8px;
}
.officelogo {
	display: inline;
	float: left;
}
.name {
	text-align: center;
	font: bold italic 30px Futura,sans-serif;
	color: #000000;
	margin-top: 25px;
	letter-spacing: +2;
}
.slogan {
	text-align: center;
	font: bold italic 14px Futura,sans-serif;
	color: #000000;
	letter-spacing: +2;
}
.agentinfo {
	background: #FFFFFF;
	font: bold 12px Futura,sans-serif;
	margin: 2px 2px 2px 2px;
}

/* LISTING DETAILS */
.body-listings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
.small-body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.sub-menu-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #0000FF;
	text-decoration: underline;
}
.sub-menu-links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FF0000;
	text-decoration: none;
}
.small-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.listing_table {
	background: #06329F;
	border-color: #06329F;
}

/* FOOTER */
.footerlinks {
	font-family: Futura,sans-serif;
	font-size: x-small;
	letter-spacing: +2px;
	color: #000000;
	text-decoration:none;
}
.footerlinks:hover {
	color: #FF0000;
}
.footertext {
	font-family: Futura,sans-serif;
	font-size: smaller;
	letter-spacing: +2px;
}
