body {
	background-color: white;
	margin: 10px;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
}

p {
	text-indent: 1em;
}

a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;	
}
a:active {
	text-decoration: none;
	color: #white;
}
a:visited {
	text-decoration: none;
	color: FFA500;
}



div#home_inspection {
	padding: 0px;
	margin: 0px auto;
	width: 790px;
	background-color: #C1D9C1;
	height: 900;
}


div#home_inspection_clear {
	width: 474px;
	float: left;
	height: 92px;
	background-color: white;
	padding: 0px;
}	
	
div#home_inspection_quick_links {
	width: 316px;
	float: right;
}	
	
div#home_inspection_top_nav {
	width: 474px;
	height: 20px;	
	background-color: #3B633B;
	float: left;
	font-size: 12px;
	text-align: center;
	padding: 5px 0px 0px 0px;
	}	
	
div#home_inspection_email_block {
	font: bold 10px
	margin: 0px auto;
	width: 316px;
	height: 25px;	
	background-color: black;
	text-align: center;
	float: right;
}

.vlight{
color:#D7D9D7;
}

.light{
color:#BDC3BD;
}

.lbrown{
color:#E5D7B7;
}

.brown{
color:#8E7A4E;
}

.double_space {
	margin: 20px;
	line-height: 2em;
	text-align: justify;
}



div#home_inspection_content {
	padding: 10px; 0px 0px 20px;
	margin: 0px; 0px 0px 0px;
}

.content_header {
	background-color: #557B55;
	padding: 10px 10px 10px 10px;
	margin: 0px; 0px 0px 0px;
	width: 396px;
	text-align: center;
	height: auto;
	font-size: 18px;
	color: white;
	font-weight: bold;
	}
	

div#home_inspection_articles {
	background-color: #D7D9D7;
	margin: 50px 0px 0px 0px;
	padding: 10px;
	width: 316px;
	min-height: 400px;
	float: right; 
	margin: 10px;
}

 	
.articles_header {
	background-color: #BDC3BD;
	padding: 5px;
	width: 100%px;
	height: 0px;
	text-align: center;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	}


div#home_inspection_footer_links {
	background-color: #809680;
	padding: 10px;
	margin: 0px auto;
	width: 790px;
	font-size:10pt;
	font-weight: lighter;
	text-align: center
}
	

div#home_inspection_footer_footer {
	background-color: #557B55;
	padding: 10px;
	margin: 0px auto;
	width: 790px;
	text-align: center
}

