body {
	background-color: #FFF; 
	font-family:tahoma,  Helvetica, Arial, sans-serif;
	background-image: url(images/blackgreen.gif);	
	background-repeat: repeat-y; 
}

#wrapper {
width: 800px; 	
	
}

header {
	color: #3d7e7e; 
		
}
header p {line-height: 100%; } /*to tighten up */

nav {
	margin-top: 15px; 
	width: 180px; 
	float: left; 
 }
nav img {display: block;}
#logo {
	width: 615px; 
	float: left; 
	text-align: center;
 	}
#col1 {
	width: 180px; 
	float: left; 
	min-height: 300px; 
 
}

#col2 {
	width: 615px ; 
	float: left; 
}
footer {
	clear: both; 
	text-align: center;
	font-size: 90%;	
	color: #021012; 
}

footer a {color: #021012; }

#em2,  #em2 a {
	color: #888; font-size: 12px; 
	margin-bottom: 10px;
}
 #em2 a {text-decoration: none; }
 
 
h1 {
	color: #3d7e7e; 
	font-family: "Times New Roman", Cambria,  Times,  serif;
	letter-spacing: 0.08em;
	font-style: italic
}

h2, h3 {
	font-family: "Times New Roman", Cambria,  Times,  serif;
	color: #304f4f;
	margin-top: 18px; 
	margin-bottom: 0px; 
	font-style: italic;
	}
p, li {line-height: 140%;
margin-top: 3px;
}

.propDesc {
	width: 600px; 
	border: 2px solid teal; 
 	margin-top: 12px;
	font-size: 10pt;
	border-collapse: collapse;
	}

.propDesc td {
	vertical-align: top;
}	

.propDescInner {
	width: 402px;
	border: 0; 
	padding: 2px; 		
}


.propDescInner tr:last-child td {
    border-bottom: none;
}


.propDescInner td{
	border-bottom: 1px dotted #999; 

}
.ratelist {
	width: 425px;
	border: 3px groove teal;
	border-collapse: collapse;
	}	

.ratelist th {
	text-align: left;
	border-bottom: 2px groove gray;
	padding: 2px 2px 2px 5px;
	}

.ratelist tr, td {
	border-bottom: 1px dotted #777;
padding: 2px 2px 2px 5px;
}