/* CSS Document */
/* news*/

#tablecell {

background-image:url(../images/housing_back.jpg);
background-repeat:no-repeat;
background-position:0px 30px;


}

#tablecellfaded{
background-image:url(../images/housing_faded.jpg);
background-repeat:no-repeat;
background-position:0px 30px;
}


#housing {
text-align:left;
padding:0; 
margin:0;
}
#housing ul
{
	padding:20;
	margin:0;
	


}

#housing li {
	padding: 0px;
	margin: 0px;
	height:auto;
	width:98%;

}

#housing li a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	padding: 8px;
	margin: 0px;
	display:block;
	color: #494949;
	text-decoration: none;
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7AACE5;	
	width:98%;

} 



#housing li a:hover
{
	background-color:#ECF3FD;

}

#housing h1 {
	margin:0;
	padding-bottom:4px;
	font-size:10px;
	font-weight: bold;
	color: #000000;
}


#housing h2 {
	margin:0;
	padding-bottom:4px;
	border-bottom:#FFCC33 solid 1px;
	font-size:13px;
	font-weight: bold;
	color: #000000;
}




#housing .date{
	margin:0;
	padding:0;
	font-size:10px;
	color:#7591D0;
	font-style: italic;
}

#housing .heading{
font-size:10px;
font-weight:bold;
	color:#000000;
	letter-spacing:.2em;
}


