﻿.homecalcontainer
{
	position:relative;
	margin-left:231px; /* overlap 1px of border so that they 'share' */
}

.homecalborder {
	position:relative;  
    border:  1px solid #ccc;
    height:  230px;  
    /*padding: 6px;*/
    margin: 0 auto;
    background-color: #eee;
} 

.homecaltitle {
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:larger;
	left: 15px;
	top: 6px;
	z-index: 1;
}

.homecalcontent {
	position:relative;
    height: 165px;
    /* margin: top, right, bottom, left */
    margin: 30px 15px 15px 15px;
    padding: 10px 10px 10px 10px;
    background-color:  #CCCCCC;
    overflow:auto;
    font-size:small;
}
