.heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A13331;
	font-size: 19px;
	font-weight: normal;
}

.subhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A13331;
}

.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #A13331;
	text-align: center;
}


a, a:link, a:visited {
	color: #857039;
	text-decoration: none;
}

a:hover, a:link:hover, a:visited:hover {
	color: #857039;
	text-decoration: underline;
}


.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545135;
}

td.copy {
	background-image: url(images/footer-2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#ffffff;
	text-align:left;
}

.whitebg {
	background-color:#ffffff;
}


td.copyHome {
	background-repeat: no-repeat;
	background-position: bottom;
}




li {
	list-style-type: circle;
}

#footer {
	background-image: url(images/floorplan-footer-bg.gif);
	background-repeat: repeat;
	background-position: bottom;
	background-attachment: fixed;
	height: 24px;
	width: 100%;
}
.border {
	border: 2px solid #993333;
}

body {
	background-color:#f4f3ee;
}

.leftShadowNew {
	background-image:url(images/leftshadow.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}

.rightShadowNew {
	background-image:url(images/rightshadow.jpg);
	background-position:right top;
	background-repeat:repeat-y;
}

@media print {

#maincontent {
display: block;
} 

#popin {
display: none;
}

body {
	background-color:#ffffff;
}

}