/* over-ride CONTENT_POS defined in style.css for specific height */
#content_pos {
	height: 1465px;
}
.home_img_table {
	width:548px;
	padding: 0px;
	border: solid 0px white;
}
.home_cell {
	vertical-align:top;
	padding: 10px;
	border: solid 1px #aaa;
	margin-bottom: 10px;
	height: 300px;
}
.home_cell h1 {
	color: #235;
	margin-top: 0px;
	padding-bottom: 1px;
	border-bottom: #8be 5px solid;
}
.home_cell img {
	top: 0px;
}
a.home_img_txt:link, a.home_img_txt:active,a.home_img_txt:visited {
    color:black;
	text-decoration:none;
}
a.home_img_txt:hover {
    text-decoration:underline;
}
.home_img_desc_subtitle {
    font-weight:bold;
}
.home_img_desc_txt {
	text-align:justify;
	line-height:1.2;
	font-family:arial;
	font-size:12px;
}
