body {
	font-family: arial,verdana,sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #fff;
	background-image: url(/appraisal/assets/images/magGlassBG.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#contentBox {
	height: 350px;	
	width: 460px;	
	overflow: auto;
	padding: 10px;
	margin: 75px 0 0 30px;
	clear: both;
}

.quoteBox {
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #aaa;
}

.quoteBoxCredit {
	text-align: right;
}

h1 {
	margin-top: 0px;
	font-size: 125%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

p {
	margin: 0 0 17px 0;
}

.small {
	font-size: 85%;
}

.help {
	border-bottom: 1px dashed #aaa;
	cursor: help;
}

#nav {
	font-size: 110%;
	padding: 0 0 330px 0;
	margin: 36px 0 0 50px;
	color: #aaa;
	font-weight: bold;
}

.navSpace {
	margin: 0 0 0 20px;
}


a {
	color: #039;
	text-decoration: underline;
}

a:visited {
	color: #039;
	text-decoration: underline;
}

a:hover {
	color: #888;
	text-decoration: none;
}


a.footerLink {
	color: #039;
	text-decoration: none;
}

a.footerLink:visited {
	color: #039;
	text-decoration: none;
}

a.footerLink:hover {
	color: #000;
	text-decoration: none;
}

.imageRight { 
	float: right;
	margin: 4px 0px 0px 16px;
	border: none;
}

.imageRightBorder {
	border: #000 solid 1px; 
	margin: 4px 0px 0px 16px;
	float: right;
}

.imageLeft { 
	float: left;
	margin: 4px 16px 0px 0px;
	border: none;
}

.imageLeftBorder {
	border: #000 solid 1px; 
	margin: 4px 16px 0px 0px;
	float: left;
}
