@import url("styles.css");
@charset "utf-8";
/* CSS Document */

#dInteriorRegions { 
	width: 731px; min-height: 425px;
	position: relative;
	margin-left: 67px; padding-top: 8px;
}

#dContentTbl { width: 731px; height:425px;}
.timeStamp {
	font-size: 10px;
	color: #000000;
}


#dContentTbl td { vertical-align: top; }

#dContentTbl #dNav {
	width:142px;
	background-color:#CAE6B3;
	padding: 10px 0px 10px 20px; 
	margin: 0px; 
}

#dContentTbl #dNav a{
	color: #012d6c;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
#dContentTbl #dNav a:hover { text-decoration: underline; }

#dContentTbl #dContent {
	width:395px;
/*	background-color:aqua; */
	padding: 0px 5px 10px 20px; 
	margin: 0px; 

}
.smallerText {
	font-size: 10px;
}

#dContentTbl #dPhoto {
	width:194px;
}

#dContentTbl #dContent h1 { font-size: 17px; font-weight: bold; color: #012D6C; }
