/*  Housing Ad's   */

#wrapper{
	margin:0 auto;
	width: 710px;
	height:100%;
}
#leftside{
	float: left;
	width: 150px;
	padding:10px;
	height:100%;
	background-color: #DEEFF7;
	font: 13px normal Verdana,sans-serif;
	border: 1px #73BAFF solid;
}
#middle{
	float: left;
	width: 390px;
	height:100%;
	font: 12px normal Verdana,sans-serif;
	padding:10px;
}
#rightside{
	float: right;
	width: 124px;
	height:100%;
	background-color: #FFFFFF;
}
.teaser {
	font: .75em normal Verdana,sans-serif;
	line-height: 1.8em;
}
.headline {
	font: 1.1em Verdana,sans-serif;
	font-weight: bold;
}
hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}
#leftside a:link {
  text-decoration: underline; 
  color: black; 
  font-size: 8pt;
  font-family: Verdana, Arial;
	line-height: 1.6em;
}
#leftside a:visited {
  text-decoration: underline; 
  color: black; 
  font-size: 8pt;
  font-family: Verdana, Arial;
	line-height: 1.6em;
}
#leftside a:hover {
  font-size: 8pt;
  font-family: Verdana, Arial;
  color:#932e78;
  text-decoration: underline;
	background-color:#FFFFFF;
	line-height: 1.6em;
}
/*-------------------------------
  "Picture" - mouseover for Ajax 
---------------------------------*/
.more {
	font-family: Comic Sans MS, Helvetica;
	font-size: 13px;
	color: #000099;
	text-decoration: none;
	background-color:#e0f3f7;
	padding:3px;
}
.more a:link {
	font-family: Comic Sans MS, Helvetica;
	font-size: 13px;
	color: #000099;
	text-decoration: none;
	background-color:#e0f3f7;
	padding:3px;
}
.more a:visited {
	font-family: Comic Sans MS, Helvetica;
	font-size: 13px;
	color: #000099;
	text-decoration: none;
	background-color:#e0f3f7;
	padding:3px;
}
.more a:hover {
	font-family: Comic Sans MS, Helvetica;
	font-size: 13px;
	color: #0000CC;
	text-decoration: none;
	background-color:#e0f3f7;
	padding:3px;
}
.more a:active {
	font-family: Comic Sans MS, Helvetica;
	font-size: 13px;
	color: #000099;
	text-decoration: none;
	background-color:#e0f3f7;
	padding:3px;
}
/*
#middle .more a:link {
	font-family: Comic Sans MS, Helvetica;
	font-size: 13px;
	color: #000099;
	text-decoration: none;
	background-color:#e0f3f7;
	padding:4px;
}
#middle a:visited {
	font-family: Comic Sans MS, Helvetica;
	font-size: 13px;
	color: #000066;
	text-decoration: none;
}
#middle a:hover {
	font-family: Comic Sans MS, Helvetica;
	font-size: 13px;
	color: #0000CC;
	text-decoration: none;
}
#middle a:active {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #000066;
	text-decoration: none;
}
*/