*, td
{
	font-family: Verdana;
	font-size: 10pt;
}
/* HTML Styles */
h1, .orangehead .Head
{
	font-weight: bold;
	color: #f63;
	font-size: 11pt;
	margin-bottom: 2px;
	margin-top: 2px;
}
h2
{
	font-weight: bold;
	color: #f63;
	font-size: 10pt;
	margin-bottom: 2px;
	margin-top: 2px;
}

.blackhead .Head
{
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid #000;
	margin-bottom: 2px;
	margin-top: 2px;
	display: block;
	width: 300px;
}
p
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#header-right
{
	font-style: italic;
}

/* Content Styles */
#content-cell
{
	padding: 15px 10px 10px 10px;
}
.right-content
{
	padding-left: 35px;
}
.arrow, #HouseMenuArrow ul
{
	list-style: disc url(images/orange-bullet.gif);
	margin-top: 4px;
	padding-top: 4px;
	margin-left: 2px;
	padding-left: 20px;
}
#house-strip
{
	height: 60px;
	background-image: url(images/houses.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#footer-strip
{
	background-image: url(images/footer-bg.jpg);
	height: 50px;
	text-align: center;
}
#footer-strip, #footer-strip a
{
	font-size: 10px;
	color: #fff;
}
#footer-nav ul
{
	margin: 0px;
	padding: 0px;
}
#footer-nav ul li
{
	/*float: left;*/
	display: inline;
	list-style: none;
	margin-left: 5px;
}

/* Misc. Classes */
.table-border-bottom
{
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	width: 600px;
}